gcc/gcc
Paolo Carlini e74392f0a8 re PR c++/33464 (Broken diagnostic: 'trait_expr' not supported by dump_expr)
/cp
2007-09-18  Paolo Carlini  <pcarlini@suse.de>

	PR c++/33464
	* cxx-pretty-print.c (pp_cxx_trait_expression): Add.
	(pp_cxx_primary_expression): Use it.
	* cxx-pretty-print.h (pp_cxx_trait_expression): Declare.
	* error.c (dump_expr): Use it.

/testsuite
2007-09-18  Paolo Carlini  <pcarlini@suse.de>

	PR c++/33464
	* g++.dg/ext/is_class_error.C: Rename to is_class_error1.C.
	* g++.dg/ext/is_class_error2.C: New.

From-SVN: r128578
2007-09-18 14:35:42 +00:00
..
ada decl.c (gnat_to_gnu_entity): Make again the type of an object covered by 13.3(19) volatile. 2007-09-17 06:29:32 +00:00
config re PR target/33388 (fr30: ICE: RTL check: expected code 'reg', have 'subreg' in rhs_regno, at rtl.h:983) 2007-09-18 13:24:44 +00:00
cp re PR c++/33464 (Broken diagnostic: 'trait_expr' not supported by dump_expr) 2007-09-18 14:35:42 +00:00
doc m68k-devices.def (51qe): New device. 2007-09-18 11:40:04 +00:00
fortran re PR fortran/33231 (Reject for -std=f* calls to elementar functions where array and scalar are mixed) 2007-09-18 08:34:30 +02:00
ginclude stdfix.h: New file. 2007-09-07 01:24:09 +00:00
java java-tree.h (struct lang_decl_func): Remove. 2007-09-15 15:25:22 +00:00
objc
objcp
po
testsuite re PR c++/33464 (Broken diagnostic: 'trait_expr' not supported by dump_expr) 2007-09-18 14:35:42 +00:00
treelang c-objc-common.h (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Kill. 2007-09-12 09:14:44 +00:00
ABOUT-GCC-NLS
acinclude.m4
aclocal.m4
addresses.h
alias.c
alias.h
alloc-pool.c
alloc-pool.h
attribs.c
auto-inc-dec.c
BASE-VER
basic-block.h
bb-reorder.c bb-reorder.c (rest_of_handler_reorder_blocks): Removed call to RTL level tracer pass. 2007-09-10 12:49:46 +00:00
bitmap.c
bitmap.h
bt-load.c
builtin-attrs.def
builtin-types.def
builtins.c re PR middle-end/33423 (internal compiler error: in expand_expr_real_1, at expr.c:8670) 2007-09-18 00:05:40 +02:00
builtins.def tree-parloops.c: New file. 2007-09-15 21:53:45 +00:00
c-aux-info.c
c-common.c c-common.c (fname_as_string): Update. 2007-09-13 20:18:38 +00:00
c-common.def
c-common.h
c-config-lang.in
c-convert.c stdfix.h: New file. 2007-09-07 01:24:09 +00:00
c-cppbuiltin.c stdfix.h: New file. 2007-09-07 01:24:09 +00:00
c-decl.c c-decl.c (pushdecl): Don't set DECL_LANG_SPECIFIC. 2007-09-17 18:01:01 +00:00
c-dump.c
c-errors.c
c-format.c c-format.h (format_kind_info): Add alloc_char field. 2007-09-18 00:07:46 +02:00
c-format.h c-format.h (format_kind_info): Add alloc_char field. 2007-09-18 00:07:46 +02:00
c-gimplify.c
c-incpath.c
c-incpath.h
c-lang.c
c-lex.c c-common.c (fname_as_string): Update. 2007-09-13 20:18:38 +00:00
c-objc-common.c
c-objc-common.h c-objc-common.h (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Kill. 2007-09-12 09:14:44 +00:00
c-omp.c
c-opts.c tree-cfg.c (remove_bb): Only warn if line is non-zero. 2007-09-06 16:24:05 +00:00
c-parser.c c-common.c (fname_as_string): Update. 2007-09-13 20:18:38 +00:00
c-pch.c tree-cfg.c (remove_bb): Only warn if line is non-zero. 2007-09-06 16:24:05 +00:00
c-ppoutput.c tree-cfg.c (remove_bb): Only warn if line is non-zero. 2007-09-06 16:24:05 +00:00
c-pragma.c
c-pragma.h c-common.c (fname_as_string): Update. 2007-09-13 20:18:38 +00:00
c-pretty-print.c
c-pretty-print.h
c-semantics.c
c-tree.h c-tree.h (grokfield): Add a "tree *" argument. 2007-09-12 13:16:42 +00:00
c-typeck.c
c.opt
caller-save.c
calls.c
cfg.c
cfganal.c
cfgbuild.c
cfgcleanup.c
cfgexpand.c tree-cfg.c (remove_bb): Only warn if line is non-zero. 2007-09-06 16:24:05 +00:00
cfghooks.c tree-flow.h (const_block_stmt_iterator): Remove. 2007-09-07 12:38:46 -04:00
cfghooks.h tree-flow.h (const_block_stmt_iterator): Remove. 2007-09-07 12:38:46 -04:00
cfglayout.c
cfglayout.h
cfgloop.c
cfgloop.h
cfgloopanal.c
cfgloopmanip.c
cfgrtl.c Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET. 2007-09-09 04:41:58 +00:00
cgraph.c
cgraph.h cgraphbuild.c (rebuild_cgraph_edges): Export. 2007-09-07 02:40:14 +00:00
cgraphbuild.c cgraphbuild.c (rebuild_cgraph_edges): Export. 2007-09-07 02:40:14 +00:00
cgraphunit.c decl.c (java_expand_body): Kill. 2007-09-11 10:39:53 +00:00
ChangeLog re PR target/33388 (fr30: ICE: RTL check: expected code 'reg', have 'subreg' in rhs_regno, at rtl.h:983) 2007-09-18 13:24:44 +00:00
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog.dataflow
ChangeLog.lib
ChangeLog.ptr
ChangeLog.tree-ssa
collect2.c
collect2.h
combine-stack-adj.c
combine.c Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET. 2007-09-09 04:41:58 +00:00
common.opt tree-parloops.c: New file. 2007-09-15 21:53:45 +00:00
conditions.h
config.build
config.gcc config.gcc (mips*-*-linux*): Recognise mipsisa32r2 and set MIPS_ISA_DEFAULT appropriately. 2007-09-14 17:30:27 +00:00
config.host
config.in
configure configure.ac (mips*-sde-elf*): New stanza. 2007-09-14 14:50:26 +00:00
configure.ac configure.ac (mips*-sde-elf*): New stanza. 2007-09-14 14:50:26 +00:00
convert.c stdfix.h: New file. 2007-09-07 01:24:09 +00:00
convert.h stdfix.h: New file. 2007-09-07 01:24:09 +00:00
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
coretypes.h
coverage.c
coverage.h
cppdefault.c
cppdefault.h
cppspec.c invoke.texi (Overall Options): Add .sx file extension as a synonym for .S. 2007-09-09 18:29:24 -04:00
crtstuff.c
cse.c Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET. 2007-09-09 04:41:58 +00:00
cselib.c
cselib.h
cstamp-h.in
DATESTAMP Daily bump. 2007-09-18 00:17:07 +00:00
dbgcnt.c
dbgcnt.def Use new debug counter 2007-09-09 09:25:32 +00:00
dbgcnt.h
dbxout.c
dbxout.h
dce.c
dce.h
ddg.c
ddg.h
debug.c
debug.h
defaults.h defaults.h (DWARF2_UNWIND_INFO): Don't define if TARGET_UNWIND_INFO is defined. 2007-09-11 21:34:34 -07:00
DEV-PHASE
df-core.c
df-problems.c
df-scan.c df-scan.c (df_notes_rescan): Do nothing if the instruction does not yet have a basic block. 2007-09-17 23:41:36 +00:00
df.h
dfp.c Makefile.in (libdecnumber_a_OBJS): Remove decUtility.o 2007-09-10 20:44:08 +00:00
dfp.h
diagnostic.c
diagnostic.def
diagnostic.h
dojump.c
dominance.c
domwalk.c re PR tree-optimization/33302 (dead-store not eliminated) 2007-09-06 09:05:58 +00:00
domwalk.h
double-int.c
double-int.h
dse.c df-scan.c (df_notes_rescan): Do nothing if the instruction does not yet have a basic block. 2007-09-17 23:41:36 +00:00
dse.h
dummy-checksum.c
dwarf2.h
dwarf2asm.c
dwarf2asm.h
dwarf2out.c
dwarf2out.h
dwarf.h
ebitmap.c
ebitmap.h
emit-rtl.c Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET. 2007-09-09 04:41:58 +00:00
emit-rtl.h
emutls.c
errors.c
errors.h
et-forest.c
et-forest.h
except.c function.h (struct function): Rename calls_unwind_init to saves_all_registers. 2007-09-07 16:46:23 +00:00
except.h
exec-tool.in
explow.c
expmed.c
expr.c re PR middle-end/33273 (FAIL: 27_io/basic_istream/ignore/char/1.cc (test for excess errors)) 2007-09-17 02:13:23 +00:00
expr.h
final.c tree-cfg.c (remove_bb): Only warn if line is non-zero. 2007-09-06 16:24:05 +00:00
fix-header.c
fixed-value.c Reapply reverted change: 2007-09-07 16:42:48 +00:00
fixed-value.h
fixproto
flags.h
fold-const.c fold-const.c (extract_muldiv_1): Do not simplify var * c * c to var. 2007-09-11 13:38:08 +00:00
fp-test.c
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function.c decl.c (java_expand_body): Kill. 2007-09-11 10:39:53 +00:00
function.h function.h (struct function): Rename calls_unwind_init to saves_all_registers. 2007-09-07 16:46:23 +00:00
fwprop.c
gbl-ctors.h
gcc.c re PR bootstrap/33309 (gcc.c:6236: error: passing argument 1 of 'xputenv' discards qualifiers from pointer target type) 2007-09-13 10:10:11 +00:00
gcc.h
gccbug.in
gccspec.c
gcov-dump.c
gcov-io.c
gcov-io.h
gcov-iov.c
gcov.c
gcse.c Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET. 2007-09-09 04:41:58 +00:00
gdbinit.in
gen-protos.c
genattr.c
genattrtab.c
genautomata.c
gencheck.c
genchecksum.c
gencodes.c
genconditions.c
genconfig.c
genconstants.c
genemit.c
genextract.c
genflags.c
gengenrtl.c
gengtype-lex.l
gengtype-parse.c
gengtype-yacc.y
gengtype.c
gengtype.h
genmddeps.c
genmodes.c
genmultilib
genopinit.c stdfix.h: New file. 2007-09-07 01:24:09 +00:00
genoutput.c
genpeep.c
genpreds.c
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 cgraphbuild.c (rebuild_cgraph_edges): Export. 2007-09-07 02:40:14 +00:00
glimits.h
global.c
graph.c
graph.h
graphds.c
graphds.h
gstab.h
gsyms.h
gsyslimits.h
gthr-aix.h
gthr-dce.h
gthr-gnat.c
gthr-gnat.h
gthr-lynx.h
gthr-mipssde.h configure.ac (mips*-sde-elf*): New stanza. 2007-09-14 14:50:26 +00:00
gthr-nks.h
gthr-posix95.h re PR target/33286 (All exception related tests fail) 2007-09-07 16:54:38 +00:00
gthr-posix.c
gthr-posix.h re PR target/33286 (All exception related tests fail) 2007-09-07 16:54:38 +00:00
gthr-rtems.h
gthr-single.h
gthr-solaris.h
gthr-tpf.h
gthr-vxworks.h
gthr-win32.h
gthr.h
haifa-sched.c
hard-reg-set.h
hooks.c
hooks.h
host-default.c
hosthooks-def.h
hosthooks.h
hwint.h
ifcvt.c
init-regs.c
input.h tree-cfg.c (remove_bb): Only warn if line is non-zero. 2007-09-06 16:24:05 +00:00
insn-addr.h
insn-notes.def
integrate.c
integrate.h
intl.c
intl.h
ipa-cp.c
ipa-inline.c
ipa-prop.c
ipa-prop.h
ipa-pure-const.c
ipa-reference.c
ipa-reference.h
ipa-type-escape.c
ipa-type-escape.h
ipa-utils.c
ipa-utils.h
ipa.c
jump.c Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET. 2007-09-09 04:41:58 +00:00
lambda-code.c tree-loop-linear.c: Include obstack.h. 2007-09-07 01:33:41 +00:00
lambda-mat.c
lambda-trans.c
lambda.h tree-loop-linear.c: Include obstack.h. 2007-09-07 01:33:41 +00:00
langhooks-def.h decl.c (java_expand_body): Kill. 2007-09-11 10:39:53 +00:00
langhooks.c
langhooks.h decl.c (java_expand_body): Kill. 2007-09-11 10:39:53 +00:00
LANGUAGES
lcm.c
libada-mk.in
libfuncs.h
libgcc2.c
libgcc2.h
libgcc-std.ver
libgcov.c
limitx.h
limity.h
lists.c
local-alloc.c
longlong.h
loop-doloop.c
loop-init.c
loop-invariant.c re PR rtl-optimization/26449 (ICE in loop invariant motion) 2007-09-17 15:38:48 +00:00
loop-iv.c
loop-unroll.c
loop-unswitch.c
lower-subreg.c revert: regrename.c (copyprop_hardreg_forward_1): New variable next. 2007-09-09 02:23:47 +00:00
machmode.def
machmode.h
main.c
Makefile.in tree-parloops.c: New file. 2007-09-15 21:53:45 +00:00
matrix-reorg.c
mips-tdump.c
mips-tfile.c
mkconfig.sh
mkmap-flat.awk
mkmap-symver.awk
mode-classes.def
mode-switching.c
modulo-sched.c New target hook to calculate MII 2007-09-10 13:16:38 +00:00
omega.c
omega.h
omp-builtins.def
omp-low.c tree-parloops.c: New file. 2007-09-15 21:53:45 +00:00
ONEWS
opt-functions.awk
opt-gather.awk
optabs.c optabs.c (expand_sync_operation): Use plus insn if minus CONST_INT_P(val). 2007-09-10 03:18:30 +00:00
optabs.h stdfix.h: New file. 2007-09-07 01:24:09 +00:00
optc-gen.awk
opth-gen.awk
opts-common.c
opts.c * opts.c (decode_options): Enable vectorization under -O3. 2007-09-18 11:13:35 +00:00
opts.h
output.h
params.c
params.def params.def (PARAM_MIN_VECT_LOOP_BOUND): Change default and minimum to 1. 2007-09-12 05:05:04 +00:00
params.h
passes.c tree-parloops.c: New file. 2007-09-15 21:53:45 +00:00
pointer-set.c
pointer-set.h
postreload-gcse.c
postreload.c revert: regrename.c (copyprop_hardreg_forward_1): New variable next. 2007-09-09 02:23:47 +00:00
predict.c
predict.def
predict.h
prefix.c
prefix.h
pretty-print.c
pretty-print.h
print-rtl.c Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET. 2007-09-09 04:41:58 +00:00
print-tree.c
profile.c
protoize.c
read-rtl.c
README.Portability
real.c Reapply reverted change: 2007-09-07 16:42:48 +00:00
real.h Reapply reverted change: 2007-09-07 16:42:48 +00:00
recog.c
recog.h
reg-notes.def Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET. 2007-09-09 04:41:58 +00:00
reg-stack.c
regclass.c
regmove.c
regrename.c revert: regrename.c (copyprop_hardreg_forward_1): New variable next. 2007-09-09 02:23:47 +00:00
regs.h
regstat.c
reload1.c Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET. 2007-09-09 04:41:58 +00:00
reload.c Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET. 2007-09-09 04:41:58 +00:00
reload.h
reorg.c Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET. 2007-09-09 04:41:58 +00:00
resource.c
resource.h
rtl-error.c
rtl-factoring.c
rtl.c
rtl.def
rtl.h bb-reorder.c (rest_of_handler_reorder_blocks): Removed call to RTL level tracer pass. 2007-09-10 12:49:46 +00:00
rtlanal.c Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET. 2007-09-09 04:41:58 +00:00
rtlhooks-def.h
rtlhooks.c
sbitmap.c
sbitmap.h
scan-decls.c
scan-types.sh
scan.c
scan.h
sched-deps.c
sched-ebb.c
sched-int.h
sched-rgn.c Divide REG_LABEL notes into REG_LABEL_OPERAND and REG_LABEL_TARGET. 2007-09-09 04:41:58 +00:00
sched-vis.c
sdbout.c
sdbout.h
see.c
SERVICE
simplify-rtx.c simplify-rtx.c (simplify_relational_operation_1): For recent canonicalization, don't recurse if op1 equals both PLUS arguments. 2007-09-10 07:30:16 +00:00
sort-protos
sreal.c
sreal.h
stab.def
stack-ptr-mod.c
statistics.h
stmt.c
stor-layout.c re PR middle-end/27945 (Packed struct of variable length has wrong size) 2007-09-11 11:07:59 -04:00
stringpool.c
struct-equiv.c
stub-objc.c
sync-builtins.def
sys-protos.h
sys-types.h
system.h
target-def.h New target hook to calculate MII 2007-09-10 13:16:38 +00:00
target.h New target hook to calculate MII 2007-09-10 13:16:38 +00:00
targhooks.c
targhooks.h
timevar.c
timevar.def tree-parloops.c: New file. 2007-09-15 21:53:45 +00:00
timevar.h
tlink.c
toplev.c decl.c (java_expand_body): Kill. 2007-09-11 10:39:53 +00:00
toplev.h
tracer.c tree-parloops.c: New file. 2007-09-15 21:53:45 +00:00
tree-affine.c
tree-affine.h
tree-browser.c
tree-browser.def
tree-cfg.c tree-cfg.c (is_ctrl_altering_stmt, [...]): Don't use const_get_call_expr_in. 2007-09-18 03:25:06 +00:00
tree-cfgcleanup.c
tree-chrec.c
tree-chrec.h
tree-complex.c
tree-data-ref.c
tree-data-ref.h
tree-dfa.c
tree-dump.c
tree-dump.h
tree-eh.c
tree-flow-inline.h tree-flow.h (const_block_stmt_iterator): Remove. 2007-09-07 12:38:46 -04:00
tree-flow.h tree-parloops.c: New file. 2007-09-15 21:53:45 +00:00
tree-gimple.c tree-cfg.c (is_ctrl_altering_stmt, [...]): Don't use const_get_call_expr_in. 2007-09-18 03:25:06 +00:00
tree-gimple.h tree-cfg.c (is_ctrl_altering_stmt, [...]): Don't use const_get_call_expr_in. 2007-09-18 03:25:06 +00:00
tree-if-conv.c re PR tree-optimization/32821 (tree-if-conv:combine_blocks with -ftree-dump-tree-all-details fails on ICE in compilation: segfault) 2007-09-07 12:17:46 +02:00
tree-inline.c builtins.def (BUILT_IN_VA_ARG_PACK_LEN): New builtin. 2007-09-11 15:40:14 +02:00
tree-inline.h
tree-into-ssa.c
tree-iterator.c
tree-iterator.h tree-flow.h (const_block_stmt_iterator): Remove. 2007-09-07 12:38:46 -04:00
tree-loop-linear.c tree-loop-linear.c: Include obstack.h. 2007-09-07 01:33:41 +00:00
tree-mudflap.c
tree-mudflap.h
tree-nested.c
tree-nomudflap.c tree-nomudflap.c (gate_mudflap): New static function. 2007-09-17 15:15:16 +00:00
tree-nrv.c
tree-object-size.c
tree-optimize.c
tree-outof-ssa.c
tree-parloops.c tree-parloops.c: New file. 2007-09-15 21:53:45 +00:00
tree-pass.h tree-parloops.c: New file. 2007-09-15 21:53:45 +00:00
tree-phinodes.c
tree-predcom.c cgraphbuild.c (rebuild_cgraph_edges): Export. 2007-09-07 02:40:14 +00:00
tree-pretty-print.c
tree-profile.c
tree-scalar-evolution.c
tree-scalar-evolution.h
tree-sra.c tree-sra.c (maybe_lookup_element_for_expr): Return NULL for variable-sized records too. 2007-09-17 18:47:15 +00:00
tree-ssa-address.c
tree-ssa-alias-warnings.c
tree-ssa-alias.c
tree-ssa-ccp.c
tree-ssa-coalesce.c
tree-ssa-copy.c
tree-ssa-copyrename.c
tree-ssa-dce.c
tree-ssa-dom.c
tree-ssa-dse.c passes.c (init_optimization_passes): Add simple dce and addressable passes. 2007-09-07 11:28:35 +00:00
tree-ssa-forwprop.c
tree-ssa-ifcombine.c
tree-ssa-live.c
tree-ssa-live.h
tree-ssa-loop-ch.c
tree-ssa-loop-im.c
tree-ssa-loop-ivcanon.c
tree-ssa-loop-ivopts.c re PR rtl-optimization/32283 (Missed induction variable optimization) 2007-09-08 13:18:49 +00:00
tree-ssa-loop-manip.c tree-parloops.c: New file. 2007-09-15 21:53:45 +00:00
tree-ssa-loop-niter.c
tree-ssa-loop-prefetch.c
tree-ssa-loop-unswitch.c
tree-ssa-loop.c tree-parloops.c: New file. 2007-09-15 21:53:45 +00:00
tree-ssa-math-opts.c
tree-ssa-operands.c tree-parloops.c: New file. 2007-09-15 21:53:45 +00:00
tree-ssa-operands.h tree-parloops.c: New file. 2007-09-15 21:53:45 +00:00
tree-ssa-phiopt.c tree-pass.h (pass_cselim): Declare new pass. 2007-09-10 07:40:30 +00:00
tree-ssa-pre.c
tree-ssa-propagate.c
tree-ssa-propagate.h
tree-ssa-reassoc.c re PR tree-optimization/32183 (reassoc2 can more extra calculations into a loop) 2007-09-07 23:46:53 -07:00
tree-ssa-sccvn.c re PR tree-optimization/33340 (ICE: SSA corruption with -O (FRE)) 2007-09-18 08:46:23 +00:00
tree-ssa-sccvn.h
tree-ssa-sink.c
tree-ssa-structalias.c re PR c++/31863 (g++-4.1: out of memory with -O1/-O2) 2007-09-18 11:22:47 +00:00
tree-ssa-structalias.h
tree-ssa-ter.c
tree-ssa-threadedge.c
tree-ssa-threadupdate.c tree-flow.h (const_block_stmt_iterator): Remove. 2007-09-07 12:38:46 -04:00
tree-ssa-uncprop.c
tree-ssa.c passes.c (init_optimization_passes): Add simple dce and addressable passes. 2007-09-07 11:28:35 +00:00
tree-ssanames.c
tree-stdarg.c
tree-stdarg.h
tree-tailcall.c tree-tailcall.c (find_tail_calls): If we don't have aliases computed check stmt_ann->references_memory instead of... 2007-09-08 15:09:25 +00:00
tree-vect-analyze.c re PR tree-optimization/33319 (g++.dg/tree-ssa/pr27549.C ICE with vectorization) 2007-09-17 09:37:31 +00:00
tree-vect-generic.c
tree-vect-patterns.c
tree-vect-transform.c re PR tree-optimization/33319 (g++.dg/tree-ssa/pr27549.C ICE with vectorization) 2007-09-17 09:37:31 +00:00
tree-vectorizer.c tree-vectorizer.h (enum vect_def_type): Start enumeration from 1. 2007-09-09 08:46:12 +00:00
tree-vectorizer.h rsha Jagasia <harsha.jagasia@amd.com> 2007-09-11 00:13:47 +00:00
tree-vn.c
tree-vrp.c
tree.c Add AMD SSE5 support; Add iterator over function arguments; Add stdarg_p, prototype_p, function_args_count functions 2007-09-13 02:17:51 +00:00
tree.def
tree.h Add AMD SSE5 support; Add iterator over function arguments; Add stdarg_p, prototype_p, function_args_count functions 2007-09-13 02:17:51 +00:00
treestruct.def
tsystem.h
typeclass.h
unwind-c.c
unwind-compat.c tm.texi (LIBGCC2_UNWIND_ATTRIBUTE): Document. 2007-09-14 14:35:12 -04:00
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 tm.texi (LIBGCC2_UNWIND_ATTRIBUTE): Document. 2007-09-14 14:35:12 -04:00
unwind-pe.h
unwind-sjlj.c
unwind.inc tm.texi (LIBGCC2_UNWIND_ATTRIBUTE): Document. 2007-09-14 14:35:12 -04:00
value-prof.c
value-prof.h
var-tracking.c
varasm.c
varpool.c
varray.c
varray.h
vec.c
vec.h
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.