gcc/gcc
Paolo Bonzini 15814ba0a2 Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency.
2006-02-06  Paolo Bonzini  <bonzini@gnu.org>

	* Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency.
	(tree-ssa-reassoc.o): Add pointer-set.h dependency.
	(tree-cfg.o): Remove hashtab.h dependency.

	* tree-ssa-loop-ivopts.c: Include pointer-set.h.
	(struct ivopts_data): Change niters to pointer_map_t.
	(struct nfe_cache_elt, nfe_hash, nfe_eq): Delete.
	(niter_for_exit): Create pointer_map on demand.  Change for
	pointer_map API.
	(tree_ssa_iv_optimize_init): Initialize data->niters to NULL.
	(free_loop_data): Destroy data->niters if created and reset field.
	(tree_ssa_iv_optimize_finalize): Don't delete data->niters here.
	(tree_ssa_iv_optimize_loop): Check for presence of stale data.

	* tree-ssa-reassoc.c: Include pointer-set.h.
	(bb_rank): Change to long *.
	(operand_rank): Change to pointer_map_t.
	(find_operand_rank): Return long, -1 if not found.  Declare as inline.
	(insert_operand_rank): Accept long.
	(operand_entry_hash, operand_entry_eq): Remove.
	(get_rank): Return long.  Adjust for changes above.
	(init_reassoc): Change rank type to long.  Adjust creation of bb_rank
	and operand_rank.
	(fini_reassoc): Delete operand_rank with pointer_map_destroy.

	* tree-ssa-structalias.c (vi_for_tree): Change to pointer_map.
	(struct tree_vi, tree_vi_t, tree_vi_hash, tree_vi_eq): Delete.
	(insert_vi_for_tree): Rewrite for pointer_map API.  Assert argument
	is not NULL.
	(lookup_vi_for_tree): Rewrite for pointer_map API.  Return varinfo_t
	directly since it cannot be NULL.
	(get_vi_for_tree): Rewrite for pointer_map API.
	(find_what_p_points_to): Adjust for change to lookup_vi_for_tree.
	(init_alias_vars): Create vi_for_tree as pointer_map.
	(delete_points_to_sets): Delete vi_for_tree using pointer_map_destroy.

	* tree-cfg.c: Don't include hashtab.h.
	(edge_to_cases): Declare as pointer_map.
	(struct edge_to_cases_elt, edge_to_cases_hash, edge_to_cases_eq):
	Delete.
	(edge_to_cases_cleanup): Rewrite as pointer_map_traverse callback.
	(start_recording_case_labels): Create edge_to_cases as pointer_map.
	(end_recoding_case_labels): Cleanup edge_to_cases manually before
	destroying it.
	(record_switch_edge): Delete.
	(get_cases_for_edge): Adjust for pointer_map API, inline
	record_switch_edge (rewritten for new API), remove goto.

