gcc/gcc
Joern Rennecke 188b7e235b epiphany-protos.h (epiphany_start_function): Declare.
gcc:
        * config/epiphany/epiphany-protos.h (epiphany_start_function): Declare.
        * config/epiphany/epiphany.c (epiphany_handle_interrupt_attribute):
        Split "timer" value into "timer0" and "timer1".
        Handle page_miss, message and wand.  Don't handle static_flag.
        Adjust warning text.
        (epiphany_start_function): New function.
        (epiphany_compute_function_type): Split "timer" value into "timer0"
        and "timer1".  Handle page_miss, message and wand.
        Don't handle static_flag.
        (epiphany_expand_epilogue): Don't use frame_insn for status / iret
        restore.
        * config/epiphany/epiphany.h: ASM_DECLARE_FUNCTION_NAME: Define.
        (enum epiphany_function_type):
        Split EPIPHANY_FUNCTION_TIMER value into EPIPHANY_FUNCTION_TIMER0
        and EPIPHANY_FUNCTION_TIMER1.
        Remove EPIPHANY_FUNCTION_ILINK1 and EPIPHANY_FUNCTION_ILINK2 values.
        Add EPIPHANY_FUNCTION_PAGE_MISS and EPIPHANY_FUNCTION_MESSAGE values.
        Rename EPIPHANY_FUNCTION_STATIC_FLAG to EPIPHANY_FUNCTION_WAND.
gcc/testsuite:
        * gcc.target/epiphany/interrupt.c: Add dg-options "-g".
        Add a scan-assembler-time clause to test for the interupt vector jump.
        (f): Rename to ...
        (dma0_handler): ... this.

