gcc/gcc
Nathan Froyd 6ce1edcf61 gcse.c (modify_pair): Define.
* gcse.c (modify_pair): Define.  Define a VEC of it.
	(canon_modify_mem_list): Convert to an array of VECs.
	(free_insn_expr_list_list): Delete.
	(clear_modify_mem_tables): Call VEC_free instead.
	(record_last_mem_set_info): Don't modify canon_modify_mem_list.
	(alloc_gcse_mem): Adjust for canon_modify_mem_list change.
	(canon_list_insert, compute_transp): Likewise.

From-SVN: r171980
2011-04-05 11:40:10 +00:00
..
ada re PR ada/47163 (Failure building target-libada for MingW64) 2011-04-04 18:06:55 +00:00
c-family PR/driver 48208 2011-03-30 14:45:49 +00:00
config re PR target/43920 (Choosing conditional execution over conditional branches for code size in some cases.) 2011-04-05 10:33:13 +00:00
cp re PR c++/48277 (ICE for g++.dg/ext/altivec-cell-1.C on powerpc*-*-*) 2011-03-31 18:03:50 -04:00
doc options.texi (ToLower): Document. 2011-04-04 11:17:11 +01:00
fortran The parameters for functions from the frexp family were the wrong way round. 2011-04-05 07:40:27 +00:00
ginclude re PR bootstrap/47147 (gcc 4.6 fails to compile on NetBSD) 2011-01-29 22:15:52 +00:00
go Use backend interface for labels and goto statements. 2011-04-05 05:57:39 +00:00
java Changelog c-family/ 2011-03-25 20:20:52 +01:00
lto lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot members. 2011-04-03 11:21:06 +00:00
objc lang-specs.h: Match -save-temps* instead of -save-temps. 2011-03-06 16:27:57 +00:00
objcp In gcc/: 2011-03-21 Nicola Pero <nicola.pero@meta-innovation.com> 2011-03-21 10:25:38 +00:00
po * es.po: Update. 2011-04-04 23:20:07 +01:00
testsuite For Yufeng Zhang - Fix typos and errors in testcase. 2011-04-04 23:15:55 +00:00
ABOUT-GCC-NLS
acinclude.m4 acinclude.m4 (gcc_cv_gas_vers): Add -arch ppc for probing darwin assembler. 2011-02-22 08:35:45 +00:00
aclocal.m4
addresses.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
alias.c Makefile.in (IPA_TYPE_ESCAPE_H): Remove. 2011-03-23 14:49:20 +00:00
alias.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
alloc-pool.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
alloc-pool.h
attribs.c ChangeLog gcc/ 2011-03-21 09:29:36 +01:00
auto-inc-dec.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
BASE-VER * BASE-VER: Change to 4.7.0. 2011-03-14 14:07:26 +01:00
basic-block.h basic-block.h (fixup_abnormal_edges): Adjust prototype. 2011-03-26 13:03:46 +00:00
bb-reorder.c
bb-reorder.h
bitmap.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
bitmap.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
bt-load.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
builtin-attrs.def Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
builtin-types.def Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
builtins.c builtins.c (build_va_arg_indirect_ref): Use build_simple_mem_ref_loc. 2011-03-31 15:59:10 +00:00
builtins.def tree.c (build_common_builtin_nodes): Do not initialize BUILT_IN_PROFILE_FUNC_ENTER and BUILT_IN_PROFILE_FUNC_EXIT. 2010-12-01 16:45:36 +00:00
builtins.h
c-aux-info.c c-aux-info.c (gen_formal_list_for_type): Use prototype_p. 2010-12-22 19:45:58 +00:00
c-config-lang.in Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
c-convert.c re PR c/47150 (ICE in gimplify_expr at gimplify.c) 2011-01-06 11:37:02 +01:00
c-decl.c c-decl.c (grokdeclarator): Fix formatting. 2011-04-01 14:07:52 +00:00
c-errors.c
c-lang.c
c-lang.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
c-objc-common.c
c-objc-common.h
c-parser.c c-parser.c (c_parser_asm_string_literal): Clear warn_overlength_strings. 2011-03-14 18:01:10 +00:00
c-tree.h c-aux-info.c (gen_formal_list_for_type): Use prototype_p. 2010-12-22 19:45:58 +00:00
c-typeck.c ChangeLog gcc/ 2011-03-25 11:28:12 +01:00
caller-save.c tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially leading to null pointer dereference. 2011-03-31 07:28:29 -06:00
calls.c emit-rtl.c (try_split): Don't call copy_call_info debug hook. 2011-03-16 09:40:07 +01:00
cfg.c cfg.c (redirect_edge_succ_nodup): Duplicate the varm map before removing the edge. 2011-03-23 11:35:59 -06:00
cfganal.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
cfgbuild.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
cfgcleanup.c re PR target/43920 (Choosing conditional execution over conditional branches for code size in some cases.) 2011-04-05 10:04:44 +00:00
cfgexpand.c re PR debug/48401 (ICE: RTL check: access of elt 4 of 'var_location' with last elt 2 in expand_gimple_basic_block, at cfgexpand.c:3585) 2011-04-04 09:02:50 +02:00
cfghooks.c cfghooks.c (tidy_fallthru_edges): Add ??? comment. 2011-04-04 12:34:29 +00:00
cfghooks.h
cfglayout.c cfglayout.c (insn_locators_alloc): Initialize curr_location and last_location to UNKNOWN_LOCATION. 2011-03-30 12:32:12 +00:00
cfglayout.h final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION. 2011-03-16 09:32:13 +01:00
cfgloop.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
cfgloop.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
cfgloopanal.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
cfgloopmanip.c re PR bootstrap/48000 (LTO bootstrap failed with bootstrap-profiled) 2011-03-07 17:41:53 +01:00
cfgrtl.c basic-block.h (fixup_abnormal_edges): Adjust prototype. 2011-03-26 13:03:46 +00:00
cgraph.c tree-inline.c (expand_call_inline): Do not check that destination node is analyzed. 2011-03-28 14:15:44 +02:00
cgraph.h tree-inline.c (expand_call_inline): Do not check that destination node is analyzed. 2011-03-28 14:15:44 +02:00
cgraphbuild.c cgraphbuild.c (record_reference): Canonicalize constructor values. 2011-04-03 11:13:09 +00:00
cgraphunit.c cgraphbuild.c (record_reference): Canonicalize constructor values. 2011-04-03 11:13:09 +00:00
ChangeLog gcse.c (modify_pair): Define. 2011-04-05 11:40:10 +00:00
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010 transpose_optimization_2.f90: Cleanup original dump. 2011-02-07 08:34:57 +01:00
ChangeLog.dataflow
ChangeLog.graphite Add testcase for PR43567. 2011-01-25 21:24:35 +00:00
ChangeLog.lib
ChangeLog.ptr
ChangeLog.tree-ssa
ChangeLog.tuples
cif-code.def Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
collect2-aix.c system.h: Include "safe-ctype.h" instead of <safe-ctype.h>. 2010-11-29 14:09:41 +00:00
collect2-aix.h
collect2.c re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined reference to m68k_cpu_flags) 2011-03-31 13:13:13 +01:00
collect2.h
combine-stack-adj.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
combine.c * combine.c (try_combine): Remove useless local variable. 2011-04-03 09:19:26 +00:00
common.opt common.opt (fdebug-types-section): Move earlier. 2011-03-31 10:50:03 +02:00
compare-elim.c compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers. 2011-01-23 14:27:33 +00:00
conditions.h
config.build MAINTAINERS (crx port, [...]): Remove. 2011-03-22 19:58:18 +00:00
config.gcc config.gcc (*-*-mingw*): Allow as option the posix threading model. 2011-04-01 16:43:22 +02:00
config.host MAINTAINERS (crx port, [...]): Remove. 2011-03-22 19:58:18 +00:00
config.in re PR driver/46944 (gcc should accept -fuse-linker-plugin only if linker handles -plugin) 2011-03-16 09:41:16 +00:00
configure MAINTAINERS (crx port, [...]): Remove. 2011-03-22 19:58:18 +00:00
configure.ac MAINTAINERS (crx port, [...]): Remove. 2011-03-22 19:58:18 +00:00
convert.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
convert.h
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
coretypes.h tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro. 2010-11-23 16:06:37 +00:00
coverage.c Changelog c-family/ 2011-03-25 20:20:52 +01:00
coverage.h
cppbuiltin.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
cppbuiltin.h
cppdefault.c system.h: Include "safe-ctype.h" instead of <safe-ctype.h>. 2010-11-29 14:09:41 +00:00
cppdefault.h
cppspec.c
cprop.c cprop.c (struct expr): Split 'expr' field in 'dest' and 'src'. 2011-04-04 18:27:17 +00:00
crtstuff.c configure.ac (gcc_cv_ld_eh_frame_hdr): Only check GNU ld for --eh-frame-hdr. 2010-12-23 12:08:21 +00:00
cse.c re PR rtl-optimization/47925 (delete_trivially_dead_insns mishandles volatile mems) 2011-03-02 13:25:10 +00:00
cselib.c re PR debug/48203 (ICE in dwarf2out.c while building eglibc.) 2011-03-29 01:53:46 +02:00
cselib.h re PR debug/43092 (Wrong debuginfo with VTA and -fomit-frame-pointer/-mno-accumulate-outgoing-args) 2011-02-03 06:04:04 +00:00
cstamp-h.in
DATESTAMP Daily bump. 2011-04-05 00:18:31 +00:00
dbgcnt.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
dbgcnt.def Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
dbgcnt.h
dbxout.c emit-rtl.c (try_split): Don't call copy_call_info debug hook. 2011-03-16 09:40:07 +01:00
dbxout.h
dce.c re PR rtl-optimization/47337 (Wrong RTL dce of calls) 2011-01-19 16:13:01 +01:00
dce.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
ddg.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
ddg.h
debug.c emit-rtl.c (try_split): Don't call copy_call_info debug hook. 2011-03-16 09:40:07 +01:00
debug.h emit-rtl.c (try_split): Don't call copy_call_info debug hook. 2011-03-16 09:40:07 +01:00
defaults.h system.h: Include "safe-ctype.h" instead of <safe-ctype.h>. 2010-11-29 14:09:41 +00:00
DEV-PHASE
df-core.c re PR rtl-optimization/48156 (wrong code with -fcrossjumping) 2011-03-20 16:25:55 +01:00
df-problems.c cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range instead of loop. 2011-03-19 20:33:45 +03:00
df-scan.c re PR rtl-optimization/47525 (DCE fails to eliminate a dead call to a pure function when compiled with -maltivec) 2011-02-02 14:08:06 -06:00
df.h re PR rtl-optimization/44374 (Hoist same instructions in different branches) 2010-12-14 00:23:40 +00:00
dfp.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
dfp.h
diagnostic-core.h diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
diagnostic.c
diagnostic.def
diagnostic.h
dojump.c * dojump.c (do_jump_by_parts_greater_rtx): Optimize in specific cases. 2011-03-24 21:56:38 +00:00
dominance.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
domwalk.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
domwalk.h
double-int.c hwint.c: New. 2010-11-30 16:36:19 +00:00
double-int.h
dse.c cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_range instead of loop. 2011-03-19 20:33:45 +03:00
dse.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
dwarf2asm.c dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing va_end. 2011-03-25 10:39:10 -06:00
dwarf2asm.h
dwarf2out.c re PR bootstrap/48400 (powerpc-apple-darwin9 fails to bootstrap at revision 171824) 2011-04-04 15:13:54 -07:00
dwarf2out.h dwarf2out.h (dwarf2out_frame_debug_init): Declare. 2011-04-01 17:35:13 +00:00
ebitmap.c
ebitmap.h
emit-rtl.c emit-rtl.c (emit_pattern_after_setloc): New function. 2011-04-01 03:05:36 +00:00
emit-rtl.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
emutls.c
errors.c
errors.h
et-forest.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
et-forest.h system.h: Include "safe-ctype.h" instead of <safe-ctype.h>. 2010-11-29 14:09:41 +00:00
except.c re PR middle-end/47401 (Support for must-not-throw regions with SJLJ exceptions broken) 2011-01-22 21:24:54 +00:00
except.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
exec-tool.in Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
explow.c optabs.h (emit_unop_insn, [...]): Change insn code parameter from "int" to "enum insn_code". 2011-03-23 09:30:58 +00:00
expmed.c re PR middle-end/48335 (ICE in convert_move) 2011-04-01 23:13:29 +02:00
expmed.h
expr.c re PR middle-end/48335 (ICE in convert_move) 2011-04-01 23:13:29 +02:00
expr.h expr.h (prepare_operand): Move to... 2011-03-21 21:38:56 +00:00
final.c dwarf2out.h (dwarf2out_frame_debug_init): Declare. 2011-04-01 17:35:13 +00:00
fixed-value.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
fixed-value.h
flag-types.h common.opt (user_vect_verbosity_level): New Variable entry. 2010-11-24 13:28:38 +00:00
flags.h common.opt (flag_stack_check): New Variable entry. 2010-12-01 13:58:52 +00:00
fold-const.c re PR c/48305 (ice at -O0: verify_gimple failed) 2011-03-30 14:36:18 +02:00
fp-test.c
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function.c re PR target/43920 (Choosing conditional execution over conditional branches for code size in some cases.) 2011-04-05 10:12:14 +00:00
function.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
fwprop.c re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out attribute noreturn with -fno-tree-ccp -fno-tree-fre -ftree-vrp) 2011-02-14 17:59:10 +00:00
gbl-ctors.h
gcc-plugin.h Include coretypes.h in gcc-plugin.h & Add hard-reg-set.h in FUNCTION_H. 2010-11-30 07:13:29 +00:00
gcc.c opts.h (cl_option): Add comments to fields. 2011-03-31 23:37:14 +01:00
gcc.h
gccspec.c
gcov-dump.c gcc.c (process_command): Update copyright notice dates. 2011-01-03 17:14:57 +01:00
gcov-io.c
gcov-io.h
gcov-iov.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
gcov.c Changelog c-family/ 2011-03-25 20:20:52 +01:00
gcse.c gcse.c (modify_pair): Define. 2011-04-05 11:40:10 +00:00
gcse.h
gdbinit.in Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
genattr.c
genattrtab.c hwint.c: New. 2010-11-30 16:36:19 +00:00
genautomata.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
gencheck.c
genchecksum.c
gencodes.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
genconditions.c hwint.c: New. 2010-11-30 16:36:19 +00:00
genconfig.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
genconstants.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
genemit.c gensupport.h (pattern_stats): New structure. 2011-04-01 08:15:08 +00:00
genenums.c
genextract.c hwint.c: New. 2010-11-30 16:36:19 +00:00
genflags.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
gengenrtl.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
gengtype-lex.l Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
gengtype-parse.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
gengtype-state.c gengtype-state.c (read_state_structures): Initialize "previous". 2010-11-25 22:50:53 +01:00
gengtype.c Changelog c-family/ 2011-03-25 20:20:52 +01:00
gengtype.h gentype-state.c: Add new file. 2010-11-25 19:03:27 +00:00
genhooks.c system.h: Include "safe-ctype.h" instead of <safe-ctype.h>. 2010-11-29 14:09:41 +00:00
genmddeps.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
genmodes.c
genmultilib
genopinit.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
genoutput.c recog.h (insn_data_d): Add n_generator_args. 2011-04-01 08:16:47 +00:00
genpeep.c hwint.c: New. 2010-11-30 16:36:19 +00:00
genpreds.c hwint.c: New. 2010-11-30 16:36:19 +00:00
genrecog.c hwint.c: New. 2010-11-30 16:36:19 +00:00
gensupport.c gensupport.h (pattern_stats): New structure. 2011-04-01 08:15:08 +00:00
gensupport.h gensupport.h (pattern_stats): New structure. 2011-04-01 08:15:08 +00:00
ggc-common.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
ggc-internal.h
ggc-none.c ggc-zone.c (ggc_pch_read): Fix conditional compilation. 2010-11-30 04:12:56 +00:00
ggc-page.c hwint.c: New. 2010-11-30 16:36:19 +00:00
ggc-zone.c hwint.c: New. 2010-11-30 16:36:19 +00:00
ggc.h
gimple-fold.c cgraphbuild.c (record_reference): Canonicalize constructor values. 2011-04-03 11:13:09 +00:00
gimple-fold.h re PR tree-optimization/46562 (CCP currently needs iteration for &a[i]) 2011-03-24 11:23:29 +00:00
gimple-iterator.c
gimple-low.c gimple-low.c (lower_function_body): Don't remove the location of the return statement here. 2011-02-08 11:15:53 +00:00
gimple-pretty-print.c gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not a valid RHS. 2011-03-22 11:12:57 +00:00
gimple-pretty-print.h
gimple.c lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot members. 2011-04-03 11:21:06 +00:00
gimple.def Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
gimple.h re PR tree-optimization/45934 (g++.old-deja/g++.other/dtor5.C FAILs with -finline-small-functions) 2010-12-22 13:56:54 +01:00
gimplify.c tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg. 2011-03-25 15:05:00 +00:00
glimits.h
godump.c godump.c (go_define): Ignore macros whose definitions include two adjacent operands. 2011-01-29 02:32:28 +00:00
graph.c system.h: Include "safe-ctype.h" instead of <safe-ctype.h>. 2010-11-29 14:09:41 +00:00
graph.h
graphds.c
graphds.h
graphite-blocking.c Do not include unnecessary .h files. 2010-12-28 17:09:16 +00:00
graphite-clast-to-gimple.c Fix PR47127: call cloog_state_malloc and cloog_state_free only once. 2011-03-12 22:05:38 +00:00
graphite-clast-to-gimple.h Fix PR47127: call cloog_state_malloc and cloog_state_free only once. 2011-03-12 22:05:38 +00:00
graphite-cloog-compat.h re PR bootstrap/48102 (Bootstrap failure: error: macro "build_cloog_prog" requires 4 arguments, but only 3 given) 2011-03-14 09:18:52 +01:00
graphite-cloog-util.c Do not include unnecessary .h files. 2010-12-28 17:09:16 +00:00
graphite-cloog-util.h
graphite-dependences.c Allow several reductions in a reduction PBB. 2011-01-25 06:47:21 +00:00
graphite-dependences.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
graphite-flattening.c Do not include unnecessary .h files. 2010-12-28 17:09:16 +00:00
graphite-interchange.c Test the profitability of interchange on the perfect nest. 2011-01-25 06:45:04 +00:00
graphite-poly.c Fix pbb_remove_duplicate_pdrs. 2011-01-25 06:45:16 +00:00
graphite-poly.h Relax the definition of same_pdr_p. 2011-01-25 06:46:56 +00:00
graphite-ppl.c Pass 0 as the number of parameters to PIP when testing for integer feasibility. 2011-01-25 06:46:43 +00:00
graphite-ppl.h Pass 0 as the number of parameters to PIP when testing for integer feasibility. 2011-01-25 06:46:43 +00:00
graphite-scop-detection.c Pass to dr_analyze_indices the analysis loop for subscripts. 2011-01-25 06:48:32 +00:00
graphite-scop-detection.h
graphite-sese-to-poly.c Fix PRs 46834, 46994, and 46995: only rewrite reductions not containing other computations. 2011-02-08 16:53:57 +00:00
graphite-sese-to-poly.h Postpone the rewrite out of SSA to the end of the translation to polyhedral representation. 2010-12-01 17:25:10 +00:00
graphite.c Fix PR47127: call cloog_state_malloc and cloog_state_free only once. 2011-03-12 22:05:38 +00:00
gsstruct.def Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
gstab.h
gsyms.h
gsyslimits.h
gthr-aix.h
gthr-dce.h re PR target/47792 (concurrence.h:292:9: error: '__gthread_mutex_destroy' was not declared in this scope) 2011-02-18 19:02:31 +00:00
gthr-gnat.c
gthr-gnat.h
gthr-lynx.h
gthr-mipssde.h
gthr-nks.h
gthr-posix95.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
gthr-posix.c
gthr-posix.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
gthr-rtems.h
gthr-single.h
gthr-tpf.h
gthr-vxworks.h
gthr-win32.h
gthr.h gthr-solaris.h: Remove. 2011-03-21 12:33:34 +00:00
haifa-sched.c re PR bootstrap/48403 (bootstrap comparison failure) 2011-04-04 09:53:51 -07:00
hard-reg-set.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
highlev-plugin-common.h
hooks.c target.def (handle_option): Take gcc_options and cl_decoded_option pointers and location_t. 2011-03-22 22:23:02 +00:00
hooks.h target.def (handle_option): Take gcc_options and cl_decoded_option pointers and location_t. 2011-03-22 22:23:02 +00:00
host-default.c
hosthooks-def.h
hosthooks.h
hwint.c hwint.c: New. 2010-11-30 16:36:19 +00:00
hwint.h Remove the lambda framework and make -ftree-loop-linear an alias of -floop-interchange. 2011-01-25 21:24:23 +00:00
ifcvt.c ifcvt.c (cond_exec_process_insns): Disallow converting a block that contains the prologue. 2011-04-01 17:40:27 +00:00
implicit-zee.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
incpath.c Changelog c-family/ 2011-03-25 20:20:52 +01:00
incpath.h
init-regs.c
input.c
input.h tree.h (struct call_expr_arg_iterator_d): Remove GTY tag. 2010-12-03 04:11:10 +00:00
insn-addr.h
insn-notes.def final.c (final_scan_insn): Handle NOTE_INSN_CALL_ARG_LOCATION. 2011-03-16 09:32:13 +01:00
integrate.c reload.h (reg_equiv_constant): Move into new structure reg_equivs, define accessor macro. 2011-03-30 09:18:30 -06:00
integrate.h reload.h (reg_equiv_constant): Move into new structure reg_equivs, define accessor macro. 2011-03-30 09:18:30 -06:00
intl.c intl.c: Don't include tm.h. 2010-12-01 17:29:12 +00:00
intl.h
ipa-cp.c re PR tree-optimization/47967 (ICE: verify_stmts failed: conversion of register to a different size with -fipa-cp on undefined code) 2011-03-05 00:07:20 +01:00
ipa-inline.c lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot members. 2011-04-03 11:21:06 +00:00
ipa-prop.c cgraph.c: Fix comment typos. 2011-02-11 15:16:46 +00:00
ipa-prop.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
ipa-pure-const.c cgraph.c: Fix comment typos. 2011-02-11 15:16:46 +00:00
ipa-ref-inline.h
ipa-ref.c cgraph.c: Fix comment typos. 2011-02-11 15:16:46 +00:00
ipa-ref.h
ipa-reference.c cgraph.c: Fix comment typos. 2011-02-11 15:16:46 +00:00
ipa-reference.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
ipa-split.c re PR tree-optimization/46562 (CCP currently needs iteration for &a[i]) 2011-03-24 11:23:29 +00:00
ipa-utils.c
ipa-utils.h
ipa.c re PR middle-end/48044 (ICE in function_and_variable_visibility, at ipa.c:875) 2011-03-11 15:47:26 +01:00
ira-build.c [multiple changes] 2011-03-29 01:02:05 +00:00
ira-color.c re PR rtl-optimization/48381 (internal compiler error: in check_allocation, at ira.c:2094) 2011-03-31 19:54:02 +00:00
ira-conflicts.c ira-conflicts.c (build_object_conflicts): Add unused attribute to parent_max. 2011-03-29 16:44:19 +00:00
ira-costs.c re PR middle-end/48367 (200.sixtrack/301.apsi in SPEC CPU 2000 are miscompiled) 2011-03-31 01:04:43 +00:00
ira-emit.c re PR target/48380 (ICE in postreload.c while building trunk) 2011-04-04 20:19:45 +00:00
ira-int.h [multiple changes] 2011-03-29 01:02:05 +00:00
ira-lives.c [multiple changes] 2011-03-29 01:02:05 +00:00
ira.c re PR target/48380 (ICE in postreload.c while building trunk) 2011-04-04 20:19:45 +00:00
ira.h [multiple changes] 2011-03-29 01:02:05 +00:00
jump.c tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially leading to null pointer dereference. 2011-03-31 07:28:29 -06:00
langhooks-def.h dwarf2out.c (dwarf_attr_name): Map DW_AT_GNAT_descriptive_type. 2011-04-01 23:38:57 +00:00
langhooks.c
langhooks.h dwarf2out.c (dwarf_attr_name): Map DW_AT_GNAT_descriptive_type. 2011-04-01 23:38:57 +00:00
LANGUAGES
lcm.c re PR rtl-optimization/39077 (GCSE-optimization causes enormous binary size increase (~20 times !)) 2011-01-13 06:41:03 -07:00
libfuncs.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
libgcc2.c libgcc2.c (__lshrdi3, [...]): Use W_TYPE_SIZE. 2011-03-23 01:34:55 +00:00
libgcc2.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
libgcc-libsystem.ver
libgcc-std.ver
libgcov.c re PR bootstrap/47055 ("make profiledbootstrap" fails on MSYS/mingw-w64) 2011-01-04 19:05:06 +01:00
limitx.h
limity.h
lists.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
longlong.h mn10300: Add support in longlong.h. 2011-01-19 11:36:42 -08:00
loop-doloop.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
loop-init.c re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out attribute noreturn with -fno-tree-ccp -fno-tree-fre -ftree-vrp) 2011-02-14 17:59:10 +00:00
loop-invariant.c [multiple changes] 2011-03-29 01:02:05 +00:00
loop-iv.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
loop-unroll.c re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out attribute noreturn with -fno-tree-ccp -fno-tree-fre -ftree-vrp) 2011-02-14 17:59:10 +00:00
loop-unswitch.c
lower-subreg.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
lto-cgraph.c re PR bootstrap/48148 (LTO bootstrap failed with bootstrap-profiled) 2011-04-01 23:14:36 +02:00
lto-compress.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
lto-compress.h
lto-opts.c lto-opts.c (register_user_option_p, [...]): Make type argument unsigned. 2011-03-29 22:59:34 +01:00
lto-section-in.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
lto-section-out.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
lto-streamer-in.c lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot members. 2011-04-03 11:21:06 +00:00
lto-streamer-out.c lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot members. 2011-04-03 11:21:06 +00:00
lto-streamer.c lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot members. 2011-04-03 11:21:06 +00:00
lto-streamer.h lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot members. 2011-04-03 11:21:06 +00:00
lto-symtab.c re PR lto/47497 (SPEC CPU 2006 failed to link with LTO -fuse-linker-plugin -fwhole-program) 2011-03-04 18:49:23 +00:00
lto-wrapper.c Check HOST_BIT_BUCKET when settting dump base/dir. 2011-02-01 06:42:08 -08:00
machmode.def machmode.def: Fixed comments. 2011-01-24 20:08:06 +00:00
machmode.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
main.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
Makefile.in [multiple changes] 2011-03-29 01:02:05 +00:00
matrix-reorg.c hwint.c: New. 2010-11-30 16:36:19 +00:00
mcf.c
mips-tdump.c re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined reference to m68k_cpu_flags) 2011-03-31 13:13:13 +01:00
mips-tfile.c re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined reference to m68k_cpu_flags) 2011-03-31 13:13:13 +01:00
mkconfig.sh Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
mkmap-flat.awk
mkmap-symver.awk
mode-classes.def
mode-switching.c mode-switching.c (optimize_mode_switching): Use FOR_BB_INSNS instead of open-coded for loop. 2010-11-19 19:56:01 +01:00
modulo-sched.c sched-ebb.c (begin_schedule_ready): Remove second argument. 2011-04-01 17:46:17 +00:00
omega.c Remove the lambda framework and make -ftree-loop-linear an alias of -floop-interchange. 2011-01-25 21:24:23 +00:00
omega.h
omp-builtins.def
omp-low.c hwint.c: New. 2010-11-30 16:36:19 +00:00
ONEWS
opt-functions.awk options.texi (ToLower): Document. 2011-04-04 11:17:11 +01:00
opt-gather.awk
opt-include.awk Add PowerPC target attribute/pragma support 2010-11-19 17:27:18 +00:00
optabs.c expr.c (emit_block_move_via_movmem): Use n_generator_args instead of n_operands. 2011-04-01 08:19:13 +00:00
optabs.h optabs.h (emit_unop_insn, [...]): Change insn code parameter from "int" to "enum insn_code". 2011-03-23 09:30:58 +00:00
optc-gen.awk optc-gen.awk: Always remove type from Variable entry before recording in var_seen. 2011-04-04 15:18:31 +01:00
opth-gen.awk lto-opts.c (register_user_option_p, [...]): Make type argument unsigned. 2011-03-29 22:59:34 +01:00
opts-common.c options.texi (ToLower): Document. 2011-04-04 11:17:11 +01:00
opts-diagnostic.h
opts-global.c common.opt (main_input_filename, [...]): New Variable entries. 2010-12-01 13:46:36 +00:00
opts.c opts.h (cl_option): Add comments to fields. 2011-03-31 23:37:14 +01:00
opts.h options.texi (ToLower): Document. 2011-04-04 11:17:11 +01:00
output.h re PR middle-end/31490 (Compile error section type conflict) 2011-02-03 20:12:07 +01:00
params.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
params.def invoke.texi (max-stores-to-sink): Document. 2011-03-24 08:23:39 +00:00
params.h invoke.texi (max-stores-to-sink): Document. 2011-03-24 08:23:39 +00:00
passes.c tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg. 2011-03-25 15:05:00 +00:00
plugin.c re PR c/46902 (gcc.dg/plugin/plugindir*.c gives ICEs on powerpc-apple-darwin9) 2011-01-09 12:41:33 +00:00
plugin.def
plugin.h
pointer-set.c
pointer-set.h
postreload-gcse.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
postreload.c re PR rtl-optimization/47614 (cpu2000 benchmark 301.apsi fails with revision 169782) 2011-02-11 20:52:55 +00:00
predict.c re PR target/43884 (Performance degradation for simple fibonacci numbers calculation) 2011-01-22 21:47:40 +00:00
predict.def
predict.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
prefix.c Changelog c-family/ 2011-03-25 20:20:52 +01:00
prefix.h
pretty-print.c
pretty-print.h
print-rtl.c re PR debug/45882 (No debug info for vars depending on unused parameter) 2011-03-16 09:35:31 +01:00
print-tree.c
profile.c Changelog c-family/ 2011-03-25 20:20:52 +01:00
profile.h
read-md.c Changelog c-family/ 2011-03-25 20:20:52 +01:00
read-md.h
read-rtl.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
README.Portability
real.c re PR middle-end/47903 (var-tracking.c: valgrind error) 2011-02-27 20:37:35 +01:00
real.h
realmpfr.c
realmpfr.h
recog.c recog.c (canonicalize_change_group): Use validate_unshare_change. 2011-03-22 11:19:11 +00:00
recog.h recog.h (insn_data_d): Add n_generator_args. 2011-04-01 08:16:47 +00:00
reg-notes.def invoke.texi: Remove reference to compiler internals from user documentation. 2011-02-06 12:35:10 +00:00
reg-stack.c basic-block.h (fixup_abnormal_edges): Adjust prototype. 2011-03-26 13:03:46 +00:00
regcprop.c Continue searching in find_oldest_value_reg on class match failure. 2010-12-17 14:51:25 -08:00
reginfo.c [multiple changes] 2011-03-29 01:02:05 +00:00
regmove.c [multiple changes] 2011-03-29 01:02:05 +00:00
regrename.c regrename.c: Add general comment describing the pass. 2011-01-02 17:28:24 +00:00
regs.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
regset.h
regstat.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
reload1.c reload1.c (elimination_effects): Fix typo in recent change. 2011-03-31 09:55:19 -06:00
reload.c reload.h (reg_equiv_constant): Move into new structure reg_equivs, define accessor macro. 2011-03-30 09:18:30 -06:00
reload.h reload1.c (reload): Fix botch in last change. 2011-03-30 18:01:53 -06:00
reorg.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
resource.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
resource.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
rtl-error.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
rtl-error.h
rtl.c re PR debug/45882 (No debug info for vars depending on unused parameter) 2011-03-16 09:35:31 +01:00
rtl.def re PR debug/45882 (No debug info for vars depending on unused parameter) 2011-03-16 09:35:31 +01:00
rtl.h [multiple changes] 2011-03-29 01:02:05 +00:00
rtlanal.c re PR debug/43092 (Wrong debuginfo with VTA and -fomit-frame-pointer/-mno-accumulate-outgoing-args) 2011-02-03 06:04:04 +00:00
rtlhooks-def.h
rtlhooks.c
sbitmap.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
sbitmap.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
sched-deps.c [multiple changes] 2011-03-29 01:02:05 +00:00
sched-ebb.c sched-ebb.c (begin_schedule_ready): Remove second argument. 2011-04-01 17:46:17 +00:00
sched-int.h sched-ebb.c (begin_schedule_ready): Remove second argument. 2011-04-01 17:46:17 +00:00
sched-rgn.c sched-ebb.c (begin_schedule_ready): Remove second argument. 2011-04-01 17:46:17 +00:00
sched-vis.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
sdbout.c emit-rtl.c (try_split): Don't call copy_call_info debug hook. 2011-03-16 09:40:07 +01:00
sdbout.h
sel-sched-dump.c re PR debug/43092 (Wrong debuginfo with VTA and -fomit-frame-pointer/-mno-accumulate-outgoing-args) 2011-02-03 06:04:04 +00:00
sel-sched-dump.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
sel-sched-ir.c sched-ebb.c (begin_schedule_ready): Remove second argument. 2011-04-01 17:46:17 +00:00
sel-sched-ir.h re PR rtl-optimization/48144 (ICE: in code_motion_path_driver, at sel-sched.c:6575 with -fselective-scheduling2 and custom flags) 2011-03-26 14:40:51 +03:00
sel-sched.c re PR rtl-optimization/48144 (ICE: in code_motion_path_driver, at sel-sched.c:6575 with -fselective-scheduling2 and custom flags) 2011-03-26 14:40:51 +03:00
sel-sched.h
sese.c Do not include unnecessary .h files. 2010-12-28 17:09:16 +00:00
sese.h Fix PR47019: parameters of a SCoP are SCEV analyzable. 2010-12-22 21:19:34 +00:00
simplify-rtx.c re PR debug/48204 (ICE: in decimal_to_decnumber, at dfp.c:115 with -fno-tree-ccp -fno-tree-dominator-opts -fno-tree-fre -g) 2011-03-24 19:58:58 +01:00
sparseset.c
sparseset.h system.h: Include "safe-ctype.h" instead of <safe-ctype.h>. 2010-11-29 14:09:41 +00:00
sreal.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
sreal.h
ssaexpand.h
stab.def
stack-ptr-mod.c
statistics.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
statistics.h
stmt.c tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially leading to null pointer dereference. 2011-03-31 07:28:29 -06:00
stor-layout.c re PR c++/48029 (ICE in finish_member_declaration() with --param ggc-min-expand=0 --param ggc-min-heapsize=0) 2011-03-10 17:37:22 -05:00
store-motion.c
stringpool.c
sync-builtins.def Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
system.h re PR target/47109 (m68k-netbsdelf: collect2 build fails with undefined reference to m68k_cpu_flags) 2011-03-31 13:13:13 +01:00
target-def.h [multiple changes] 2011-03-29 01:02:05 +00:00
target-globals.c
target-globals.h
target.def [multiple changes] 2011-03-29 01:02:05 +00:00
target.h re PR tree-optimization/47179 (SPU: errno misoptimization around malloc call) 2011-01-14 15:02:20 +00:00
targhooks.c [multiple changes] 2011-03-29 01:02:05 +00:00
targhooks.h [multiple changes] 2011-03-29 01:02:05 +00:00
timevar.c system.h: Include "safe-ctype.h" instead of <safe-ctype.h>. 2010-11-29 14:09:41 +00:00
timevar.def Makefile.in (IPA_TYPE_ESCAPE_H): Remove. 2011-03-23 14:49:20 +00:00
timevar.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
tlink.c Changelog c-family/ 2011-03-25 20:20:52 +01:00
toplev.c opts.h (cl_option): Add comments to fields. 2011-03-31 23:37:14 +01:00
toplev.h common.opt (main_input_filename, [...]): New Variable entries. 2010-12-01 13:46:36 +00:00
tracer.c
tree-affine.c re PR lto/46664 (Failed to build 481.wrf in SPEC CPU 2006 with LTO) 2010-11-26 12:42:41 +00:00
tree-affine.h
tree-browser.c Do not include unnecessary .h files. 2010-12-28 17:09:16 +00:00
tree-browser.def
tree-call-cdce.c
tree-cfg.c tree.h (CASE_CHAIN): Define. 2011-03-31 02:26:18 +00:00
tree-cfgcleanup.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
tree-chrec.c Fix PR47707 2011-02-12 00:12:52 +00:00
tree-chrec.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
tree-complex.c
tree-data-ref.c invoke.texi (max-stores-to-sink): Document. 2011-03-24 08:23:39 +00:00
tree-data-ref.h invoke.texi (max-stores-to-sink): Document. 2011-03-24 08:23:39 +00:00
tree-dfa.c tree-dfa.c (renumber_gimple_stmt_uids): Also number PHIs. 2011-03-30 15:43:59 +00:00
tree-diagnostic.c
tree-diagnostic.h
tree-dump.c Changelog c-family/ 2011-03-25 20:20:52 +01:00
tree-dump.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
tree-eh.c re PR tree-optimization/47355 (ICE: verify_ssa failed with -O2 -fipa-cp-clone) 2011-01-21 16:15:40 +01:00
tree-emutls.c re PR middle-end/46510 (r166812 breaks bootstrap on x86_64-apple-darwin10) 2010-11-21 23:02:15 +00:00
tree-flow-inline.h re PR tree-optimization/46562 (CCP currently needs iteration for &a[i]) 2011-03-24 11:23:29 +00:00
tree-flow.h tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg. 2011-03-25 15:05:00 +00:00
tree-if-conv.c tree-if-conv.c (memrefs_read_or_written_unconditionally): Strip all non-variable offsets and compare the remaining bases of the two... 2011-04-03 08:30:53 +00:00
tree-inline.c cfghooks.c (tidy_fallthru_edges): Add ??? comment. 2011-04-04 12:34:29 +00:00
tree-inline.h re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining -flto -fconserve-stack) 2011-02-15 18:36:44 +00:00
tree-into-ssa.c re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining -flto -fconserve-stack) 2011-02-15 18:36:31 +00:00
tree-iterator.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
tree-iterator.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
tree-loop-distribution.c tree-loop-distribution.c (tree_loop_distribution): Do not use freed memory. 2011-01-01 13:25:17 +00:00
tree-mudflap.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
tree-mudflap.h
tree-nested.c bootstrap-lto.mk (BOOT_ADAFLAGS): Delete. 2010-11-27 15:53:23 +00:00
tree-nomudflap.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
tree-nrv.c re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining -flto -fconserve-stack) 2011-02-02 06:18:01 +00:00
tree-object-size.c re PR middle-end/48269 (Incorrect fortify warning for a packed struct member) 2011-03-24 12:44:58 +00:00
tree-optimize.c timevar.def (TV_IPA_OPT, [...]): New. 2010-11-17 15:18:08 +00:00
tree-outof-ssa.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
tree-parloops.c Remove the lambda framework and make -ftree-loop-linear an alias of -floop-interchange. 2011-01-25 21:24:23 +00:00
tree-pass.h Makefile.in (IPA_TYPE_ESCAPE_H): Remove. 2011-03-23 14:49:20 +00:00
tree-phinodes.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
tree-predcom.c re PR target/47665 (ICE in trunc_int_for_mode) 2011-02-11 15:19:44 +01:00
tree-pretty-print.c re PR middle-end/47650 (wrong output of print_generic_decl() called from a plugin) 2011-03-15 13:39:28 +00:00
tree-pretty-print.h
tree-profile.c value-prof.c (value_prof_hooks): Remove. 2010-12-21 22:58:57 +00:00
tree-scalar-evolution.c Fix PR47576 and PR47555: add PARAM_SCEV_MAX_EXPR_COMPLEXITY. 2011-02-02 15:52:08 +00:00
tree-scalar-evolution.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
tree-sra.c tree-sra.c (build_ref_for_offset): Strip useless type conversions from the address built for a reference with... 2011-03-24 14:21:27 +00:00
tree-ssa-address.c
tree-ssa-alias.c Makefile.in (IPA_TYPE_ESCAPE_H): Remove. 2011-03-23 14:49:20 +00:00
tree-ssa-alias.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
tree-ssa-ccp.c re PR tree-optimization/46562 (CCP currently needs iteration for &a[i]) 2011-03-24 11:23:29 +00:00
tree-ssa-coalesce.c diagnostic-core.h: Include bversion.h. 2010-11-30 11:41:24 +00:00
tree-ssa-copy.c tree-ssa-copy.c (stmt_may_generate_copy): Copies from constants also generate copies. 2011-03-25 16:28:15 +00:00
tree-ssa-copyrename.c re PR tree-optimization/47427 (ICE in process_constraint, at tree-ssa-structalias.c:2901) 2011-01-25 13:01:54 +01:00
tree-ssa-dce.c tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially leading to null pointer dereference. 2011-03-31 07:28:29 -06:00
tree-ssa-dom.c re PR tree-optimization/48271 (ICE: SIGSEGV in tree_ssa_dominator_optimize (tree-ssa-dom.c:2964) with -O -ftree-vrp -fno-guess-branch-probability -fnon-call-exceptions) 2011-03-24 14:43:16 +00:00
tree-ssa-dse.c re PR tree-optimization/47053 (ICE: verify_flow_info failed: BB 2 can not throw but has an EH edge with -O -fnon-call-exceptions) 2011-01-21 21:09:44 -07:00
tree-ssa-forwprop.c tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially leading to null pointer dereference. 2011-03-31 07:28:29 -06:00
tree-ssa-ifcombine.c
tree-ssa-live.c tree-ssa-live.c (remove_unused_scope_block_p): Remove set but unused variable "ann". 2011-03-24 10:44:17 -06:00
tree-ssa-live.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
tree-ssa-loop-ch.c re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out attribute noreturn with -fno-tree-ccp -fno-tree-fre -ftree-vrp) 2011-02-14 17:59:10 +00:00
tree-ssa-loop-im.c re PR tree-optimization/47737 (wrong code with -funswitch-loops -fno-tree-dominator-opts -fgraphite-identity) 2011-02-18 13:22:17 +00:00
tree-ssa-loop-ivcanon.c
tree-ssa-loop-ivopts.c re PR tree-optimization/47086 (ICE: verify_flow_info failed: BB 3 can not throw but has an EH edge with -O -fexceptions -fnon-call-exceptions -ftrapv) 2011-01-11 07:10:54 -07:00
tree-ssa-loop-manip.c re PR middle-end/46885 (ICE: in gsi_insert_seq_nodes_after, at gimple-iterator.c:251 with -ftree-parallelize-loops -g) 2010-12-14 15:11:16 +01:00
tree-ssa-loop-niter.c re PR tree-optimization/45122 (-funsafe-loop-optimizations causes FAIL: gcc.c-torture/execute/pr27285.c execution) 2011-02-03 06:01:40 +00:00
tree-ssa-loop-prefetch.c Pass to dr_analyze_indices the analysis loop for subscripts. 2011-01-25 06:48:32 +00:00
tree-ssa-loop-unswitch.c
tree-ssa-loop.c re PR tree-optimization/47738 (ICE: verify_ssa failed: no immediate_use list with -O3 -fno-tree-vectorize) 2011-02-16 14:26:43 +00:00
tree-ssa-math-opts.c re PR tree-optimization/48067 (FMA with no add operand produced by convert_mul_to_fma) 2011-03-11 16:36:16 +00:00
tree-ssa-operands.c re PR tree-optimization/41490 (tree-ssa-sink does not really work) 2011-03-15 11:09:09 +00:00
tree-ssa-operands.h
tree-ssa-phiopt.c tree-ssa-forwprop.c (forward_propagate_into_cond): Avoid typo potentially leading to null pointer dereference. 2011-03-31 07:28:29 -06:00
tree-ssa-phiprop.c re PR middle-end/45310 (ICE: verify_stmts failed: Dead STMT in EH table with -O1 -fnon-call-exceptions) 2010-12-21 15:02:02 +00:00
tree-ssa-pre.c tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop a zero minimum index only if it is redundant. 2011-03-31 20:52:41 +00:00
tree-ssa-propagate.c
tree-ssa-propagate.h
tree-ssa-reassoc.c re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out attribute noreturn with -fno-tree-ccp -fno-tree-fre -ftree-vrp) 2011-02-14 17:59:10 +00:00
tree-ssa-sccvn.c re PR tree-optimization/46562 (CCP currently needs iteration for &a[i]) 2011-03-24 11:23:29 +00:00
tree-ssa-sccvn.h re PR tree-optimization/47615 (ICE: too deep recursion in phi_translate/phi_translate_1 with -ftree-pre -fno-tree-fre -fno-tree-sra) 2011-02-07 16:58:17 +00:00
tree-ssa-sink.c re PR c/48146 (ICE tree check: expected ssa_name, have var_decl in has_zero_uses, at tree-flow-inline.h:342) 2011-03-16 12:41:08 +00:00
tree-ssa-structalias.c tree-ssa-structalias.c (bitpos_of_field): Use BITS_PER_UNIT, not 8. 2011-02-10 15:29:52 +00:00
tree-ssa-ter.c re PR inline-asm/23200 (rejects "i"(&var + 1)) 2011-02-04 16:50:51 +01:00
tree-ssa-threadedge.c tree-ssa-threadupdate.c (redirect_edges): Call create_edge_and_update_destination_phis as needed. 2011-03-28 12:33:42 -06:00
tree-ssa-threadupdate.c re PR bootstrap/48327 (Bootstrap comparison failure with ada since r171622) 2011-03-29 16:49:00 -06:00
tree-ssa-uncprop.c
tree-ssa-uninit.c Fix pr47837 2011-03-15 18:15:01 +00:00
tree-ssa.c tree-flow.h (verify_stmts): Rename to verify_gimple_in_cfg. 2011-03-25 15:05:00 +00:00
tree-ssanames.c re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining -flto -fconserve-stack) 2011-02-15 18:36:31 +00:00
tree-stdarg.c tree-stdarg.c (va_list_counter_bump): Handle bumps via MEM_REF. 2011-03-23 16:02:30 +00:00
tree-stdarg.h
tree-switch-conversion.c system.h: Include "safe-ctype.h" instead of <safe-ctype.h>. 2010-11-29 14:09:41 +00:00
tree-tailcall.c re PR tree-optimization/41490 (tree-ssa-sink does not really work) 2011-03-15 11:09:09 +00:00
tree-vect-data-refs.c tree-vectorizer.h (vect_create_data_ref_ptr): Adjust prototype. 2011-03-28 08:40:49 +00:00
tree-vect-generic.c re PR tree-optimization/47639 (ICE: verify_stmts failed: statement marked for throw, but doesn't with -fstack-check=generic -fexceptions -fnon-call-exceptions) 2011-02-08 14:16:50 +00:00
tree-vect-loop-manip.c re PR debug/46931 (Subversion id 167184 breaks building perlbench on power7 with debug) 2010-12-28 20:20:29 +00:00
tree-vect-loop.c re PR tree-optimization/48290 (FAIL: gcc.dg/vect/pr38529.c, ICE in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1072) 2011-03-29 10:26:25 +00:00
tree-vect-patterns.c gimple.c (gimple_rhs_class_table): POLYNOMIAL_CHREC is not a valid RHS. 2011-03-22 11:12:57 +00:00
tree-vect-slp.c Fix PR47002: memory leaks. 2010-12-23 16:25:52 +00:00
tree-vect-stmts.c tree-vectorizer.h (vect_create_data_ref_ptr): Adjust prototype. 2011-03-28 08:40:49 +00:00
tree-vectorizer.c common.opt (user_vect_verbosity_level): New Variable entry. 2010-11-24 13:28:38 +00:00
tree-vectorizer.h tree-vectorizer.h (vect_create_data_ref_ptr): Adjust prototype. 2011-03-28 08:40:49 +00:00
tree-vrp.c re PR tree-optimization/46562 (CCP currently needs iteration for &a[i]) 2011-03-24 11:23:29 +00:00
tree.c tree.h (struct tree_const_decl): Inherit from tree_decl_common. 2011-04-04 01:40:17 +00:00
tree.def re PR other/47395 (the tree code WIDEN_MULT_MINUS_EXPR has a mismatching name) 2011-01-21 14:14:12 +00:00
tree.h tree.h (struct tree_const_decl): Inherit from tree_decl_common. 2011-04-04 01:40:17 +00:00
treestruct.def Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
tsystem.h
typeclass.h
unwind-c.c
unwind-compat.c
unwind-compat.h
unwind-dw2-fde-compat.c
unwind-dw2-fde-darwin.c
unwind-dw2-fde-glibc.c configure.ac (gcc_cv_ld_eh_frame_hdr): Only check GNU ld for --eh-frame-hdr. 2010-12-23 12:08:21 +00:00
unwind-dw2-fde.c
unwind-dw2-fde.h
unwind-dw2.c unwind-dw2.c: Include sys/sdt.h if it exists. 2011-03-14 19:47:58 +00:00
unwind-dw2.h
unwind-generic.h
unwind-pe.h
unwind-sjlj.c
unwind.inc
value-prof.c * value-prof.c (check_counter): Corrected error message. 2011-01-29 03:54:56 +00:00
value-prof.h Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
var-tracking.c re PR debug/48203 (ICE in dwarf2out.c while building eglibc.) 2011-03-29 01:53:46 +02:00
varasm.c lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot members. 2011-04-03 11:21:06 +00:00
varpool.c re PR middle-end/31490 (Compile error section type conflict) 2011-02-03 20:12:07 +01:00
vec.c Update Copyright years for files modified in 2010. 2011-01-03 21:52:22 +01:00
vec.h
vecir.h
vecprim.h
version.c
version.h
vmsdbg.h
vmsdbgout.c emit-rtl.c (try_split): Don't call copy_call_info debug hook. 2011-03-16 09:40:07 +01:00
web.c re PR rtl-optimization/47763 (Useless initialization of register) 2011-02-23 00:25:34 +00:00
xcoff.h
xcoffout.c re PR target/46655 (invalid '.line 0' directive emitted with -g) 2011-01-17 12:35:21 +00:00
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.