From-SVN: r121648
2007-02-06 14:34:51 +00:00
..
ada tree.c (tree_int_map_hash, [...]): Remove prototypes and make them non-static. 2007-02-06 13:55:01 +00:00
config darwin-tramp.asm (__trampoline_setup): Call __enable_execute_stack on completion. 2007-02-06 00:32:44 +00:00
cp re PR bootstrap/30510 (Gcc failed to bootstrap) 2007-02-05 12:43:17 +00:00
doc amdfam10 2007-02-05 23:33:54 +00:00
fortran Add the PR number to my previous ChangeLog entries. 2007-02-06 00:30:24 +00:00
ginclude Makefile.in (USER_H): Remove decfloat.h. 2007-01-29 20:27:41 +00:00
java * java-tree.h, javaop.def, jcf-parse.c: Fix comment typos. 2007-02-03 16:21:55 +00:00
objc re PR objc/27438 ([unit-at-a-time] '_OBJC_INSTANCE_0' defined but not used warning) 2007-01-23 22:01:09 -08:00
objcp configure.ac (strict1_warn): Rename to strict_warn. 2007-01-11 10:49:30 +00:00
po
testsuite re PR middle-end/27302 (Fold does not fold (i < j) == (j > i) to 1) 2007-02-06 12:38:32 +00:00
treelang configure.ac (strict1_warn): Rename to strict_warn. 2007-01-11 10:49:30 +00:00
ABOUT-GCC-NLS
acinclude.m4
aclocal.m4
addresses.h
alias.c alias.c (init_alias_analysis): Correct whitespace. 2007-02-01 20:32:20 +00:00
alias.h
alloc-pool.c
alloc-pool.h
attribs.c
BASE-VER
basic-block.h
bb-reorder.c alias.c (init_alias_analysis): Correct whitespace. 2007-02-01 20:32:20 +00:00
bitmap.c
bitmap.h
bt-load.c
builtin-attrs.def
builtin-types.def
builtins.c fold-const.c (fold_unary): Test for availability of BUILT_IN_COS before simplifying REAL_PART(CEXPI)) to COS. 2007-02-05 19:10:44 +00:00
builtins.def Add BUILT_IN_FREE 2007-01-12 21:01:46 +00:00
c-aux-info.c
c-common.c c-common.c (warn_about_parentheses): Separate warning about un-parenthized sequence of comparison operators from the... 2007-01-31 13:43:40 +00:00
c-common.def
c-common.h 007-01-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org> 2007-01-29 21:05:58 +00:00
c-config-lang.in
c-convert.c
c-cppbuiltin.c c-cppbuiltin.c (builtin_define_type_sizeof): New function. 2007-01-24 12:03:38 +00:00
c-decl.c c-decl.c, [...]: Fix comment typos. 2007-02-03 16:47:06 +00:00
c-dump.c
c-errors.c
c-format.c
c-format.h
c-gimplify.c
c-incpath.c
c-incpath.h
c-lang.c
c-lex.c
c-objc-common.c
c-objc-common.h
c-omp.c
c-opts.c c-opts.c (c_common_post_options): If C++0x mode is enabled, don't warn about C++0x compatibility. 2007-02-04 04:00:38 +00:00
c-parser.c
c-pch.c
c-ppoutput.c
c-pragma.c
c-pragma.h
c-pretty-print.c
c-pretty-print.h
c-semantics.c
c-tree.h
c-typeck.c c-typeck.c (null_pointer_constant_p): Replace use of TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW. 2007-01-13 05:39:57 +00:00
c.opt c-common.h (RID_FIRST_CXX0X): New. 2007-01-25 04:04:18 +00:00
caller-save.c
calls.c 200x-xx-xx Kazu Hirata <kazu@codesourcery.com> Richard Sandiford <richard@codesourcery.com> 2007-01-18 19:54:44 +00:00
cfg.c
cfganal.c
cfgbuild.c
cfgcleanup.c cfgcleanup.c (try_optimize_cfg): Avoid removing ENTRY_BLOCK_PTR. 2007-02-04 23:51:28 +00:00
cfgexpand.c alias.c (init_alias_analysis): Correct whitespace. 2007-02-01 20:32:20 +00:00
cfghooks.c cfgloopmanip.c (loop_delete_branch_edge): Removed. 2007-02-04 23:47:09 +00:00
cfghooks.h cfgloopmanip.c (loop_delete_branch_edge): Removed. 2007-02-04 23:47:09 +00:00
cfglayout.c cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set the CLEANUP_CFGLAYOUT flag when in cfglayout mode. 2007-01-18 08:17:06 +00:00
cfglayout.h cfgcleanup.c (cleanup_cfg): Detect cfglayout mode and set the CLEANUP_CFGLAYOUT flag when in cfglayout mode. 2007-01-18 08:17:06 +00:00
cfgloop.c loop.texi: Document recording of loop exits. 2007-01-12 17:57:40 +00:00
cfgloop.h cfgloop.h: Include vec-prim.h. 2007-01-31 13:50:06 +00:00
cfgloopanal.c
cfgloopmanip.c cfgloopmanip.c (loop_delete_branch_edge): Removed. 2007-02-04 23:47:09 +00:00
cfgrtl.c cfgloopmanip.c (loop_delete_branch_edge): Removed. 2007-02-04 23:47:09 +00:00
cgraph.c Patch by Tomas Bily <tbily@suse.cz> 2007-01-19 18:34:02 +00:00
cgraph.h Patch by Tomas Bily <tbily@suse.cz> 2007-01-19 18:34:02 +00:00
cgraphbuild.c
cgraphunit.c cgraphunit.c, [...]: Fix comment typos. 2007-01-31 03:45:38 +00:00
ChangeLog Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency. 2007-02-06 14:34:51 +00:00
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005 Move ChangeLog entry for testsuite/gcc.dg/20050922-1.c from 2007-02-02 19:14:08 +00:00
ChangeLog-2006 Typo fix. 2007-01-22 16:54:27 +11:00
ChangeLog.lib
ChangeLog.tree-ssa
collect2.c
collect2.h
combine.c re PR middle-end/30667 (ICE in immed_double_const, at emit-rtl.c:468) 2007-02-04 00:39:31 +01:00
common.opt tree-vectorizer.c (vect_is_simple_use): Support induction. 2007-02-06 10:08:51 +00:00
conditions.h
config.build
config.gcc amdfam10 2007-02-05 23:33:54 +00:00
config.host
config.in
configure configure.ac: Set insn to "nop" for spu-*-* also. 2007-01-12 15:03:48 -08:00
configure.ac configure.ac: Set insn to "nop" for spu-*-* also. 2007-01-12 15:03:48 -08:00
convert.c common.opt: Add fstrict-overflow. 2007-01-28 05:15:06 +00:00
convert.h
COPYING
COPYING.LIB
coretypes.h
coverage.c invoke.texi (-Wcoverage-mismatch): Document. 2007-01-25 12:35:13 +00:00
coverage.h
cppdefault.c
cppdefault.h
cppspec.c
crtstuff.c config.gcc (m68k-*-uclinux*): Add flat.h to $tm_file. 2007-01-18 19:09:59 +00:00
cse.c cse.c (cse_insn): Move HAVE_CC0 code after declarations. 2007-01-12 10:04:55 +00:00
cselib.c c-decl.c, [...]: Fix comment typos. 2007-02-03 16:47:06 +00:00
cselib.h
cstamp-h.in
DATESTAMP Daily bump. 2007-02-06 00:18:00 +00:00
dbxout.c
dbxout.h
ddg.c re PR middle-end/28071 (A file that can not be compiled in reasonable time/space) 2007-02-02 09:11:11 +00:00
ddg.h
debug.c
debug.h
defaults.h tm.texi (TARGET_HAS_SINCOS): Document new target macro. 2007-01-19 11:06:56 +00:00
DEV-PHASE
df-core.c
df-problems.c
df-scan.c
df.h
dfp.c
dfp.h
diagnostic.c
diagnostic.def
diagnostic.h
dojump.c
dominance.c
domwalk.c
domwalk.h
double-int.c
double-int.h
dummy-checksum.c
dwarf2.h
dwarf2asm.c
dwarf2asm.h
dwarf2out.c re PR debug/30189 (ICE on modified_type_die) 2007-02-06 01:35:10 +00:00
dwarf2out.h
dwarf.h
emit-rtl.c emit-rtl.c (dconstpi): Delete. 2007-02-03 20:49:51 +00:00
emit-rtl.h
emutls.c
errors.c
errors.h
et-forest.c
et-forest.h
except.c
except.h tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs separately. 2007-01-14 10:47:48 +00:00
explow.c
expmed.c * expmed.c (expand_divmod): Add comment. 2007-02-02 19:16:04 +00:00
expr.c c-decl.c, [...]: Fix comment typos. 2007-02-03 16:47:06 +00:00
expr.h expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; add wrapper. 2007-01-28 19:38:39 +00:00
final.c
fix-header.c
fixproto
flags.h emit-rtl.c (renumber_insns): Remove. 2007-02-02 19:02:18 +00:00
flow.c
fold-const.c fold-const.c (negate_expr_p): Handle CONJ_EXPR. 2007-02-06 02:50:39 +00:00
fp-test.c
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function.c alias.c (init_alias_analysis): Correct whitespace. 2007-02-01 20:32:20 +00:00
function.h function.c (get_last_funcdef_no): New function. 2007-01-10 10:21:50 +00:00
fwprop.c
gbl-ctors.h
gcc.c re PR driver/30246 (-ggdb3 does not cause -dD to be passed to cc1 for preprocessing) 2007-02-03 19:35:06 +00:00
gcc.h
gccbug.in
gccspec.c
gcov-dump.c
gcov-io.c
gcov-io.h re PR gcov-profile/30650 (ICE with -fprofile-use) 2007-02-03 23:35:42 +00:00
gcov-iov.c
gcov.c
gcse.c alias.c (init_alias_analysis): Correct whitespace. 2007-02-01 20:32:20 +00:00
gdbinit.in
gen-protos.c
genattr.c
genattrtab.c genattrtab.c (struct attr_value_list, [...]): Move to file scope from optimize_attrs. 2007-01-27 00:15:08 +01:00
genautomata.c genautomata.c (write_automata): Include xstrerror output in the error message if... 2007-01-18 14:12:27 +11:00
gencheck.c
genchecksum.c
gencodes.c
genconditions.c
genconfig.c
genconstants.c
genemit.c
genextract.c
genflags.c
gengenrtl.c
gengtype-lex.l
gengtype-yacc.y
gengtype.c alias.c (init_alias_analysis): Correct whitespace. 2007-02-01 20:32:20 +00:00
gengtype.h
genmddeps.c
genmodes.c alias.c (init_alias_analysis): Correct whitespace. 2007-02-01 20:32:20 +00:00
genmultilib
genopinit.c optabs.h (enum optab_index): Add new OTI_isinf. 2007-01-31 13:30:20 +01:00
genoutput.c
genpeep.c
genpreds.c genpreds.c (write_insn_preds_c): Only write out the function body for regclass_for_constraint if... 2007-01-18 09:15:19 +11:00
genrecog.c
gensupport.c
gensupport.h
ggc-common.c
ggc-none.c
ggc-page.c
ggc-zone.c
ggc.h
gimple-low.c
gimplify.c re PR c++/28266 (ICE on invalid default variable) 2007-01-29 11:27:21 -05:00
glimits.h
global.c 2007-2-01 Seongbae Park <seongbae.park@gmail.com> 2007-02-01 23:15:13 +00:00
graph.c
graph.h
gstab.h
gsyms.h
gsyslimits.h
gthr-aix.h
gthr-dce.h
gthr-gnat.c
gthr-gnat.h
gthr-lynx.h
gthr-nks.h
gthr-posix95.h
gthr-posix.c
gthr-posix.h
gthr-rtems.h
gthr-single.h
gthr-solaris.h
gthr-tpf.h
gthr-vxworks.h
gthr-win32.h
gthr.h
haifa-sched.c c-decl.c, [...]: Fix comment typos. 2007-02-03 16:47:06 +00:00
hard-reg-set.h
hooks.c
hooks.h
host-default.c
hosthooks-def.h
hosthooks.h
hwint.h c-decl.c, [...]: Fix comment typos. 2007-02-03 16:47:06 +00:00
ifcvt.c alias.c (init_alias_analysis): Correct whitespace. 2007-02-01 20:32:20 +00:00
input.h
insn-addr.h
insn-notes.def
integrate.c
integrate.h
intl.c
intl.h
ipa-cp.c ipa-cp.c (ipcp_insert_stage, [...]): Support for SSA. 2007-01-28 13:01:53 +00:00
ipa-inline.c re PR middle-end/30696 (Linker failure with OpenMP and inline function) 2007-02-04 23:40:58 +00:00
ipa-prop.c ipa-cp.c (ipcp_insert_stage, [...]): Support for SSA. 2007-01-28 13:01:53 +00:00
ipa-prop.h ipa-cp.c (ipcp_insert_stage, [...]): Support for SSA. 2007-01-28 13:01:53 +00:00
ipa-pure-const.c
ipa-reference.c ipa-reference.c (analyze_function): Consider also addresses taken in phi nodes. 2007-01-13 19:12:39 +00:00
ipa-reference.h
ipa-type-escape.c * ipa-type-escape.c (look_for_casts): Revamp using handled_component_p. 2007-01-17 11:16:24 +00:00
ipa-type-escape.h
ipa-utils.c
ipa-utils.h
ipa.c cgraph.h (cgraph_decide_inlining_incrementally): Kill. 2007-01-16 21:30:54 +00:00
jump.c c-decl.c, [...]: Fix comment typos. 2007-02-03 16:47:06 +00:00
lambda-code.c loop.texi: Document recording of loop exits. 2007-01-12 17:57:40 +00:00
lambda-mat.c
lambda-trans.c
lambda.h
langhooks-def.h fold-const.c (fold_truthop): Don't check can_use_bit_fields_p. 2007-01-10 19:28:39 +00:00
langhooks.c fold-const.c (fold_truthop): Don't check can_use_bit_fields_p. 2007-01-10 19:28:39 +00:00
langhooks.h fold-const.c (fold_truthop): Don't check can_use_bit_fields_p. 2007-01-10 19:28:39 +00:00
LANGUAGES
lcm.c
libada-mk.in
libfuncs.h
libgcc2.c
libgcc2.h
libgcc-std.ver * libgcc-std.ver: Fix typo in %inherit for GCC_4.3.0. 2007-01-19 06:27:18 +00:00
libgcov.c expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; add wrapper. 2007-01-28 19:38:39 +00:00
limitx.h
limity.h
lists.c re PR middle-end/28071 (A file that can not be compiled in reasonable time/space) 2007-02-02 09:11:11 +00:00
local-alloc.c
longlong.h 200x-xx-xx Sandra Loosemore <sandra@codesourcery.com> 2007-01-19 13:34:59 +00:00
loop-doloop.c
loop-init.c toplev.c (lang_dependent_init): Call init_set_costs. 2007-02-01 14:57:08 +00:00
loop-invariant.c
loop-iv.c
loop-unroll.c
loop-unswitch.c cfgloop.h: Include vec-prim.h. 2007-01-31 13:50:06 +00:00
lower-subreg.c lower-subreg.c (simple_move_operand): New static function, broken out of simple_move. 2007-02-03 23:24:05 +00:00
machmode.def
machmode.h
main.c
Makefile.in Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency. 2007-02-06 14:34:51 +00:00
mips-tdump.c
mips-tfile.c mips-tfile.c (initialize_init_file): Correct endianness test. 2007-02-05 16:37:05 +00:00
mkconfig.sh
mkmap-flat.awk
mkmap-symver.awk
mode-classes.def
mode-switching.c
modulo-sched.c alias.c (init_alias_analysis): Correct whitespace. 2007-02-01 20:32:20 +00:00
omp-builtins.def
omp-low.c re PR middle-end/30421 (incorrect warning when using firstprivate and lastprivate clauses) 2007-01-24 21:53:08 +01:00
ONEWS
opt-functions.awk
opt-gather.awk
optabs.c optabs.h (enum optab_index): Add new OTI_isinf. 2007-01-31 13:30:20 +01:00
optabs.h optabs.h (enum optab_index): Add new OTI_isinf. 2007-01-31 13:30:20 +01:00
optc-gen.awk
opth-gen.awk
opts-common.c
opts.c lower-subreg.c: New file. 2007-02-01 01:09:35 +00:00
opts.h
output.h target.h (globalize_decl_name): New. 2007-01-24 19:40:12 +00:00
params.c
params.def ipa-inline.c (initial_insns, max_insns): Delete. 2007-01-24 22:45:00 +00:00
params.h param.h (MIN_VECT_LOOP_BOUND): New. 2007-01-14 12:42:40 +00:00
passes.c * passes.c (init_optimization_passes): Reindent. 2007-02-04 14:28:00 +00:00
pointer-set.c pointer-set.c (insert_aux): Only return insertion slot. 2007-02-02 16:21:18 +00:00
pointer-set.h pointer-set.c (insert_aux): Only return insertion slot. 2007-02-02 16:21:18 +00:00
postreload-gcse.c
postreload.c
predict.c Patch by Tomas Bily <tbily@suse.cz> 2007-01-19 18:34:02 +00:00
predict.def
predict.h
prefix.c
prefix.h
pretty-print.c
pretty-print.h
print-rtl.c
print-tree.c builtins.c (expand_builtin_pow, [...]): Replace uses of the macro TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW. 2007-01-11 16:03:10 +00:00
profile.c expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; add wrapper. 2007-01-28 19:38:39 +00:00
protoize.c
read-rtl.c
README.Portability
real.c real.h (real_format): Add a canonical_nan_lsbs_set field. 2007-01-18 19:45:13 +00:00
real.h emit-rtl.c (dconstpi): Delete. 2007-02-03 20:49:51 +00:00
recog.c
recog.h
reg-notes.def re PR middle-end/28071 (A file that can not be compiled in reasonable time/space) 2007-02-02 09:11:11 +00:00
reg-stack.c optabs.h (enum optab_index): Add new OTI_isinf. 2007-01-31 13:30:20 +01:00
regclass.c lower-subreg.c: New file. 2007-02-01 01:09:35 +00:00
regmove.c
regrename.c
regs.h lower-subreg.c: New file. 2007-02-01 01:09:35 +00:00
reload1.c reload1.c (choose_reload_regs): Check for invalid subregs before computing their locations, not after. 2007-01-25 20:15:05 -05:00
reload.c c-decl.c, [...]: Fix comment typos. 2007-02-03 16:47:06 +00:00
reload.h
reorg.c
resource.c
resource.h
rtl-error.c
rtl-factoring.c
rtl.c
rtl.def re PR middle-end/28071 (A file that can not be compiled in reasonable time/space) 2007-02-02 09:11:11 +00:00
rtl.h emit-rtl.c (renumber_insns): Remove. 2007-02-02 19:02:18 +00:00
rtlanal.c
rtlhooks-def.h
rtlhooks.c
sbitmap.c
sbitmap.h
scan-decls.c
scan-types.sh
scan.c
scan.h
sched-deps.c c-decl.c, [...]: Fix comment typos. 2007-02-03 16:47:06 +00:00
sched-ebb.c re PR middle-end/28071 (A file that can not be compiled in reasonable time/space) 2007-02-02 09:11:11 +00:00
sched-int.h c-decl.c, [...]: Fix comment typos. 2007-02-03 16:47:06 +00:00
sched-rgn.c re PR middle-end/28071 (A file that can not be compiled in reasonable time/space) 2007-02-02 09:11:11 +00:00
sched-vis.c
sdbout.c
sdbout.h
see.c
SERVICE
simplify-rtx.c simplify-rtx.c (simplify_relational_operation_1): Implement some canonicalization transformations that attempt to simplify... 2007-02-03 16:22:09 +00:00
sort-protos
sreal.c
sreal.h
stab.def
statistics.h
stmt.c
stor-layout.c alias.c (init_alias_analysis): Correct whitespace. 2007-02-01 20:32:20 +00:00
stringpool.c
struct-equiv.c
stub-objc.c
sync-builtins.def
sys-protos.h
sys-types.h
system.h system.h (ASM_MAKE_LABEL_LINKONCE): Poison. 2007-01-19 18:38:30 +00:00
target-def.h re PR middle-end/28071 (A file that can not be compiled in reasonable time/space) 2007-02-02 09:11:11 +00:00
target.h tree-vectorizer.h (vectorizable_function): Add argument type argument, change return type. 2007-02-05 21:38:53 +00:00
targhooks.c tree-vectorizer.h (vectorizable_function): Add argument type argument, change return type. 2007-02-05 21:38:53 +00:00
targhooks.h tree-vectorizer.h (vectorizable_function): Add argument type argument, change return type. 2007-02-05 21:38:53 +00:00
timevar.c
timevar.def lower-subreg.c: New file. 2007-02-01 01:09:35 +00:00
timevar.h
tlink.c
toplev.c emit-rtl.c (renumber_insns): Remove. 2007-02-02 19:02:18 +00:00
toplev.h
tracer.c tracer.c (rest_of_handle_tracer): We already cleaned up the CFG in tracer() so don't do it here again. 2007-01-27 14:48:02 +00:00
tree-affine.c re PR middle-end/30322 (((-i-1) + i) +1) is turned into ~i + (i+1) and never into 0 on the tree level) 2007-01-10 00:44:26 +00:00
tree-affine.h re PR middle-end/30322 (((-i-1) + i) +1) is turned into ~i + (i+1) and never into 0 on the tree level) 2007-01-10 00:44:26 +00:00
tree-browser.c
tree-browser.def
tree-cfg.c Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency. 2007-02-06 14:34:51 +00:00
tree-cfgcleanup.c tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand. 2007-01-18 14:56:33 +00:00
tree-chrec.c cfgloop.h: Include vec-prim.h. 2007-01-31 13:50:06 +00:00
tree-chrec.h
tree-complex.c
tree-data-ref.c tree-data-ref.c (conflict_fn): Assert that the number of affine relations in the conflict function is valid. 2007-01-28 17:29:30 +00:00
tree-data-ref.h tree-data-ref.c (dump_subscript): Use dump_conflict_function. 2007-01-26 19:33:04 +00:00
tree-dfa.c tree.h (struct tree_memory_tag): Add aliases member. 2007-01-29 19:38:00 +00:00
tree-dump.c
tree-dump.h
tree-eh.c tree-ssa-loop-unswitch.c: Include tree-inline.h. 2007-01-28 17:40:38 +00:00
tree-flow-inline.h tree.h (struct tree_memory_tag): Add aliases member. 2007-01-29 19:38:00 +00:00
tree-flow.h tree.h (struct tree_memory_tag): Add aliases member. 2007-01-29 19:38:00 +00:00
tree-gimple.c
tree-gimple.h
tree-if-conv.c
tree-inline.c tree-optimize.c (has_abnormal_outgoing_edge_p): Move to tree-inline. 2007-02-04 13:27:23 +00:00
tree-inline.h tree-ssa-loop-unswitch.c: Include tree-inline.h. 2007-01-28 17:40:38 +00:00
tree-into-ssa.c
tree-iterator.c
tree-iterator.h
tree-loop-linear.c
tree-mudflap.c
tree-mudflap.h
tree-nested.c Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency. 2007-02-06 14:34:51 +00:00
tree-nomudflap.c
tree-nrv.c
tree-object-size.c
tree-optimize.c tree-optimize.c (has_abnormal_outgoing_edge_p): Move to tree-inline. 2007-02-04 13:27:23 +00:00
tree-outof-ssa.c
tree-pass.h lower-subreg.c: New file. 2007-02-01 01:09:35 +00:00
tree-phinodes.c
tree-pretty-print.c tree-pretty-print.c (dump_generic_node): Print parentheses when operands have the same priority. 2007-01-10 21:03:58 +00:00
tree-profile.c c-decl.c, [...]: Fix comment typos. 2007-02-03 16:47:06 +00:00
tree-scalar-evolution.c cfgloop.h: Include vec-prim.h. 2007-01-31 13:50:06 +00:00
tree-scalar-evolution.h
tree-sra.c tree-sra.c (sra_walk_expr): Add linebreaks. 2007-02-04 17:58:26 +00:00
tree-ssa-address.c tree-ssa-address.c (create_mem_ref): Remove ", bsi" from a parts.base assignment. 2007-01-26 19:47:20 +00:00
tree-ssa-alias.c tree.h (struct tree_memory_tag): Add aliases member. 2007-01-29 19:38:00 +00:00
tree-ssa-ccp.c tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand. 2007-01-18 14:56:33 +00:00
tree-ssa-coalesce.c
tree-ssa-copy.c re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with -finline-functions) 2007-01-11 16:50:32 +00:00
tree-ssa-copyrename.c tree-ssa-copyrename.c (copy_rename_partition_coalesce): Return true when something was changed. 2007-02-04 13:02:45 +00:00
tree-ssa-dce.c pr23382.c: Avoid DCE from eliminating dead variable. 2007-01-24 12:13:45 +00:00
tree-ssa-dom.c tree-vrp.c (remove_range_assertions): Release defs. 2007-01-11 01:20:40 +00:00
tree-ssa-dse.c
tree-ssa-forwprop.c tree-ssa-copyrename.c (copy_rename_partition_coalesce): Return true when something was changed. 2007-02-04 13:02:45 +00:00
tree-ssa-live.c cgraphunit.c, [...]: Fix comment typos. 2007-01-31 03:45:38 +00:00
tree-ssa-live.h c-decl.c, [...]: Fix comment typos. 2007-02-03 16:47:06 +00:00
tree-ssa-loop-ch.c tree-ssa-loop-unswitch.c: Include tree-inline.h. 2007-01-28 17:40:38 +00:00
tree-ssa-loop-im.c
tree-ssa-loop-ivcanon.c tree-ssa-loop-unswitch.c: Include tree-inline.h. 2007-01-28 17:40:38 +00:00
tree-ssa-loop-ivopts.c Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency. 2007-02-06 14:34:51 +00:00
tree-ssa-loop-manip.c cfgloopmanip.c (loop_delete_branch_edge): Removed. 2007-02-04 23:47:09 +00:00
tree-ssa-loop-niter.c alias.c (init_alias_analysis): Correct whitespace. 2007-02-01 20:32:20 +00:00
tree-ssa-loop-prefetch.c tree-ssa-loop-unswitch.c: Include tree-inline.h. 2007-01-28 17:40:38 +00:00
tree-ssa-loop-unswitch.c cfgloop.h: Include vec-prim.h. 2007-01-31 13:50:06 +00:00
tree-ssa-loop.c tree-vectorizer.c (vect_is_simple_use): Support induction. 2007-02-06 10:08:51 +00:00
tree-ssa-math-opts.c cgraphunit.c, [...]: Fix comment typos. 2007-01-31 03:45:38 +00:00
tree-ssa-operands.c tree.h (struct tree_memory_tag): Add aliases member. 2007-01-29 19:38:00 +00:00
tree-ssa-operands.h tree-ssa-operands.h (struct vuse_vec_d): Change num_vuse field to unsigned. 2007-01-20 01:31:06 +00:00
tree-ssa-phiopt.c
tree-ssa-pre.c
tree-ssa-propagate.c tree-ssa-ccp.c (ccp_finalize): Return if something changed. 2007-01-18 09:11:57 +00:00
tree-ssa-propagate.h tree-ssa-ccp.c (ccp_finalize): Return if something changed. 2007-01-18 09:11:57 +00:00
tree-ssa-reassoc.c Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency. 2007-02-06 14:34:51 +00:00
tree-ssa-sink.c
tree-ssa-structalias.c Makefile.in (tree-ssa-loop-ivopts.o): Add pointer-set.h dependency. 2007-02-06 14:34:51 +00:00
tree-ssa-structalias.h
tree-ssa-ter.c
tree-ssa-threadedge.c
tree-ssa-threadupdate.c
tree-ssa-uncprop.c
tree-ssa.c tree.h (struct tree_memory_tag): Add aliases member. 2007-01-29 19:38:00 +00:00
tree-ssanames.c cgraphunit.c, [...]: Fix comment typos. 2007-01-31 03:45:38 +00:00
tree-stdarg.c
tree-stdarg.h
tree-tailcall.c tree-tailcall.c (adjust_return_value): Do not use RESULT_DECL as temporary. 2007-01-20 11:24:06 +00:00
tree-vect-analyze.c tree-vectorizer.c (vect_is_simple_use): Support induction. 2007-02-06 10:08:51 +00:00
tree-vect-generic.c common.opt: Add fstrict-overflow. 2007-01-28 05:15:06 +00:00
tree-vect-patterns.c tree-vect-patterns.c (vect_recog_widen_mult_pattern): Check that vectype is not NULL. 2007-02-06 08:41:01 +00:00
tree-vect-transform.c tree-vectorizer.c (vect_is_simple_use): Support induction. 2007-02-06 10:08:51 +00:00
tree-vectorizer.c tree-vectorizer.c (vect_is_simple_use): Support induction. 2007-02-06 10:08:51 +00:00
tree-vectorizer.h tree-vectorizer.h (vectorizable_function): Add argument type argument, change return type. 2007-02-05 21:38:53 +00:00
tree-vn.c
tree-vrp.c c-decl.c, [...]: Fix comment typos. 2007-02-03 16:47:06 +00:00
tree.c tree.c (tree_int_map_hash, [...]): Remove prototypes and make them non-static. 2007-02-06 13:55:01 +00:00
tree.def re PR tree-optimization/29516 (gfortran miscompiled) 2007-01-12 00:17:50 +00:00
tree.h tree.c (tree_int_map_hash, [...]): Remove prototypes and make them non-static. 2007-02-06 13:55:01 +00:00
treestruct.def
tsystem.h
typeclass.h
unwind-c.c unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with _uleb128_t and _Unwind_SWord with _sleb128_t. 2007-01-24 14:46:47 +00:00
unwind-compat.c
unwind-compat.h
unwind-dw2-fde-compat.c
unwind-dw2-fde-darwin.c
unwind-dw2-fde-glibc.c
unwind-dw2-fde.c unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with _uleb128_t and _Unwind_SWord with _sleb128_t. 2007-01-24 14:46:47 +00:00
unwind-dw2-fde.h
unwind-dw2.c * unwind-dw2.c (execute_stack_op): Handle DW_OP_swap. 2007-01-25 07:08:33 +00:00
unwind-dw2.h
unwind-generic.h unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with _uleb128_t and _Unwind_SWord with _sleb128_t. 2007-01-24 14:46:47 +00:00
unwind-pe.h unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with _uleb128_t and _Unwind_SWord with _sleb128_t. 2007-01-24 14:46:47 +00:00
unwind-sjlj.c
unwind.inc
value-prof.c re PR gcov-profile/30650 (ICE with -fprofile-use) 2007-02-03 23:35:42 +00:00
value-prof.h expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; add wrapper. 2007-01-28 19:38:39 +00:00
var-tracking.c
varasm.c re PR middle-end/30174 (FAIL: g++.old-deja/g++.abi/cxa_vec.C execution test) 2007-02-03 21:15:15 +00:00
varpool.c
varray.c
varray.h
vec.c vec.h (VEC_reserve_exact): Define. 2007-01-17 17:42:10 +00:00
vec.h vec.h (VEC_reserve_exact): Define. 2007-01-17 17:42:10 +00:00
vecprim.h
version.c
version.h
vmsdbg.h
vmsdbgout.c
web.c
xcoff.h
xcoffout.c
xcoffout.h