From-SVN: r182187
2011-12-10 10:22:56 +00:00
..
ada Makefile.in (LIBGNAT_TARGET_PAIRS [windows targets]): Correctly detect cygwin... 2011-12-06 20:31:31 +00:00
c-family re PR c++/51009 (ICE in verify_gimple_stmt) 2011-12-01 00:40:54 -05:00
common Enable target specific builtins and macros when using the target attribute or pragma on rs6000 2011-11-29 17:33:05 +00:00
config epiphany-protos.h (epiphany_start_function): Declare. 2011-12-10 10:22:56 +00:00
cp re PR c++/51151 (Invalid -Woverflow warning in C++ frontend) 2011-12-09 15:18:22 -05:00
doc linux.h (TARGET_DEFAULT): Add MASK_SOFT_ATOMIC. 2011-12-04 23:05:23 +00:00
fortran re PR fortran/50815 (ICE on allocation of deferred length character scalar dummy argument when -fbounds-check) 2011-12-08 20:00:55 +01:00
ginclude
go compiler: Another correction to hidden fields in composite literals. 2011-12-09 05:04:12 +00:00
java expr.c (SPECIAL_WIDE): Fix typo in message. 2011-12-03 16:51:54 +00:00
lto lto-lang.c (lto_attribute_table): Handle *tm regparm. 2011-12-01 17:38:21 +01:00
objc
objcp
po
testsuite epiphany-protos.h (epiphany_start_function): Declare. 2011-12-10 10:22:56 +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.h
bitmap.c
bitmap.h
bt-load.c
builtin-attrs.def
builtin-types.def
builtins.c re PR tree-optimization/51315 (unaligned memory accesses generated with -ftree-sra) 2011-12-08 09:05:38 +00:00
builtins.def
builtins.h
c-aux-info.c
c-config-lang.in
c-convert.c
c-decl.c re PR debug/51410 (duplicate variable DIE) 2011-12-05 21:51:07 +01:00
c-errors.c
c-lang.c
c-lang.h
c-objc-common.c
c-objc-common.h
c-parser.c re PR c/51321 (__builtin_types_compatible_p (any_type_t[1][], any_other_type_t) crashes GCC) 2011-11-30 11:55:36 -08:00
c-tree.h
c-typeck.c
caller-save.c
calls.c re PR middle-end/51323 (g++ confuses this with function argument in optimized call) 2011-12-05 09:15:23 +01:00
cfg.c
cfganal.c
cfgbuild.c
cfgcleanup.c
cfgexpand.c cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from the stmt if possible. 2011-12-05 08:51:53 +00:00
cfghooks.c
cfghooks.h
cfglayout.c
cfglayout.h
cfgloop.c
cfgloop.h
cfgloopanal.c
cfgloopmanip.c
cfgrtl.c re PR rtl-optimization/49912 (ICE from -freorder-blocks-and-partition : verify_flow_info failed) 2011-11-26 21:50:28 +01:00
cgraph.c cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from the stmt if possible. 2011-12-05 08:51:53 +00:00
cgraph.h re PR middle-end/51273 (ICE: vector VEC(inline_summary_t,base) index domain error, in inline_summary at ipa-inline.h:193 with -O -fgnu-tm, transaction_safe and overloaded contructor) 2011-12-01 09:46:32 -08:00
cgraphbuild.c
cgraphunit.c cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from the stmt if possible. 2011-12-05 08:51:53 +00:00
ChangeLog epiphany-protos.h (epiphany_start_function): Declare. 2011-12-10 10:22:56 +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
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.h
combine-stack-adj.c
combine.c dse.c (get_stored_val, [...]): Use gen_int_mode. 2011-12-09 14:10:02 +00:00
common.opt re PR rtl-optimization/48455 (Huge code size regression for all ARM configurations) 2011-11-23 18:51:17 +00:00
compare-elim.c
conditions.h
config.build
config.gcc . 2011-11-29 16:36:43 -05:00
config.host
config.in
configure Additional fixes for FreeBSD-10 build: 2011-11-21 20:22:35 +01:00
configure.ac
convert.c
convert.h
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
coretypes.h
coverage.c re PR gcov-profile/51449 (Rev181994 causes tramp3d-v4 profiled build failure) 2011-12-10 08:32:34 +00:00
coverage.h gcov-io.h (struct gcov_info): Replace trailing array with pointer to array. 2011-12-04 18:27:19 +00:00
cppbuiltin.c
cppbuiltin.h
cppdefault.c
cppdefault.h
cppspec.c
cprop.c
cse.c
cselib.c
cselib.h
cstamp-h.in
data-streamer-in.c
data-streamer-out.c
data-streamer.c
data-streamer.h
DATESTAMP Daily bump. 2011-12-10 00:19:08 +00:00
dbgcnt.c
dbgcnt.def
dbgcnt.h
dbxout.c
dbxout.h
dce.c
dce.h
ddg.c
ddg.h
debug.c
debug.h
defaults.h shift flag_next/gnu_runtime to modern opts system. 2011-11-30 10:42:58 +00:00
DEV-PHASE
df-core.c
df-problems.c
df-scan.c
df.h
dfp.c
dfp.h
diagnostic-core.h
diagnostic.c
diagnostic.def
diagnostic.h
dojump.c
dominance.c
domwalk.c
domwalk.h
double-int.c
double-int.h
dse.c dse.c (get_stored_val, [...]): Use gen_int_mode. 2011-12-09 14:10:02 +00:00
dse.h
dwarf2asm.c
dwarf2asm.h
dwarf2cfi.c
dwarf2out.c
dwarf2out.h
ebitmap.c
ebitmap.h
emit-rtl.c re PR middle-end/40154 (internal compiler error: in do_SUBST, at combine.c:681) 2011-12-09 12:57:24 +00:00
emit-rtl.h
errors.c
errors.h
et-forest.c
et-forest.h
except.c
except.h
exec-tool.in
explow.c
expmed.c dse.c (get_stored_val, [...]): Use gen_int_mode. 2011-12-09 14:10:02 +00:00
expmed.h
expr.c re PR tree-optimization/51315 (unaligned memory accesses generated with -ftree-sra) 2011-12-08 09:05:38 +00:00
expr.h optab.c (maybe_emit_atomic_exchange): New. 2011-11-24 23:14:31 +00:00
final.c
fixed-value.c
fixed-value.h
flag-types.h re PR rtl-optimization/48455 (Huge code size regression for all ARM configurations) 2011-11-23 18:51:17 +00:00
flags.h shift flag_next/gnu_runtime to modern opts system. 2011-11-30 10:42:58 +00:00
fold-const.c fold-const.c (fold_unary_loc): Fold VEC_UNPACK_LO_EXPR... 2011-12-03 17:41:23 +01:00
fp-test.c
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function.c re PR middle-end/40154 (internal compiler error: in do_SUBST, at combine.c:681) 2011-12-09 12:57:24 +00:00
function.h
fwprop.c
gcc-ar.c
gcc-plugin.h
gcc.c
gcc.h
gccspec.c shift flag_next/gnu_runtime to modern opts system. 2011-11-30 10:42:58 +00:00
gcov-dump.c gcov.c (struct arc_info): Add is_throw field. 2011-12-02 20:32:40 +00:00
gcov-io.c
gcov-io.h gcov-io.h (struct gcov_info): Replace trailing array with pointer to array. 2011-12-04 18:27:19 +00:00
gcov-iov.c
gcov.c gcov.c (struct arc_info): Add is_throw field. 2011-12-02 20:32:40 +00:00
gcse.c
gcse.h
gdbinit.in
genattr-common.c
genattr.c
genattrtab.c
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-state.c
gengtype.c
gengtype.h
genhooks.c
genmddeps.c
genmodes.c
genmultilib
genopinit.c
genoutput.c
genpeep.c
genpreds.c
genrecog.c
gensupport.c
gensupport.h
ggc-common.c
ggc-internal.h
ggc-none.c
ggc-page.c
ggc-zone.c
ggc.h
gimple-fold.c gimple-fold.c (gimple_fold_stmt_to_constant_1): Also check the TYPE_MODE to recognize useless pointer conversions. 2011-12-09 21:11:21 +00:00
gimple-fold.h
gimple-iterator.c
gimple-low.c
gimple-pretty-print.c gimple-pretty-print.c (dump_gimple_call): Dereference fn only if non-NULL. 2011-12-02 20:38:22 +05:30
gimple-pretty-print.h
gimple-streamer-in.c cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from the stmt if possible. 2011-12-05 08:51:53 +00:00
gimple-streamer-out.c opts.c (finish_options): Do not fail for -fgnu-tm. 2011-11-22 18:37:16 +00:00
gimple-streamer.h
gimple.c re PR tree-optimization/51363 (ICE: in gimple_rhs_has_side_effects, at gimple.c:2530 with -O -fno-tree-ccp) 2011-12-06 09:02:17 +00:00
gimple.def
gimple.h re PR tree-optimization/51363 (ICE: in gimple_rhs_has_side_effects, at gimple.c:2530 with -O -fno-tree-ccp) 2011-12-06 09:02:17 +00:00
gimplify.c cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from the stmt if possible. 2011-12-05 08:51:53 +00:00
glimits.h
godump.c
graph.c
graph.h
graphds.c
graphds.h
graphite-blocking.c
graphite-clast-to-gimple.c
graphite-clast-to-gimple.h
graphite-cloog-compat.h
graphite-cloog-util.c
graphite-cloog-util.h
graphite-dependences.c
graphite-dependences.h
graphite-flattening.c
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
graphite-sese-to-poly.h
graphite.c
gsstruct.def
gstab.h
gsyms.h
gsyslimits.h
gtm-builtins.def
haifa-sched.c haifa-sched.c (recompute_todo_spec): Simplify and correct the code checking for a clobber of a condition register... 2011-11-29 15:58:05 +00:00
hard-reg-set.h hard-reg-set.h (target_hard_regs): Add x_accessible_reg_set and x_operand_reg_set. 2011-11-27 10:09:15 +00:00
highlev-plugin-common.h
hooks.c
hooks.h
host-default.c
hosthooks-def.h
hosthooks.h
hw-doloop.c
hw-doloop.h
hwint.c
hwint.h
ifcvt.c
implicit-zee.c implicit-zee.c (num_realized): Change type to long. 2011-12-09 11:19:43 +01:00
incpath.c
incpath.h
init-regs.c
input.c
input.h
insn-addr.h
insn-notes.def
integrate.c
integrate.h
internal-fn.c
internal-fn.def
internal-fn.h
intl.c
intl.h
ipa-cp.c re PR tree-optimization/50744 (ice in good_cloning_opportunity_p) 2011-12-07 11:30:49 +01:00
ipa-inline-analysis.c cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from the stmt if possible. 2011-12-05 08:51:53 +00:00
ipa-inline-transform.c
ipa-inline.c re PR middle-end/50823 (ICE in inline_small_functions, at ipa-inline.c:1407) 2011-12-07 11:55:16 +00:00
ipa-inline.h
ipa-prop.c cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from the stmt if possible. 2011-12-05 08:51:53 +00:00
ipa-prop.h
ipa-pure-const.c
ipa-ref-inline.h
ipa-ref.c
ipa-ref.h
ipa-reference.c
ipa-reference.h
ipa-split.c
ipa-utils.c
ipa-utils.h
ipa.c re PR lto/47259 (LTO and global register variable) 2011-12-02 15:49:37 +00:00
ira-build.c re PR other/50775 (Register allocator sets up frame and frame pointer with low register pressure) 2011-12-05 17:02:54 +00:00
ira-color.c ira-color.c (print_hard_regs_subforest): Use HOST_WIDEST_INT_PRINT_DEC instead of %lld. 2011-12-09 13:27:20 +01:00
ira-conflicts.c ira-color.c (print_hard_regs_subforest): Use HOST_WIDEST_INT_PRINT_DEC instead of %lld. 2011-12-09 13:27:20 +01:00
ira-costs.c
ira-emit.c
ira-int.h re PR other/50775 (Register allocator sets up frame and frame pointer with low register pressure) 2011-12-05 17:02:54 +00:00
ira-lives.c
ira.c re PR rtl-optimization/48455 (Huge code size regression for all ARM configurations) 2011-11-23 18:51:17 +00:00
ira.h
jump.c re PR rtl-optimization/50496 (ICE in redirect_jump, at jump.c:1497) 2011-11-23 13:22:30 +00:00
langhooks-def.h
langhooks.c
langhooks.h
LANGUAGES
lcm.c
libfuncs.h
limitx.h
limity.h
lists.c
loop-doloop.c Revert: 2011-12-02 16:54:27 +00:00
loop-init.c
loop-invariant.c
loop-iv.c
loop-unroll.c re PR rtl-optimization/51014 (ICE: in apply_opt_in_copies, at loop-unroll.c:2283 with -O2 -g -funroll-loops) 2011-12-01 17:57:07 +01:00
loop-unswitch.c
lower-subreg.c
lto-cgraph.c opts.c (finish_options): Do not fail for -fgnu-tm. 2011-11-22 18:37:16 +00:00
lto-compress.c
lto-compress.h
lto-opts.c
lto-section-in.c
lto-section-out.c
lto-streamer-in.c
lto-streamer-out.c re PR lto/50747 (ICE in produce_symtab, at lto-streamer-out.c:1435) 2011-12-08 12:32:19 +00:00
lto-streamer.c
lto-streamer.h
lto-symtab.c
lto-wrapper.c
machmode.def
machmode.h
main.c
Makefile.in Restore errors.o dependency 2011-12-09 07:59:51 -08:00
matrix-reorg.c
mcf.c
mips-tdump.c
mips-tfile.c
mkconfig.sh
mode-classes.def
mode-switching.c
modulo-sched.c
omega.c
omega.h
omp-builtins.def
omp-low.c omp-low: Assume anything aligned to BIGGEST_ALIGNMENT is aligned. 2011-11-26 16:01:04 -08:00
ONEWS
opt-functions.awk
opt-gather.awk
opt-include.awk
opt-read.awk
optabs.c re PR middle-end/40154 (internal compiler error: in do_SUBST, at combine.c:681) 2011-12-09 12:57:24 +00:00
optabs.h
optc-gen.awk
optc-save-gen.awk
opth-gen.awk
opts-common.c
opts-diagnostic.h
opts-global.c
opts.c opts.c (finish_options): Do not fail for -fgnu-tm. 2011-11-22 18:37:16 +00:00
opts.h
output.h target.def (tm_clone_table_section): New hook. 2011-11-22 10:19:19 +00:00
params.c
params.def
params.h
passes.c re PR lto/50601 (New LTO failures) 2011-12-06 13:26:09 +00:00
plugin.c
plugin.def
plugin.h
pointer-set.c
pointer-set.h
postreload-gcse.c
postreload.c postreload.c (reload_combine): Mark reg_state as invalid at volatile insns if there has been a use already. 2011-11-22 19:52:34 +00:00
predict.c predict.c (expr_expected_value_1): Assume compare-and-swap builtin boolean return is true. 2011-11-30 14:19:02 -08:00
predict.def
predict.h
prefix.c
prefix.h
pretty-print.c
pretty-print.h
print-rtl.c
print-tree.c
profile.c gcov-io.h (struct gcov_info): Replace trailing array with pointer to array. 2011-12-04 18:27:19 +00:00
profile.h
read-md.c
read-md.h
read-rtl.c
README.Portability
real.c
real.h
realmpfr.c
realmpfr.h
recog.c hard-reg-set.h (target_hard_regs): Add x_accessible_reg_set and x_operand_reg_set. 2011-11-27 10:09:15 +00:00
recog.h
reg-notes.def
reg-stack.c sync.md (UNSPEC_LDA, UNSPEC_STA): New unspecs. 2011-11-29 20:03:08 +01:00
regcprop.c
reginfo.c hard-reg-set.h (target_hard_regs): Add x_accessible_reg_set and x_operand_reg_set. 2011-11-27 10:09:15 +00:00
regmove.c
regrename.c
regrename.h
regs.h
regset.h
regstat.c
reload1.c re PR middle-end/40154 (internal compiler error: in do_SUBST, at combine.c:681) 2011-12-09 12:57:24 +00:00
reload.c
reload.h
reorg.c re PR rtl-optimization/51187 (miscompilation of genrecog.c at -O2 for --target=avr) 2011-11-19 20:36:43 +00:00
resource.c resource.c (init_resource_info): Only consider EXIT_IGNORE_STACK if there is in epilogue. 2011-12-05 19:32:16 +00:00
resource.h
rtl-error.c
rtl-error.h
rtl.c
rtl.def
rtl.h re PR middle-end/40154 (internal compiler error: in do_SUBST, at combine.c:681) 2011-12-09 12:57:24 +00:00
rtlanal.c
rtlhooks-def.h
rtlhooks.c
sbitmap.c
sbitmap.h
sched-deps.c re PR rtl-optimization/48721 (ICE: verify_flow_info failed: missing barrier after block 6 with -foptimize-sibling-calls -fsched2-use-superblocks) 2011-11-30 19:58:33 +01:00
sched-ebb.c re PR rtl-optimization/48721 (ICE: verify_flow_info failed: missing barrier after block 6 with -foptimize-sibling-calls -fsched2-use-superblocks) 2011-11-30 19:53:46 +01:00
sched-int.h
sched-rgn.c
sched-vis.c
sdbout.c
sdbout.h
sel-sched-dump.c
sel-sched-dump.h
sel-sched-ir.c
sel-sched-ir.h
sel-sched.c
sel-sched.h
sese.c
sese.h
simplify-rtx.c
sparseset.c
sparseset.h
sreal.c
sreal.h
ssaexpand.h
stab.def
stack-ptr-mod.c
statistics.c
statistics.h
stmt.c
stor-layout.c
store-motion.c
streamer-hooks.c
streamer-hooks.h
stringpool.c
sync-builtins.def
system.h
target-def.h
target-globals.c
target-globals.h
target-hooks-macros.h
target.def target.def (tm_clone_table_section): New hook. 2011-11-22 10:19:19 +00:00
target.h
targhooks.c
targhooks.h
timevar.c
timevar.def
timevar.h
tlink.c
toplev.c shift flag_next/gnu_runtime to modern opts system. 2011-11-30 10:42:58 +00:00
toplev.h
tracer.c re PR middle-end/51211 (ICE: SIGSEGV in execute_tm_mark (trans-mem.c:2242) with -fgnu-tm -O -freorder-blocks -ftracer --param hot-bb-frequency-fraction=1 and __transaction_atomic) 2011-11-19 11:29:18 -08:00
trans-mem.c trans-mem.c (ipa_tm_create_version_alias): Mangle new_decl if DECL_ONE_ONLY. 2011-11-29 11:32:28 -05:00
trans-mem.h
tree-affine.c
tree-affine.h
tree-browser.c
tree-browser.def
tree-call-cdce.c
tree-cfg.c
tree-cfgcleanup.c
tree-chrec.c
tree-chrec.h
tree-complex.c
tree-data-ref.c tree-data-ref.c (initialize_data_dependence_relation): Update 2011-11-24 14:07:36 +00:00
tree-data-ref.h
tree-dfa.c
tree-diagnostic.c tree-diagnostic (struct loc_t): Rename into struct loc_map_pair. 2011-11-29 11:40:50 -05:00
tree-diagnostic.h
tree-dump.c
tree-dump.h
tree-eh.c re PR tree-optimization/51117 (rev.181172 causes glibc build failure) 2011-12-09 21:50:40 +01:00
tree-emutls.c
tree-flow-inline.h
tree-flow.h re PR tree-optimization/50682 (ICE: SIGSEGV in main_block_label with -O2 -fnon-call-exceptions -ftracer) 2011-11-28 22:02:27 +01:00
tree-if-conv.c
tree-inline.c re PR tree-optimization/49772 (ICE: in ipa_pta_execute, at tree-ssa-structalias.c:6790 with -fipa-pta) 2011-12-08 13:23:54 +00:00
tree-inline.h
tree-into-ssa.c
tree-iterator.c
tree-iterator.h
tree-loop-distribution.c
tree-mudflap.c cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from the stmt if possible. 2011-12-05 08:51:53 +00:00
tree-mudflap.h
tree-nested.c
tree-nomudflap.c
tree-nrv.c
tree-object-size.c
tree-optimize.c re PR tree-optimization/50682 (ICE: SIGSEGV in main_block_label with -O2 -fnon-call-exceptions -ftracer) 2011-11-28 22:02:27 +01:00
tree-outof-ssa.c
tree-parloops.c
tree-pass.h
tree-phinodes.c
tree-predcom.c re PR tree-optimization/51246 (ICE in replace_ref_with, at tree-predcom.c:1309) 2011-12-01 18:03:33 +01:00
tree-pretty-print.c
tree-pretty-print.h
tree-profile.c
tree-scalar-evolution.c
tree-scalar-evolution.h
tree-sra.c re PR tree-optimization/51315 (unaligned memory accesses generated with -ftree-sra) 2011-12-08 09:05:38 +00:00
tree-ssa-address.c
tree-ssa-alias.c tree-ssa-alias.h (struct ao_ref_s): Add volatile_p field. 2011-12-05 14:31:44 +00:00
tree-ssa-alias.h tree-ssa-alias.h (struct ao_ref_s): Add volatile_p field. 2011-12-05 14:31:44 +00:00
tree-ssa-ccp.c
tree-ssa-coalesce.c
tree-ssa-copy.c
tree-ssa-copyrename.c
tree-ssa-dce.c re PR debug/50317 (missing DW_OP_GNU_implicit_pointer) 2011-12-01 20:12:54 +01:00
tree-ssa-dom.c re PR middle-end/39976 (Big sixtrack degradation on powerpc 32/64 after revision r146817) 2011-12-08 22:00:38 +00:00
tree-ssa-dse.c
tree-ssa-forwprop.c re PR tree-optimization/51466 (ICE in gimple_rhs_has_side_effects,) 2011-12-08 20:49:02 +01:00
tree-ssa-ifcombine.c
tree-ssa-live.c re PR debug/50317 (missing DW_OP_GNU_implicit_pointer) 2011-12-03 17:39:56 +01:00
tree-ssa-live.h
tree-ssa-loop-ch.c
tree-ssa-loop-im.c re PR tree-optimization/50904 (pessimization when -fno-protect-parens is enabled by -Ofast) 2011-12-05 14:36:44 +00:00
tree-ssa-loop-ivcanon.c
tree-ssa-loop-ivopts.c
tree-ssa-loop-manip.c
tree-ssa-loop-niter.c
tree-ssa-loop-prefetch.c
tree-ssa-loop-unswitch.c
tree-ssa-loop.c
tree-ssa-math-opts.c re PR tree-optimization/51396 (ICE: verify_flow_info failed: BB 4 can not throw but has an EH edge with -O2 -fnon-call-exceptions -mfma4) 2011-12-05 21:56:14 +01:00
tree-ssa-operands.c tree-ssa-operands.c (add_stmt_operand): Do not mark stmts volatile when processing operands of an ADDR_EXPR. 2011-12-08 15:08:16 +00:00
tree-ssa-operands.h tree-ssa.c (verify_ssa): Verify SSA names in the loop over all SSA names. 2011-12-05 11:05:24 +00:00
tree-ssa-phiopt.c
tree-ssa-phiprop.c
tree-ssa-pre.c
tree-ssa-propagate.c
tree-ssa-propagate.h
tree-ssa-reassoc.c
tree-ssa-sccvn.c re PR tree-optimization/51245 (ICE in vn_reference_insert_pieces, at tree-ssa-sccvn.c:1983) 2011-12-06 11:41:00 +00:00
tree-ssa-sccvn.h
tree-ssa-sink.c
tree-ssa-strlen.c
tree-ssa-structalias.c
tree-ssa-tail-merge.c
tree-ssa-ter.c
tree-ssa-threadedge.c
tree-ssa-threadupdate.c
tree-ssa-uncprop.c
tree-ssa-uninit.c
tree-ssa.c tree-ssa.c (verify_ssa): Verify SSA names in the loop over all SSA names. 2011-12-05 11:05:24 +00:00
tree-ssanames.c
tree-stdarg.c
tree-stdarg.h
tree-streamer-in.c
tree-streamer-out.c
tree-streamer.c
tree-streamer.h
tree-switch-conversion.c
tree-tailcall.c
tree-vect-data-refs.c tree-data-ref.c (initialize_data_dependence_relation): Update 2011-11-24 14:07:36 +00:00
tree-vect-generic.c
tree-vect-loop-manip.c
tree-vect-loop.c re PR middle-end/51285 (internal compiler error: in check_loop_closed_ssa_use, at tree-ssa-loop-manip.c) 2011-12-04 14:52:01 +00:00
tree-vect-patterns.c re PR tree-optimization/51356 (FAIL: gfortran.dg/anyallcount_1.f90 -O3 (internal compiler error) on powerpc-apple-darwin9 with -m32) 2011-12-01 20:14:03 +01:00
tree-vect-slp.c
tree-vect-stmts.c re PR tree-optimization/51482 (ice: invalid types in conversion to floating point) 2011-12-09 11:22:59 +00:00
tree-vectorizer.c
tree-vectorizer.h
tree-vrp.c re PR tree-optimization/50802 (FAIL: gcc.c-torture/execute/arith-rand-ll.c execution at -O2 and -Os) 2011-12-01 14:25:24 +00:00
tree.c tree.c (build_common_builtin_nodes): Do not use TM_PURE attribute unless language has support for TM. 2011-12-09 22:05:26 +00:00
tree.def remove mention of EH_FILTER_MUST_NOT_THROW 2011-11-22 10:53:18 -05:00
tree.h re PR tree-optimization/51315 (unaligned memory accesses generated with -ftree-sra) 2011-12-08 09:05:38 +00:00
treestruct.def
tsystem.h
typeclass.h
value-prof.c
value-prof.h
var-tracking.c re PR debug/50827 (ICE: RTL check: expected elt 0 type 'e' or 'u', have '0' (rtx entry_value) in loc_cmp, at var-tracking.c:3011) 2011-11-21 22:07:19 +01:00
varasm.c Fix PR51469 (attr-ifunc fails on ppc); Make #pragma GCC target ("...") change macros on PPC 2011-12-09 17:10:27 +00:00
varpool.c
vec.c
vec.h
vecir.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.


Avoid unnecessary test before free
----------------------------------

Since SunOS 4 stopped being a reasonable portability target,
(which happened around 2007) there has been no need to guard
against "free (NULL)".  Thus, any guard like the following
constitutes a redundant test:

  if (P)
    free (P);

It is better to avoid the test.[*]
Instead, simply free P, regardless of whether it is NULL.

[*] However, if your profiling exposes a test like this in a
performance-critical loop, say where P is nearly always NULL, and
the cost of calling free on a NULL pointer would be prohibitively
high, consider using __builtin_expect, e.g., like this:

  if (__builtin_expect (ptr != NULL, 0))
    free (ptr);



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.