gcc/gcc
Paolo Carlini baf7c318bb re PR c++/44039 (ICE: Segmentation fault on error recovery)
/cp
2010-07-02  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/44039
	* pt.c (tsubst_baselink): Return error_mark_node if lookup_fnfields
	returns NULL_TREE.

/testsuite
2010-07-02  Paolo Carlini  <paolo.carlini@oracle.com>

	PR c++/44039
	* g++.dg/template/crash101.C: New.

From-SVN: r161698
2010-07-02 10:13:21 +00:00
..
ada tree.h (block_may_fallthru): Declare here. 2010-06-30 07:39:21 +00:00
c-family tree.h (block_may_fallthru): Declare here. 2010-06-30 07:39:21 +00:00
config * config/ia64/ia64.c (ia64_register_move_cost): Fix argument types. 2010-07-01 13:35:37 +01:00
cp re PR c++/44039 (ICE: Segmentation fault on error recovery) 2010-07-02 10:13:21 +00:00
doc gc++filt.m4: New file. 2010-07-02 10:05:49 +00:00
fortran re PR fortran/44718 (Procedure-pointer name is wrongly regarded as "external procedure") 2010-06-29 23:40:38 +02:00
ginclude
java java-tree.h (struct lang_type): Change type to a VEC. 2010-06-28 12:06:52 +00:00
lto
objc system.h: Poison GCC_EXCEPT_H for front-end files. 2010-06-28 10:52:46 +00:00
objcp system.h: Poison GCC_EXCEPT_H for front-end files. 2010-06-28 10:52:46 +00:00
po re PR other/44034 (target hooks are hard to maintain) 2010-06-29 19:22:00 +01:00
testsuite re PR c++/44039 (ICE: Segmentation fault on error recovery) 2010-07-02 10:13:21 +00:00
ABOUT-GCC-NLS
acinclude.m4
aclocal.m4
addresses.h
alias.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
alias.h
alloc-pool.c
alloc-pool.h
attribs.c
auto-inc-dec.c
BASE-VER
basic-block.h
bb-reorder.c
bitmap.c * bitmap.c (bitmap_clear_bit): Micro optimize. 2010-06-22 14:44:24 +00:00
bitmap.h
bt-load.c re PR middle-end/44566 (configuration with multiple targets / backends is not supported.) 2010-06-30 19:47:43 +01:00
builtin-attrs.def
builtin-types.def
builtins.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
builtins.def
c-aux-info.c
c-config-lang.in
c-convert.c
c-decl.c c-decl.c (c_write_global_declarations): Don't check flag_syntax_only. 2010-06-19 11:42:02 +01:00
c-errors.c
c-lang.c
c-lang.h
c-objc-common.c
c-objc-common.h
c-parser.c c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block. 2010-06-30 12:20:54 +00:00
c-tree.h
c-typeck.c tree.h (block_may_fallthru): Declare here. 2010-06-30 07:39:21 +00:00
caller-save.c re PR target/44364 (Wrong code with e500 double floating point) 2010-06-22 20:14:11 +09:30
calls.c calls.c, [...]: Call targetm.calls.function_arg... 2010-06-29 12:24:04 +00:00
cfg.c
cfganal.c
cfgbuild.c
cfgcleanup.c
cfgexpand.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
cfghooks.c
cfghooks.h
cfglayout.c
cfglayout.h
cfgloop.c
cfgloop.h
cfgloopanal.c
cfgloopmanip.c
cfgrtl.c toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h. 2010-06-30 17:12:36 +00:00
cgraph.c re PR tree-optimization/43801 (error: function causes a section type conflict with -fipa-cp -fipa-cp-clone) 2010-06-29 21:46:05 +02:00
cgraph.h cgraph.h (struct varpool_node): new used_from_object_file flag. 2010-06-28 10:39:38 +00:00
cgraphbuild.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
cgraphunit.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
ChangeLog gc++filt.m4: New file. 2010-07-02 10:05:49 +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.dataflow
ChangeLog.graphite
ChangeLog.lib
ChangeLog.ptr
ChangeLog.tree-ssa
ChangeLog.tuples
cif-code.def
collect2-aix.c
collect2-aix.h
collect2.c collect2.c (main): Remove SWITCHES_NEED_SPACES conditional. 2010-06-26 18:04:16 +01:00
collect2.h
combine-stack-adj.c reginfo.c (init_reg_sets_1): Adjust comments. 2010-06-29 12:18:36 +00:00
combine.c re PR rtl-optimization/44659 (Combiner fails to match QI cmp patterns with upper 8bit register) 2010-06-29 09:24:34 +00:00
common.opt Enable prefetching at -O3 for AMD cpus. 2010-06-25 18:25:00 +00:00
conditions.h
config.build
config.gcc config.gcc (powerpc*-*-*): Handle titan. 2010-06-28 09:22:47 -04:00
config.host
config.in
configure
configure.ac
convert.c double-int.h (force_fit_type_double): Remove declaration. 2010-06-28 22:23:16 +04:00
convert.h
COPYING
COPYING.LIB
COPYING3
COPYING3.LIB
coretypes.h re PR middle-end/44566 (configuration with multiple targets / backends is not supported.) 2010-06-30 19:47:43 +01:00
coverage.c
coverage.h
cppdefault.c
cppdefault.h
cppspec.c
crtstuff.c
cse.c Revert parts of the change for PR25130. 2010-06-29 13:51:37 +00:00
cselib.c re PR debug/44694 (Long var tracking compile time of GiNaC tests) 2010-06-30 08:12:22 +02:00
cselib.h re PR debug/44694 (Long var tracking compile time of GiNaC tests) 2010-06-30 08:12:22 +02:00
cstamp-h.in
DATESTAMP Daily bump. 2010-07-02 00:17:05 +00:00
dbgcnt.c
dbgcnt.def Add a debug counter for the tree-ssa level if-conversion. 2010-06-25 18:37:50 +00:00
dbgcnt.h
dbxout.c This patch adds the end prologue and begin epilogue markers in Dwarf2 2010-06-16 19:40:46 +00:00
dbxout.h
dce.c
dce.h
ddg.c
ddg.h
debug.c This patch adds the end prologue and begin epilogue markers in Dwarf2 2010-06-16 19:40:46 +00:00
debug.h This patch adds the end prologue and begin epilogue markers in Dwarf2 2010-06-16 19:40:46 +00:00
defaults.h target.h (struct gcc_target): Add register_move_cost field. 2010-06-27 15:40:42 +04:00
DEV-PHASE
df-byte-scan.c
df-core.c re PR other/44644 (type/data name clash makes --enable-build-with-cxx cc1 hard to debug) 2010-06-23 15:25:33 +01:00
df-problems.c Fix version of patch from previous commit ;( 2010-06-22 16:02:34 +00:00
df-scan.c re PR other/44034 (target hooks are hard to maintain) 2010-06-29 19:22:00 +01:00
df.h re PR other/44644 (type/data name clash makes --enable-build-with-cxx cc1 hard to debug) 2010-06-23 15:25:33 +01:00
dfp.c
dfp.h
diagnostic-core.h diagnostic.h (diagnostic_classification_change_t): New. 2010-06-21 16:58:57 -04:00
diagnostic.c diagnostic.h (diagnostic_classification_change_t): New. 2010-06-21 16:58:57 -04:00
diagnostic.def
diagnostic.h diagnostic.h (diagnostic_classification_change_t): New. 2010-06-21 16:58:57 -04:00
dojump.c
dominance.c
domwalk.c
domwalk.h
double-int.c double-int.h (force_fit_type_double): Remove declaration. 2010-06-28 22:23:16 +04:00
double-int.h double-int.h (force_fit_type_double): Remove declaration. 2010-06-28 22:23:16 +04:00
dse.c calls.c, [...]: Call targetm.calls.function_arg... 2010-06-29 12:24:04 +00:00
dse.h re PR other/44644 (type/data name clash makes --enable-build-with-cxx cc1 hard to debug) 2010-06-23 15:25:33 +01:00
dummy-checksum.c
dwarf2asm.c This patch adds the end prologue and begin epilogue markers in Dwarf2 2010-06-16 19:40:46 +00:00
dwarf2asm.h This patch adds the end prologue and begin epilogue markers in Dwarf2 2010-06-16 19:40:46 +00:00
dwarf2out.c re PR debug/44694 (Long var tracking compile time of GiNaC tests) 2010-07-01 13:11:46 +02:00
dwarf2out.h dwarf2out.c (dwarf2out_vms_debug_main_pointer): New function. 2010-06-25 18:49:36 +00:00
ebitmap.c
ebitmap.h
emit-rtl.c emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned types for offsets. 2010-07-01 10:50:14 +00:00
emit-rtl.h
emutls.c
errors.c
errors.h
et-forest.c
et-forest.h
except.c re PR other/44034 (target hooks are hard to maintain) 2010-06-29 19:22:00 +01:00
except.h system.h: Poison GCC_EXCEPT_H for front-end files. 2010-06-28 10:52:46 +00:00
exec-tool.in
explow.c
expmed.c re PR other/44644 (type/data name clash makes --enable-build-with-cxx cc1 hard to debug) 2010-06-23 15:25:33 +01:00
expr.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
expr.h
final.c toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h. 2010-06-30 17:12:36 +00:00
fixed-value.c
fixed-value.h
flags.h
fold-const.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
fp-test.c
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function.c toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h. 2010-06-30 17:12:36 +00:00
function.h function.h (types_used_by_cur_var_decl): Change type to a VEC. 2010-06-18 15:51:37 +00:00
fwprop.c
gbl-ctors.h
gcc-plugin.h
gcc.c collect2.c (main): Remove SWITCHES_NEED_SPACES conditional. 2010-06-26 18:04:16 +01:00
gcc.h
gccbug.in
gccspec.c
gcov-dump.c
gcov-io.c
gcov-io.h
gcov-iov.c
gcov.c
gcse.c
gdbinit.in
genattr.c Makefile.in (cfgexpand.o): Depend on $(INSN_ATTR_H). 2010-06-21 18:27:25 +02:00
genattrtab.c Makefile.in (build/genattrtab.o): Depend on vecprim.h. 2010-06-21 18:28:32 +02:00
genautomata.c
gencheck.c
genchecksum.c
gencodes.c
genconditions.c
genconfig.c
genconstants.c
genemit.c
genenums.c
genextract.c
genflags.c
gengenrtl.c
gengtype-lex.l
gengtype-parse.c
gengtype.c
gengtype.h
genhooks.c genhooks.c (emit_findices): Cast field precision to int. 2010-06-29 20:54:53 +00:00
genmddeps.c
genmodes.c
genmultilib
genopinit.c
genoutput.c re PR other/44644 (type/data name clash makes --enable-build-with-cxx cc1 hard to debug) 2010-06-23 15:25:33 +01:00
genpeep.c
genpreds.c
genrecog.c recog.c (peep2_do_rebuild_jump_labels, [...]): New static variables. 2010-06-29 22:29:30 +00:00
gensupport.c
gensupport.h
ggc-common.c
ggc-internal.h
ggc-none.c
ggc-page.c
ggc-zone.c
ggc.h
gimple-fold.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
gimple-iterator.c cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the new statement and adjust VDEF only if necessary. 2010-06-22 18:21:25 +00:00
gimple-low.c
gimple-pretty-print.c With large parts from Jim Wilson: 2010-06-25 08:56:24 +00:00
gimple-pretty-print.h
gimple.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
gimple.def
gimple.h re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
gimplify.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
glimits.h
graph.c
graph.h
graphds.c
graphds.h
graphite-blocking.c
graphite-clast-to-gimple.c
graphite-clast-to-gimple.h
graphite-dependences.c
graphite-dependences.h
graphite-interchange.c
graphite-poly.c
graphite-poly.h
graphite-ppl.c
graphite-ppl.h
graphite-scop-detection.c
graphite-scop-detection.h
graphite-sese-to-poly.c re PR bootstrap/44726 (Yet another broken bootstrap) 2010-06-30 18:38:37 +00:00
graphite-sese-to-poly.h
graphite.c
graphite.h
gsstruct.def
gstab.h
gsyms.h
gsyslimits.h
gthr-aix.h
gthr-dce.h
gthr-gnat.c
gthr-gnat.h
gthr-lynx.h
gthr-mipssde.h
gthr-nks.h
gthr-posix.c
gthr-posix.h
gthr-posix95.h
gthr-rtems.h
gthr-single.h
gthr-solaris.h
gthr-tpf.h
gthr-vxworks.h
gthr-win32.h
gthr.h
haifa-sched.c re PR other/44034 (target hooks are hard to maintain) 2010-06-29 19:22:00 +01:00
hard-reg-set.h
highlev-plugin-common.h
hooks.c
hooks.h
host-default.c
hosthooks-def.h
hosthooks.h
hwint.h
ifcvt.c
implicit-zee.c Don't search DEBUG_INSNs for removable zero extends. 2010-06-25 08:33:21 -07:00
incpath.c
incpath.h
init-regs.c
input.c
input.h
insn-addr.h
insn-notes.def
integrate.c
integrate.h
intl.c
intl.h
ipa-cp.c ipa-cp.c (ipcp_init_cloned_node): Replace calls to ipa_check_create_node_params and ipa_initialize_node_params... 2010-06-28 18:43:09 +02:00
ipa-inline.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
ipa-prop.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
ipa-prop.h ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag. 2010-06-25 16:27:47 +02:00
ipa-pure-const.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
ipa-ref-inline.h
ipa-ref.c
ipa-ref.h
ipa-reference.c
ipa-reference.h
ipa-split.c PR middle-end/PR44706 2010-06-30 16:51:36 +00:00
ipa-struct-reorg.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
ipa-struct-reorg.h
ipa-type-escape.c
ipa-type-escape.h
ipa-utils.c
ipa-utils.h
ipa.c cgraph.h (struct varpool_node): new used_from_object_file flag. 2010-06-28 10:39:38 +00:00
ira-build.c ira-int.h (struct live_range, [...]): Renamed from struct ira_allocno_live_range and allocno_live_range_t... 2010-06-24 23:30:28 +00:00
ira-color.c ira-int.h (struct live_range, [...]): Renamed from struct ira_allocno_live_range and allocno_live_range_t... 2010-06-24 23:30:28 +00:00
ira-conflicts.c ira-int.h (struct live_range, [...]): Renamed from struct ira_allocno_live_range and allocno_live_range_t... 2010-06-24 23:30:28 +00:00
ira-costs.c re PR middle-end/44566 (configuration with multiple targets / backends is not supported.) 2010-06-30 19:47:43 +01:00
ira-emit.c ira-int.h (struct live_range, [...]): Renamed from struct ira_allocno_live_range and allocno_live_range_t... 2010-06-24 23:30:28 +00:00
ira-int.h target.h (struct gcc_target): Add register_move_cost field. 2010-06-27 15:40:42 +04:00
ira-lives.c ira-int.h (struct live_range, [...]): Renamed from struct ira_allocno_live_range and allocno_live_range_t... 2010-06-24 23:30:28 +00:00
ira.c re PR middle-end/44566 (configuration with multiple targets / backends is not supported.) 2010-06-30 19:47:43 +01:00
ira.h
jump.c
lambda-code.c
lambda-mat.c
lambda-trans.c
lambda.h
langhooks-def.h system.h: Poison GCC_EXCEPT_H for front-end files. 2010-06-28 10:52:46 +00:00
langhooks.c
langhooks.h system.h: Poison GCC_EXCEPT_H for front-end files. 2010-06-28 10:52:46 +00:00
LANGUAGES
lcm.c
libfuncs.h
libgcc-libsystem.ver
libgcc-std.ver
libgcc2.c
libgcc2.h
libgcov.c
limitx.h
limity.h
lists.c
longlong.h
loop-doloop.c
loop-init.c
loop-invariant.c
loop-iv.c
loop-unroll.c
loop-unswitch.c loop-unswitch.c (compare_and_jump_seq): Assert that the last insn in the sequence is a jump insn before setting its label. 2010-06-24 10:01:57 +00:00
lower-subreg.c
lto-cgraph.c
lto-compress.c
lto-compress.h
lto-opts.c
lto-section-in.c
lto-section-out.c
lto-streamer-in.c re PR lto/44248 (-fcompare-debug failure with -flto/-fwhopr -g) 2010-06-20 23:57:54 +00:00
lto-streamer-out.c
lto-streamer.c
lto-streamer.h
lto-symtab.c cgraph.h (struct varpool_node): new used_from_object_file flag. 2010-06-28 10:39:38 +00:00
lto-wrapper.c
machmode.def
machmode.h
main.c
Makefile.in reload.c: Include toplev.h. 2010-07-01 13:47:36 +00:00
matrix-reorg.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
mcf.c
mips-tdump.c
mips-tfile.c
mkconfig.sh
mkmap-flat.awk
mkmap-symver.awk
mode-classes.def
mode-switching.c
modulo-sched.c
omega.c
omega.h
omp-builtins.def
omp-low.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
ONEWS
opt-functions.awk
opt-gather.awk
optabs.c With large parts from Jim Wilson: 2010-06-25 08:56:24 +00:00
optabs.h
optc-gen.awk
opth-gen.awk re PR other/32998 (-frecord-gcc-switches issues) 2010-06-20 22:02:46 +01:00
opts-common.c re PR other/32998 (-frecord-gcc-switches issues) 2010-06-20 22:02:46 +01:00
opts-diagnostic.h
opts.c re PR other/44034 (target hooks are hard to maintain) 2010-06-29 19:22:00 +01:00
opts.h re PR other/32998 (-frecord-gcc-switches issues) 2010-06-20 22:02:46 +01:00
output.h
params.c
params.def params.def (max-inline-insns-auto): Default to 40. 2010-06-28 00:31:05 +00:00
params.h
passes.c predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is unreachable. 2010-06-29 14:14:15 +00:00
plugin.c
plugin.def
plugin.h
pointer-set.c
pointer-set.h
postreload-gcse.c
postreload.c target.h (struct gcc_target): Add register_move_cost field. 2010-06-27 15:40:42 +04:00
predict.c re PR middle-end/44706 (Failed to build 483.xalancbmk in SPEC CPU 2006) 2010-07-02 09:39:54 +00:00
predict.def
predict.h predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is unreachable. 2010-06-29 14:14:15 +00:00
prefix.c
prefix.h
pretty-print.c
pretty-print.h
print-rtl.c
print-tree.c
profile.c
profile.h
read-md.c
read-md.h
read-rtl.c
README.Portability
real.c
real.h
realmpfr.c
realmpfr.h
recog.c reload.c: Include toplev.h. 2010-07-01 13:47:36 +00:00
recog.h re PR middle-end/44492 (auto-inc-dec pushes PRE_MODIFY/PRE_INC into inline asm operands) 2010-06-24 19:48:16 +02:00
reg-notes.def
reg-stack.c toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h. 2010-06-30 17:12:36 +00:00
regcprop.c
reginfo.c reginfo.c (init_reg_sets_1): Adjust comments. 2010-06-29 12:18:36 +00:00
regmove.c
regrename.c toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h. 2010-06-30 17:12:36 +00:00
regs.h
regset.h
regstat.c
reload.c reload.c: Include toplev.h. 2010-07-01 13:47:36 +00:00
reload.h target.h (struct gcc_target): Add register_move_cost field. 2010-06-27 15:40:42 +04:00
reload1.c re PR middle-end/44566 (configuration with multiple targets / backends is not supported.) 2010-06-30 19:47:43 +01:00
reorg.c
resource.c
resource.h
rtl-error.c toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h. 2010-06-30 17:12:36 +00:00
rtl-error.h toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h. 2010-06-30 17:12:36 +00:00
rtl.c
rtl.def
rtl.h toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h. 2010-06-30 17:12:36 +00:00
rtlanal.c
rtlhooks-def.h
rtlhooks.c
sbitmap.c
sbitmap.h
sched-deps.c
sched-ebb.c
sched-int.h
sched-rgn.c
sched-vis.c
sdbout.c This patch adds the end prologue and begin epilogue markers in Dwarf2 2010-06-16 19:40:46 +00:00
sdbout.h
sel-sched-dump.c re PR bootstrap/44426 (gcc 4.5.0 requires c9x compiler to build) 2010-06-21 18:26:25 +02:00
sel-sched-dump.h re PR bootstrap/44426 (gcc 4.5.0 requires c9x compiler to build) 2010-06-21 18:26:25 +02:00
sel-sched-ir.c
sel-sched-ir.h
sel-sched.c toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h. 2010-06-30 17:12:36 +00:00
sel-sched.h
sese.c
sese.h
simplify-rtx.c re PR debug/44610 (VTA produces wrong variable location information) 2010-06-25 21:11:32 +00:00
sparseset.c
sparseset.h
sreal.c
sreal.h
ssaexpand.h
stab.def
stack-ptr-mod.c
statistics.c
statistics.h
stmt.c stmt.c (resolve_asm_operand_names): Fix handling of %%. 2010-06-21 18:14:40 +02:00
stor-layout.c Remove unused local variables. 2010-06-18 09:48:47 -07:00
store-motion.c
stringpool.c
sync-builtins.def
system.h reginfo.c (init_reg_sets_1): Adjust comments. 2010-06-29 12:18:36 +00:00
target-def.h re PR other/44034 (target hooks are hard to maintain) 2010-06-29 19:22:00 +01:00
target.def re PR middle-end/44566 (configuration with multiple targets / backends is not supported.) 2010-06-30 19:47:43 +01:00
target.h re PR other/44034 (target hooks are hard to maintain) 2010-06-29 19:22:00 +01:00
targhooks.c re PR middle-end/44566 (configuration with multiple targets / backends is not supported.) 2010-06-30 19:47:43 +01:00
targhooks.h re PR middle-end/44566 (configuration with multiple targets / backends is not supported.) 2010-06-30 19:47:43 +01:00
timevar.c
timevar.def tree-pass.h (pass_split_functions): Declare. 2010-06-25 13:13:31 +00:00
timevar.h
tlink.c
toplev.c tm.texi (TARGET_OPTION_OVERRIDE): Document. 2010-06-29 15:38:13 +01:00
toplev.h toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h. 2010-06-30 17:12:36 +00:00
tracer.c
tree-affine.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-affine.h
tree-browser.c tree-browser.c (TB_history_stack): Convert to a VEC. 2010-06-28 13:06:43 +00:00
tree-browser.def
tree-call-cdce.c
tree-cfg.c re PR middle-end/44777 (ICE: SIGSEGV with -fprofile-use in gcc.c-torture/execute/comp-goto-2.c) 2010-07-02 09:57:12 +00:00
tree-cfgcleanup.c re PR tree-optimization/44539 (ICE: verify_ssa failed: type mismatch between an SSA_NAME and its symbol) 2010-06-25 14:07:00 +02:00
tree-chrec.c
tree-chrec.h
tree-complex.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-data-ref.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-data-ref.h
tree-dfa.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-diagnostic.c
tree-diagnostic.h
tree-dump.c
tree-dump.h
tree-eh.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-flow-inline.h tree-flow-inline.h (array_ref_contains_indirect_ref): Remove. 2010-06-17 16:14:41 +00:00
tree-flow.h re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-if-conv.c Do not insert statements computing the true predicate. 2010-06-25 18:38:25 +00:00
tree-inline.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-inline.h
tree-into-ssa.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-iterator.c
tree-iterator.h
tree-loop-distribution.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-loop-linear.c
tree-mudflap.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-mudflap.h
tree-nested.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-nomudflap.c
tree-nrv.c
tree-object-size.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-optimize.c
tree-outof-ssa.c
tree-parloops.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-pass.h tree-pass.h (pass_split_functions): Declare. 2010-06-25 13:13:31 +00:00
tree-phinodes.c
tree-predcom.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-pretty-print.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-pretty-print.h
tree-profile.c
tree-scalar-evolution.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-scalar-evolution.h
tree-sra.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-ssa-address.c
tree-ssa-alias.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-ssa-alias.h
tree-ssa-ccp.c re PR tree-optimization/44748 (ICE: in fold_convert_const_int_from_real, at fold-const.c:1548) 2010-07-02 09:14:03 +00:00
tree-ssa-coalesce.c
tree-ssa-copy.c
tree-ssa-copyrename.c
tree-ssa-dce.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-ssa-dom.c re PR tree-optimization/44683 (Optimization bug with copysign builtin) 2010-06-27 11:16:46 +00:00
tree-ssa-dse.c
tree-ssa-forwprop.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-ssa-ifcombine.c
tree-ssa-live.c
tree-ssa-live.h
tree-ssa-loop-ch.c
tree-ssa-loop-im.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-ssa-loop-ivcanon.c
tree-ssa-loop-ivopts.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-ssa-loop-manip.c
tree-ssa-loop-niter.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-ssa-loop-prefetch.c
tree-ssa-loop-unswitch.c re PR middle-end/43866 (wrong code with -fbounds-check -funswitch-loops) 2010-06-25 14:10:42 +02:00
tree-ssa-loop.c Enable prefetching at -O3 for AMD cpus. 2010-06-25 18:25:00 +00:00
tree-ssa-math-opts.c With large parts from Jim Wilson: 2010-06-25 08:56:24 +00:00
tree-ssa-operands.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-ssa-operands.h
tree-ssa-phiopt.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-ssa-phiprop.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-ssa-pre.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-ssa-propagate.c
tree-ssa-propagate.h
tree-ssa-reassoc.c
tree-ssa-sccvn.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-ssa-sccvn.h re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-ssa-sink.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-ssa-structalias.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-ssa-ter.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-ssa-threadedge.c With large parts from Jim Wilson: 2010-06-25 08:56:24 +00:00
tree-ssa-threadupdate.c
tree-ssa-uncprop.c
tree-ssa-uninit.c
tree-ssa.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-ssanames.c
tree-stdarg.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-stdarg.h
tree-switch-conversion.c
tree-tailcall.c
tree-vect-data-refs.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-vect-generic.c
tree-vect-loop-manip.c
tree-vect-loop.c
tree-vect-patterns.c
tree-vect-slp.c
tree-vect-stmts.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree-vectorizer.c
tree-vectorizer.h
tree-vrp.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree.c re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree.def re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
tree.h re PR middle-end/42834 (memcpy folding overeager) 2010-07-01 08:49:19 +00:00
treestruct.def
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
unwind-dw2-fde.c
unwind-dw2-fde.h
unwind-dw2.c
unwind-dw2.h
unwind-generic.h
unwind-pe.h
unwind-sjlj.c
unwind.inc
value-prof.c
value-prof.h
var-tracking.c re PR debug/44694 (Long var tracking compile time of GiNaC tests) 2010-06-30 08:12:22 +02:00
varasm.c re PR other/44034 (target hooks are hard to maintain) 2010-06-29 19:22:00 +01:00
varpool.c
vec.c
vec.h vec.h (vec_heap_free): Add parentheses around free. 2010-06-28 12:04:54 +00:00
vecir.h
vecprim.h
version.c
version.h
vmsdbg.h Committed as obvious. 2010-06-29 19:04:12 +00:00
vmsdbgout.c vmsdbgout.c (full_name): Just output the file name if not native. 2010-06-29 19:15:12 +00:00
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.