Copyright (C) 2000, 2003 Free Software Foundation, Inc.

This file is intended to contain a few notes about writing C code
within GCC so that it compiles without error on the full range of
compilers GCC needs to be able to compile on.

The problem is that many ISO-standard constructs are not accepted by
either old or buggy compilers, and we keep getting bitten by them.
This knowledge until know has been sparsely spread around, so I
thought I'd collect it in one useful place.  Please add and correct
any problems as you come across them.

I'm going to start from a base of the ISO C90 standard, since that is
probably what most people code to naturally.  Obviously using
constructs introduced after that is not a good idea.

For the complete coding style conventions used in GCC, please read
http://gcc.gnu.org/codingconventions.html


String literals
---------------

Irix6 "cc -n32" and OSF4 "cc" have problems with constant string
initializers with parens around it, e.g.

const char string[] = ("A string");

This is unfortunate since this is what the GNU gettext macro N_
produces.  You need to find a different way to code it.

Some compilers like MSVC++ have fairly low limits on the maximum
length of a string literal; 509 is the lowest we've come across.  You
may need to break up a long printf statement into many smaller ones.


Empty macro arguments
---------------------

ISO C (6.8.3 in the 1990 standard) specifies the following:

If (before argument substitution) any argument consists of no
preprocessing tokens, the behavior is undefined.

This was relaxed by ISO C99, but some older compilers emit an error,
so code like

#define foo(x, y) x y
foo (bar, )

needs to be coded in some other way.


free and realloc
----------------

Some implementations crash upon attempts to free or realloc the null
pointer.  Thus if mem might be null, you need to write

  if (mem)
    free (mem);


Trigraphs
---------

You weren't going to use them anyway, but some otherwise ISO C
compliant compilers do not accept trigraphs.


Suffixes on Integer Constants
-----------------------------

You should never use a 'l' suffix on integer constants ('L' is fine),
since it can easily be confused with the number '1'.


			Common Coding Pitfalls
			======================

errno
-----

errno might be declared as a macro.


Implicit int
------------

In C, the 'int' keyword can often be omitted from type declarations.
For instance, you can write

  unsigned variable;

as shorthand for

  unsigned int variable;

There are several places where this can cause trouble.  First, suppose
'variable' is a long; then you might think

  (unsigned) variable

would convert it to unsigned long.  It does not.  It converts to
unsigned int.  This mostly causes problems on 64-bit platforms, where
long and int are not the same size.

Second, if you write a function definition with no return type at
all:

  operate (int a, int b)
  {
    ...
  }

that function is expected to return int, *not* void.  GCC will warn
about this.

Implicit function declarations always have return type int.  So if you
correct the above definition to

  void
  operate (int a, int b)
  ...

but operate() is called above its definition, you will get an error
about a "type mismatch with previous implicit declaration".  The cure
is to prototype all functions at the top of the file, or in an
appropriate header.

Char vs unsigned char vs int
----------------------------

In C, unqualified 'char' may be either signed or unsigned; it is the
implementation's choice.  When you are processing 7-bit ASCII, it does
not matter.  But when your program must handle arbitrary binary data,
or fully 8-bit character sets, you have a problem.  The most obvious
issue is if you have a look-up table indexed by characters.

For instance, the character '\341' in ISO Latin 1 is SMALL LETTER A
WITH ACUTE ACCENT.  In the proper locale, isalpha('\341') will be
true.  But if you read '\341' from a file and store it in a plain
char, isalpha(c) may look up character 225, or it may look up
character -31.  And the ctype table has no entry at offset -31, so
your program will crash.  (If you're lucky.)

It is wise to use unsigned char everywhere you possibly can.  This
avoids all these problems.  Unfortunately, the routines in <string.h>
take plain char arguments, so you have to remember to cast them back
and forth - or avoid the use of strxxx() functions, which is probably
a good idea anyway.

Another common mistake is to use either char or unsigned char to
receive the result of getc() or related stdio functions.  They may
return EOF, which is outside the range of values representable by
char.  If you use char, some legal character value may be confused
with EOF, such as '\377' (SMALL LETTER Y WITH UMLAUT, in Latin-1).
The correct choice is int.

A more subtle version of the same mistake might look like this:

  unsigned char pushback[NPUSHBACK];
  int pbidx;
  #define unget(c) (assert(pbidx < NPUSHBACK), pushback[pbidx++] = (c))
  #define get(c) (pbidx ? pushback[--pbidx] : getchar())
  ...
  unget(EOF);

which will mysteriously turn a pushed-back EOF into a SMALL LETTER Y
WITH UMLAUT.


Other common pitfalls
---------------------

o Expecting 'plain' char to be either sign or unsigned extending.

o Shifting an item by a negative amount or by greater than or equal to
  the number of bits in a type (expecting shifts by 32 to be sensible
  has caused quite a number of bugs at least in the early days).

o Expecting ints shifted right to be sign extended.

o Modifying the same value twice within one sequence point.

o Host vs. target floating point representation, including emitting NaNs
  and Infinities in a form that the assembler handles.

o qsort being an unstable sort function (unstable in the sense that
  multiple items that sort the same may be sorted in different orders
  by different qsort functions).

o Passing incorrect types to fprintf and friends.

o Adding a function declaration for a module declared in another file to
  a .c file instead of to a .h file.