gcc/gcc
Jason Merrill f479b43da0 Do constant folding in warn_* functions.
gcc/c-family/
	* c-common.c (fold_for_warn): New.
	(warn_logical_operator, warn_tautological_cmp)
	(check_function_arguments_recurse, maybe_warn_bool_compare): Use it.
gcc/cp/
	* call.c (build_new_op_1): Don't fold arguments to
	warn_logical_operator or maybe_warn_bool_compare.

From-SVN: r231198
2015-12-02 14:04:48 -05:00
..
ada [PATCH] Fix declaration of pthread-structs in s-osinte-rtems.ads (ada/68169) 2015-12-02 00:09:41 -07:00
c Define c_fully_fold separately for C and C++. 2015-12-02 14:04:38 -05:00
c-family Do constant folding in warn_* functions. 2015-12-02 14:04:48 -05:00
common
config nvptx.c (enum nvptx_shuffle_kind): New. 2015-12-02 17:28:32 +00:00
cp Do constant folding in warn_* functions. 2015-12-02 14:04:48 -05:00
doc PR 68432: Add a target hook to control size/speed optab choices 2015-12-02 09:08:49 +00:00
fortran dump-parse-tree.c (show_omp_clauses): Handle optional num and static arguments for the gang clause. 2015-12-01 06:27:11 -08:00
ginclude Add out-of-line versions of some <stdatomic.h> functions (PR c/65083). 2015-11-18 22:13:44 +00:00
go re PR go/65717 (64-bit runtime FAILs with 32-bit compiler) 2015-12-02 01:28:26 +00:00
java
jit
lto lto-streamer-out.c (hash_tree): Do not stream TYPE_ALIAS_SET. 2015-12-01 19:13:12 +00:00
objc
objcp Merge C++ delayed folding branch. 2015-11-13 19:08:05 -05:00
po * zh_CN.po: Update. 2015-11-23 11:03:21 +00:00
testsuite Do constant folding in warn_* functions. 2015-12-02 14:04:48 -05:00
ABOUT-GCC-NLS
BASE-VER
COPYING
COPYING.LIB
COPYING3
COPYING3.LIB
ChangeLog nvptx.c (enum nvptx_shuffle_kind): New. 2015-12-02 17:28:32 +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-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014 Fix commit date 2015-11-17 10:28:23 +00:00
ChangeLog.dataflow
ChangeLog.gimple-classes
ChangeLog.graphite
ChangeLog.jit
ChangeLog.lib
ChangeLog.ptr
ChangeLog.tree-ssa
ChangeLog.tuples
DATESTAMP Daily bump. 2015-12-02 00:16:12 +00:00
DEV-PHASE
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
LANGUAGES
Makefile.in Check for invalid FAILs 2015-12-02 09:06:28 +00:00
ONEWS
README.Portability
acinclude.m4
aclocal.m4
addresses.h
alias.c Remove broken ifcvt code for speculating memory writes 2015-11-25 10:23:28 +00:00
alias.h
alloc-pool.c
alloc-pool.h
asan.c libsanitizer merge from upstream r253555, compiler part. 2015-11-23 11:15:13 +02:00
asan.h
attribs.c
attribs.h
auto-inc-dec.c
auto-profile.c
auto-profile.h
backend.h
basic-block.h
bb-reorder.c
bb-reorder.h
bitmap.c
bitmap.h
bt-load.c
builtin-attrs.def
builtin-types.def
builtins.c PR 68432: Add a target hook to control size/speed optab choices 2015-12-02 09:08:49 +00:00
builtins.def
builtins.h Short-cut generation of simple built-in functions 2015-11-17 18:51:20 +00:00
caller-save.c
calls.c [calls.c] PR rtl-optimization/67226: Take into account pretend_args_size when checking stack offsets for sibcall optimisation 2015-11-26 09:58:28 +00:00
calls.h
ccmp.c
ccmp.h
cfg-flags.def
cfg.c
cfg.h
cfganal.c
cfganal.h
cfgbuild.c
cfgbuild.h
cfgcleanup.c
cfgcleanup.h
cfgexpand.c Short-cut generation of simple built-in functions 2015-11-17 18:51:20 +00:00
cfgexpand.h
cfghooks.c
cfghooks.h
cfgloop.c Revert "Improve verification of loop->latch in verify_loop_structure" 2015-11-26 14:35:27 +00:00
cfgloop.h Revert "Improve verification of loop->latch in verify_loop_structure" 2015-11-26 14:35:27 +00:00
cfgloopanal.c
cfgloopmanip.c Add in_oacc_kernels_region in struct loop 2015-11-17 21:42:09 +00:00
cfgloopmanip.h
cfgrtl.c
cfgrtl.h
cgraph.c cgraph.c (cgraph_node::make_local): No name is unique during incremental linking. 2015-11-29 22:33:23 +00:00
cgraph.h cgraph.c (cgraph_node::make_local): No name is unique during incremental linking. 2015-11-29 22:33:23 +00:00
cgraphbuild.c
cgraphclones.c
cgraphunit.c re PR middle-end/68582 (-Wunused-function doesn't warn about unused static __attribute__((noreturn)) functions) 2015-12-01 15:44:08 +00:00
chkp-builtins.def
cif-code.def
cilk-builtins.def
cilk-common.c
cilk.h
cilkplus.def
collect-utils.c
collect-utils.h
collect2-aix.c
collect2-aix.h
collect2.c
collect2.h
combine-stack-adj.c
combine.c [combine] Only restrict pure simplification in mult-extend subst case, allow other substitutions 2015-11-26 13:07:29 +00:00
common.md
common.opt rename flag_loop_optimize_isl to flag_loop_nest_optimize 2015-12-02 17:11:41 +00:00
compare-elim.c
conditions.h
config.build
config.gcc
config.host
config.in
configure re PR lto/61313 (configure incorrectly strips $target_alias from PLUGIN_LD_SUFFIX) 2015-11-19 13:31:33 +00:00
configure.ac re PR lto/61313 (configure incorrectly strips $target_alias from PLUGIN_LD_SUFFIX) 2015-11-19 13:31:33 +00:00
context.c
context.h
convert.c Add non-folding variants for convert_to_*. 2015-11-13 17:24:45 -05:00
convert.h Add non-folding variants for convert_to_*. 2015-11-13 17:24:45 -05:00
coretypes.h PR 68432: Add a target hook to control size/speed optab choices 2015-12-02 09:08:49 +00:00
coverage.c
coverage.h
cppbuiltin.c
cppbuiltin.h
cppdefault.c
cppdefault.h
cprop.c [PATCH] Make disabled-optimization warning more informative; increase default max-gcse-memory 2015-11-12 15:27:47 -07:00
cse.c
cselib.c
cselib.h
cstamp-h.in
data-streamer-in.c
data-streamer-out.c
data-streamer.c
data-streamer.h
dbgcnt.c
dbgcnt.def
dbgcnt.h
dbxout.c
dbxout.h
dce.c
dce.h
ddg.c
ddg.h
debug.c
debug.h
defaults.h always define EH_RETURN_HANDLER_RTX 2015-11-15 00:18:01 +00:00
df-core.c
df-problems.c
df-scan.c always define EH_RETURN_HANDLER_RTX 2015-11-15 00:18:01 +00:00
df.h
dfp.c
dfp.h
diagnostic-color.c
diagnostic-color.h
diagnostic-core.h
diagnostic-show-locus.c PR 62314: add ability to add fixit-hints to a diagnostic 2015-11-20 20:08:47 +00:00
diagnostic.c Source range tracking in libcpp and C FE, with bit-packing optimization 2015-11-13 16:29:59 +00:00
diagnostic.def
diagnostic.h
dojump.c
dojump.h
dominance.c
dominance.h
domwalk.c
domwalk.h
double-int.c
double-int.h
dse.c
dumpfile.c
dumpfile.h
dwarf2asm.c
dwarf2asm.h
dwarf2cfi.c
dwarf2out.c Track indirect calls for call site information in debug info 2015-12-02 15:57:34 +00:00
dwarf2out.h
emit-rtl.c
emit-rtl.h
errors.c
errors.h
et-forest.c
et-forest.h
except.c always define EH_RETURN_HANDLER_RTX 2015-11-15 00:18:01 +00:00
except.h
exec-tool.in
explow.c
explow.h
expmed.c
expmed.h
expr.c expr.c (do_store_flag): Expand vector comparison as VEC_COND_EXPR if... 2015-11-12 11:38:24 +00:00
expr.h
fibonacci_heap.h
file-find.c
file-find.h
final.c Track indirect calls for call site information in debug info 2015-12-02 15:57:34 +00:00
fixed-value.c
fixed-value.h
flag-types.h re PR lto/67548 (LTO drops weak binding with "ld -r") 2015-11-25 23:05:07 +00:00
flags.h
fold-const-call.c Extend fold_const_call to combined_fn 2015-11-17 18:42:48 +00:00
fold-const-call.h Extend fold_const_call to combined_fn 2015-11-17 18:42:48 +00:00
fold-const.c re PR middle-end/68528 ([5 Only] Wrong constant folding) 2015-11-25 14:21:25 +00:00
fold-const.h Make more use of combined_fn 2015-11-17 18:43:42 +00:00
fp-test.c
function.c [PR67753] adjust for padding when bypassing memory in assign_parm_setup_block 2015-11-26 21:57:40 +00:00
function.h
fwprop.c fwprop.c (update_uses): Use flag_checking instead of gcc_checking_assert. 2015-11-19 16:12:50 +00:00
gcc-ar.c
gcc-main.c
gcc-plugin.h
gcc-rich-location.c Source range tracking in libcpp and C FE, with bit-packing optimization 2015-11-13 16:29:59 +00:00
gcc-rich-location.h Source range tracking in libcpp and C FE, with bit-packing optimization 2015-11-13 16:29:59 +00:00
gcc-symtab.h
gcc.c Port libvtv to Solaris 2015-11-25 10:30:25 +00:00
gcc.h
gcov-counter.def
gcov-dump.c
gcov-io.c
gcov-io.h
gcov-iov.c
gcov-tool.c
gcov.c
gcse-common.c
gcse-common.h
gcse.c [PATCH] Make disabled-optimization warning more informative; increase default max-gcse-memory 2015-11-12 15:27:47 -07:00
gcse.h [PATCH] Make disabled-optimization warning more informative; increase default max-gcse-memory 2015-11-12 15:27:47 -07:00
gdbasan.in
gdbhooks.py Remove first_pass_instance from pass_vrp 2015-11-16 12:40:05 +00:00
gdbinit.in
gen-pass-instances.awk Remove first_pass_instance from pass_vrp 2015-11-16 12:40:05 +00:00
genattr-common.c
genattr.c
genattrtab.c Improve error reporting from genattrtab.c 2015-12-01 09:31:02 +00:00
genautomata.c
gencfn-macros.c Replace match.pd DEFINE_MATH_FNs with auto-generated lists 2015-11-17 18:49:10 +00:00
gencheck.c
genchecksum.c
gencodes.c
genconditions.c
genconfig.c
genconstants.c
genemit.c Check for invalid FAILs 2015-12-02 09:06:28 +00:00
genenums.c
generic-match-head.c Add genmatch support for internal functions 2015-11-17 18:47:44 +00:00
generic-match.h
genextract.c
genflags.c
gengenrtl.c
gengtype-lex.l
gengtype-parse.c
gengtype-state.c
gengtype.c
gengtype.h
genhooks.c
genmatch.c tree.h (tree_invariant_p): Declare. 2015-12-02 14:50:32 +00:00
genmddeps.c
genmddump.c
genmodes.c
genmultilib
genopinit.c Check for invalid FAILs 2015-12-02 09:06:28 +00:00
genoutput.c
genpeep.c
genpreds.c
genrecog.c
gensupport.c Check for invalid FAILs 2015-12-02 09:06:28 +00:00
gensupport.h Check for invalid FAILs 2015-12-02 09:06:28 +00:00
gentarget-def.c
ggc-common.c
ggc-internal.h
ggc-none.c
ggc-page.c Support GGC finalizers with PCH. 2015-11-18 15:11:32 -05:00
ggc.h
gimple-builder.c
gimple-builder.h
gimple-expr.c
gimple-expr.h
gimple-fold.c re PR c/68337 ([MPX] memcpy() for arrays with function pointers results in huge resource usage and binaries) 2015-11-24 09:45:20 +00:00
gimple-fold.h
gimple-iterator.c
gimple-iterator.h
gimple-laddress.c
gimple-low.c
gimple-low.h
gimple-match-head.c PR 68432: Add a target hook to control size/speed optab choices 2015-12-02 09:08:49 +00:00
gimple-match.h Add genmatch support for internal functions 2015-11-17 18:47:44 +00:00
gimple-predict.h
gimple-pretty-print.c OpenACC host_data support. 2015-12-01 15:52:23 +00:00
gimple-pretty-print.h
gimple-ssa-backprop.c Make more use of combined_fn 2015-11-17 18:43:42 +00:00
gimple-ssa-isolate-paths.c
gimple-ssa-split-paths.c [Patch,tree-optimization]: Add new path Splitting pass on tree ssa 2015-11-13 16:31:51 -07:00
gimple-ssa-strength-reduction.c
gimple-ssa.h
gimple-streamer-in.c
gimple-streamer-out.c
gimple-streamer.h
gimple-walk.c
gimple-walk.h
gimple.c Be more careful about barriers when speculating conditional stores. 2015-11-27 10:05:36 +00:00
gimple.def
gimple.h OpenACC host_data support. 2015-12-01 15:52:23 +00:00
gimplify-me.c
gimplify-me.h
gimplify.c Fix oacc kernels default mapping for scalars 2015-12-02 15:48:45 +00:00
gimplify.h
glimits.h
godump.c
graph.c
graph.h
graphds.c
graphds.h
graphite-dependences.c fix invalid bounds on array refs 2015-12-02 17:11:52 +00:00
graphite-isl-ast-to-gimple.c check for ISL generated code that leads to division by zero 2015-11-30 20:39:16 +00:00
graphite-optimize-isl.c move all declarations to a same .h file 2015-11-24 17:57:45 +00:00
graphite-poly.c rename flag_loop_optimize_isl to flag_loop_nest_optimize 2015-12-02 17:11:41 +00:00
graphite-scop-detection.c always print parameter names as P_{SSA_NAME_VERSION} 2015-11-30 20:29:15 +00:00
graphite-sese-to-poly.c fix invalid bounds on array refs 2015-12-02 17:11:52 +00:00
graphite.c rename flag_loop_optimize_isl to flag_loop_nest_optimize 2015-12-02 17:11:41 +00:00
graphite.h move all declarations to a same .h file 2015-11-24 17:57:45 +00:00
gsstruct.def
gstab.h
gsyms.h remove EXTENDED_SDB_BASIC_TYPES 2015-11-15 00:17:43 +00:00
gsyslimits.h
gtm-builtins.def
haifa-sched.c Release memory in haifa-sched 2015-11-18 09:01:35 +00:00
hard-reg-set.h
hash-map-traits.h destroy values as well as keys when removing them from hash maps 2015-11-24 11:46:10 +00:00
hash-map.h * hash-map.h (hash_map::empty): New. 2015-11-13 17:24:30 -05:00
hash-set.h PR 68406: Avoid problem with older host compilers 2015-11-18 14:31:10 +00:00
hash-table.c
hash-table.h
hash-traits.h
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 Fix FAIL: gcc.c-torture/execute/20050124-1.c -O2 (internal compiler error) 2015-11-27 14:39:34 +00:00
ifcvt.h
inchash.c
inchash.h
incpath.c
incpath.h
init-regs.c
input.c Source range tracking in libcpp and C FE, with bit-packing optimization 2015-11-13 16:29:59 +00:00
input.h
insn-addr.h
insn-notes.def
internal-fn.c PR 68432: Add a target hook to control size/speed optab choices 2015-12-02 09:08:49 +00:00
internal-fn.def optabs.def: Add new optabs fmax_optab/fmin_optab. 2015-11-25 17:12:28 +00:00
internal-fn.h PR 68432: Add a target hook to control size/speed optab choices 2015-12-02 09:08:49 +00:00
intl.c
intl.h
ipa-chkp.c
ipa-chkp.h
ipa-comdats.c
ipa-cp.c
ipa-devirt.c ipa-devirt.c (type_with_linkage_p, [...]): Move to ... 2015-12-01 06:36:02 +00:00
ipa-icf-gimple.c ipa-icf.c (sem_item::add_type): Do not look for TYPE_CANONICAL... 2015-11-21 03:57:48 +00:00
ipa-icf-gimple.h
ipa-icf.c ipa-icf.c (sem_item::add_type): Do not look for TYPE_CANONICAL... 2015-11-21 03:57:48 +00:00
ipa-icf.h re PR ipa/68035 (ipa performance issue when no procedures are present) 2015-11-12 15:16:00 +00:00
ipa-inline-analysis.c ipa-inline-analysis.c: Include gimplify.h (set_cond_stmt_execution_predicate... 2015-11-25 09:08:20 +00:00
ipa-inline-transform.c ipa-inline-transform.c (inline_call): Drop -fstrict-aliasing when inlining -fno-strict-aliasing into... 2015-12-01 04:19:50 +00:00
ipa-inline.c
ipa-inline.h
ipa-polymorphic-call.c
ipa-profile.c
ipa-prop.c
ipa-prop.h
ipa-pure-const.c
ipa-ref.c
ipa-ref.h
ipa-reference.c
ipa-reference.h
ipa-split.c re PR ipa/68470 (Internal Compiler Error observed by g++-4.9.2 and a few other versions (reported to Debian)) 2015-12-01 11:35:21 +00:00
ipa-utils.c
ipa-utils.h ipa-devirt.c (type_with_linkage_p, [...]): Move to ... 2015-12-01 06:36:02 +00:00
ipa-visibility.c cgraph.c (cgraph_node::make_local): No name is unique during incremental linking. 2015-11-29 22:33:23 +00:00
ipa.c
ira-build.c
ira-color.c
ira-conflicts.c
ira-costs.c
ira-emit.c
ira-int.h
ira-lives.c
ira.c
ira.h
is-a.h
jump.c
langhooks-def.h
langhooks.c timevar.def (TV_IPA_LTO_DECOMPRESS, [...]): New. 2015-11-25 20:00:47 +00:00
langhooks.h
lcm.c
lcm.h
libfuncs.h
limitx.h
limity.h
lists.c
lock-and-run.sh
loop-doloop.c
loop-init.c
loop-invariant.c
loop-iv.c
loop-unroll.c
loop-unroll.h
lower-subreg.c
lower-subreg.h
lra-assigns.c
lra-coalesce.c
lra-constraints.c re PR rtl-optimization/68536 (LRA ICEs with new arm pattern) 2015-11-27 18:26:12 +00:00
lra-eliminations.c
lra-int.h
lra-lives.c
lra-remat.c
lra-spills.c
lra.c re PR rtl-optimization/68536 (LRA ICEs with new arm pattern) 2015-11-27 18:26:12 +00:00
lra.h
lto-cgraph.c
lto-compress.c timevar.def (TV_IPA_LTO_DECOMPRESS, [...]): New. 2015-11-25 20:00:47 +00:00
lto-compress.h
lto-opts.c
lto-section-in.c
lto-section-names.h
lto-section-out.c
lto-streamer-in.c lto-streamer-in.c (lto_read_body_or_constructor): Set TYPE_CANONICAL only for types where LTO sets them. 2015-11-24 19:35:38 +00:00
lto-streamer-out.c lto-streamer-out.c (hash_tree): Do not stream TYPE_ALIAS_SET. 2015-12-01 19:13:12 +00:00
lto-streamer.c
lto-streamer.h
lto-wrapper.c Handle flinker-output in lto-wrapper 2015-11-28 16:26:01 +00:00
machmode.def
machmode.h
main.c
match.pd re PR ada/68590 (FAIL: gnat.dg/loop_optimization19.adb scan-tree-dump-not optimized "Index_Check") 2015-12-01 08:52:58 +00:00
mcf.c
mem-stats-traits.h
mem-stats.h destroy values as well as keys when removing them from hash maps 2015-11-24 11:46:10 +00:00
memory-block.cc
memory-block.h
mkconfig.sh
mode-classes.def
mode-switching.c
modulo-sched.c
multiple_target.c
omp-builtins.def OpenACC host_data support. 2015-12-01 15:52:23 +00:00
omp-low.c Mark pointers to allocated target vars as restricted, if possible 2015-12-02 15:48:35 +00:00
omp-low.h
opt-functions.awk
opt-gather.awk
opt-include.awk
opt-read.awk
optabs-libfuncs.c
optabs-libfuncs.h
optabs-query.c PR 68432: Add a target hook to control size/speed optab choices 2015-12-02 09:08:49 +00:00
optabs-query.h PR 68432: Add a target hook to control size/speed optab choices 2015-12-02 09:08:49 +00:00
optabs-tree.c
optabs-tree.h
optabs.c re PR tree-optimization/68552 (ICE in in expand_expr_real_2 with -O2 -ftree-vectorize) 2015-11-27 10:01:20 +01:00
optabs.def Check for invalid FAILs 2015-12-02 09:06:28 +00:00
optabs.h
optc-gen.awk
optc-save-gen.awk
opth-gen.awk
opts-common.c [PATCH] Fix PR68029 2015-12-02 00:42:58 -07:00
opts-diagnostic.h
opts-global.c
opts.c libsanitizer merge from upstream r253555, compiler part. 2015-11-23 11:15:13 +02:00
opts.h Fix big memory leak in ix86_valid_target_attribute_p 2015-11-12 15:50:05 +00:00
output.h remove conditional compilation of sdb debug info 2015-11-15 00:17:51 +00:00
params-enum.h
params-list.h
params.c
params.def [PATCH] Make disabled-optimization warning more informative; increase default max-gcse-memory 2015-11-12 15:27:47 -07:00
params.h
pass_manager.h Remove first_pass_instance from pass_vrp 2015-11-16 12:40:05 +00:00
passes.c Remove first_pass_instance 2015-11-16 12:40:50 +00:00
passes.def Add pass_oacc_kernels pass group in passes.def 2015-11-25 21:26:37 +00:00
plugin.c
plugin.def
plugin.h
postreload-gcse.c
postreload.c
predict.c PR 68432: Add a target hook to control size/speed optab choices 2015-12-02 09:08:49 +00:00
predict.def
predict.h PR 68432: Add a target hook to control size/speed optab choices 2015-12-02 09:08:49 +00:00
prefix.c
prefix.h
pretty-print.c
pretty-print.h
print-rtl.c
print-rtl.h
print-tree.c Source range tracking in libcpp and C FE, with bit-packing optimization 2015-11-13 16:29:59 +00:00
print-tree.h
profile.c
profile.h
read-md.c
read-md.h
read-rtl.c
real.c
real.h
realmpfr.c
realmpfr.h
recog.c
recog.h
ree.c [RTL-ree] PR rtl-optimization/68194: Restrict copy instruction in presence of conditional moves 2015-11-24 09:31:57 +00:00
reg-notes.def
reg-stack.c
regcprop.c
regcprop.h
reginfo.c
regrename.c regrename.h (struct du_head): Add target_data_1 and target_data_2 fields. 2015-11-18 12:26:43 +00:00
regrename.h regrename.h (struct du_head): Add target_data_1 and target_data_2 fields. 2015-11-18 12:26:43 +00:00
regs.h
regset.h
regstat.c
reload.c
reload.h
reload1.c
reorg.c
resource.c
resource.h
rtl-chkp.c
rtl-chkp.h
rtl-error.c Source range tracking in libcpp and C FE, with bit-packing optimization 2015-11-13 16:29:59 +00:00
rtl-error.h
rtl-iter.h
rtl.c
rtl.def
rtl.h Remove broken ifcvt code for speculating memory writes 2015-11-25 10:23:28 +00:00
rtlanal.c
rtlhash.c
rtlhash.h
rtlhooks-def.h
rtlhooks.c
sanitizer.def
sanopt.c
sbitmap.c
sbitmap.h
sched-deps.c
sched-ebb.c
sched-int.h
sched-rgn.c
sdbout.c PR 68366 - include emit-rtl.h in sdbout.c 2015-11-16 02:28:15 +00:00
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 fix PR68279: bail out when scev gets instantiated to not_known 2015-11-23 19:28:13 +00:00
sese.h fix bootstrap without ISL on old linkers 2015-11-19 20:35:12 +00:00
shrink-wrap.c shrink-wrap: Fix thinko (PR68520) 2015-11-24 22:23:25 +01:00
shrink-wrap.h
signop.h
simplify-rtx.c simplify-rtx: Simplify sign_extend of lshiftrt to zero_extend (PR68330) 2015-11-16 16:51:33 +01:00
sparseset.c
sparseset.h
spellcheck-tree.c C++ FE: offer suggestions for misspelled field names 2015-11-20 01:26:00 +00:00
spellcheck.c PR driver/67613 - spell suggestions for misspelled command line options 2015-11-13 01:59:03 +00:00
spellcheck.h C++ FE: offer suggestions for misspelled field names 2015-11-20 01:26:00 +00:00
sreal.c
sreal.h
ssa-iterators.h
ssa.h
stab.def
stack-ptr-mod.c
statistics.c
statistics.h
stmt.c
stmt.h
stor-layout.c
stor-layout.h
store-motion.c
streamer-hooks.c
streamer-hooks.h
stringpool.c
stringpool.h
symbol-summary.h
symtab.c cgraph.c (cgraph_node::make_local): No name is unique during incremental linking. 2015-11-29 22:33:23 +00:00
sync-builtins.def
system.h Correct graphite*.c ISL header file inclusion order. 2015-11-23 09:23:59 -05:00
target-def.h
target-globals.c
target-globals.h
target-hooks-macros.h
target-insns.def
target.def PR 68432: Add a target hook to control size/speed optab choices 2015-12-02 09:08:49 +00:00
target.h
targhooks.c PR 68432: Add a target hook to control size/speed optab choices 2015-12-02 09:08:49 +00:00
targhooks.h PR 68432: Add a target hook to control size/speed optab choices 2015-12-02 09:08:49 +00:00
timevar.c
timevar.def timevar.def (TV_IPA_LTO_DECOMPRESS, [...]): New. 2015-11-25 20:00:47 +00:00
timevar.h
tlink.c
toplev.c rename flag_loop_optimize_isl to flag_loop_nest_optimize 2015-12-02 17:11:41 +00:00
toplev.h
tracer.c [Patch,tree-optimization]: Add new path Splitting pass on tree ssa 2015-11-13 16:31:51 -07:00
tracer.h [Patch,tree-optimization]: Add new path Splitting pass on tree ssa 2015-11-13 16:31:51 -07:00
trans-mem.c
trans-mem.h
tree-affine.c
tree-affine.h
tree-call-cdce.c PR68474: Fix tree-call-cdce.c:use_internal_fn 2015-12-01 14:53:53 +00:00
tree-cfg.c Source range tracking in libcpp and C FE, with bit-packing optimization 2015-11-13 16:29:59 +00:00
tree-cfg.h
tree-cfgcleanup.c re PR tree-optimization/68625 (Segmentation fault in useless_type_conversion_p) 2015-12-02 09:47:43 +00:00
tree-cfgcleanup.h
tree-chkp-opt.c
tree-chkp.c Fix memory leak in tree-chkp.c 2015-11-27 08:39:00 +00:00
tree-chkp.h
tree-chrec.c
tree-chrec.h
tree-complex.c Add non-folding variants for convert_to_*. 2015-11-13 17:24:45 -05:00
tree-core.h Add a combined_fn enum 2015-11-17 18:34:47 +00:00
tree-data-ref.c
tree-data-ref.h
tree-dfa.c
tree-dfa.h
tree-diagnostic.c
tree-diagnostic.h
tree-dump.c
tree-dump.h
tree-eh.c
tree-eh.h
tree-emutls.c
tree-hash-traits.h
tree-hasher.h
tree-if-conv.c tree-if-conv.c (struct ifc_dr): Add new tree base_predicate field. 2015-11-30 07:59:54 +00:00
tree-inline.c re PR debug/66432 (libgomp.c/appendix-a/a.29.1.c -O2 -g: type mismatch between an SSA_NAME and its symbol) 2015-11-21 09:24:13 +01:00
tree-inline.h
tree-into-ssa.c
tree-into-ssa.h
tree-iterator.c
tree-iterator.h
tree-loop-distribution.c
tree-nested.c OpenACC host_data support. 2015-12-01 15:52:23 +00:00
tree-nested.h
tree-nrv.c
tree-object-size.c Remove first_pass_instance from pass_object_sizes 2015-11-16 12:40:33 +00:00
tree-object-size.h
tree-outof-ssa.c
tree-outof-ssa.h
tree-parloops.c Always call free_stmt_vec_info_vec in gather_scalar_reductions 2015-11-23 09:45:38 +00:00
tree-parloops.h
tree-pass.h Add pass_oacc_kernels 2015-11-25 21:26:24 +00:00
tree-phinodes.c
tree-phinodes.h
tree-predcom.c
tree-pretty-print.c c-pragma.c (oacc_pragmas): Add entry for declare directive. 2015-11-12 22:20:41 +00:00
tree-pretty-print.h
tree-profile.c
tree-scalar-evolution.c Do final value replacement in try_create_reduction_list 2015-11-20 10:25:26 +00:00
tree-scalar-evolution.h Do final value replacement in try_create_reduction_list 2015-11-20 10:25:26 +00:00
tree-sra.c destroy values as well as keys when removing them from hash maps 2015-11-24 11:46:10 +00:00
tree-ssa-address.c
tree-ssa-address.h
tree-ssa-alias.c
tree-ssa-alias.h
tree-ssa-ccp.c Clear LOOP_CLOSED_SSA after pass_ccp 2015-11-17 21:42:18 +00:00
tree-ssa-coalesce.c
tree-ssa-coalesce.h
tree-ssa-copy.c
tree-ssa-dce.c
tree-ssa-dom.c Remove first_pass_instance from pass_dominator 2015-11-16 12:40:24 +00:00
tree-ssa-dom.h
tree-ssa-dse.c
tree-ssa-forwprop.c
tree-ssa-ifcombine.c
tree-ssa-live.c
tree-ssa-live.h
tree-ssa-loop-ch.c Add pass_oacc_kernels pass group in passes.def 2015-11-25 21:26:37 +00:00
tree-ssa-loop-im.c Allow pass_lim to run outside pass_tree_loop 2015-11-24 14:47:55 +00:00
tree-ssa-loop-ivcanon.c
tree-ssa-loop-ivopts.c re PR tree-optimization/52272 (Performance regression of 410.bwaves on x86.) 2015-11-20 09:05:08 +00:00
tree-ssa-loop-ivopts.h
tree-ssa-loop-manip.c
tree-ssa-loop-manip.h
tree-ssa-loop-niter.c re PR tree-optimization/68529 (scev failed for while(i--)) 2015-12-01 05:22:16 +00:00
tree-ssa-loop-niter.h
tree-ssa-loop-prefetch.c
tree-ssa-loop-unswitch.c
tree-ssa-loop.c Add pass_oacc_kernels 2015-11-25 21:26:24 +00:00
tree-ssa-loop.h
tree-ssa-math-opts.c re PR tree-optimization/68501 (sqrt builtin is not used anymore) 2015-11-30 15:56:08 +01:00
tree-ssa-operands.c
tree-ssa-operands.h
tree-ssa-phionlycprop.c
tree-ssa-phiopt.c Be more careful about barriers when speculating conditional stores. 2015-11-27 10:05:36 +00:00
tree-ssa-phiprop.c
tree-ssa-pre.c
tree-ssa-propagate.c
tree-ssa-propagate.h
tree-ssa-reassoc.c re PR tree-optimization/68157 (internal compiler error: in reassoc_stmt_dominates_stmt_p, at tree-ssa-reassoc.c:1287) 2015-11-18 11:23:21 +01:00
tree-ssa-sccvn.c re PR middle-end/68221 (libgomp reduction-11/12 failures) 2015-11-24 09:17:40 +00:00
tree-ssa-sccvn.h
tree-ssa-scopedtables.c
tree-ssa-scopedtables.h
tree-ssa-sink.c
tree-ssa-strlen.c
tree-ssa-structalias.c Handle BUILT_IN_GOACC_PARALLEL in ipa-pta 2015-12-02 13:32:51 +00:00
tree-ssa-tail-merge.c
tree-ssa-ter.c
tree-ssa-ter.h
tree-ssa-threadbackward.c
tree-ssa-threadbackward.h
tree-ssa-threadedge.c
tree-ssa-threadedge.h
tree-ssa-threadupdate.c [PATCH][PR tree-optimization/68198] Avoid CFG explosion due to threading 2015-11-18 17:33:27 -07:00
tree-ssa-threadupdate.h
tree-ssa-uncprop.c remove val_ssa_equiv_hash_traits 2015-11-24 11:46:18 +00:00
tree-ssa-uninit.c Replace spaces with tabs and remove trailing whitespaces 2015-11-27 08:43:56 +00:00
tree-ssa.c re PR middle-end/68117 (error: invalid PHI argument <<< Unknown tree: <invalid tree code> >>>) 2015-11-19 08:47:16 +00:00
tree-ssa.h
tree-ssanames.c
tree-ssanames.h
tree-stdarg.c
tree-stdarg.h
tree-streamer-in.c lto-streamer-out.c (hash_tree): Do not stream TYPE_ALIAS_SET. 2015-12-01 19:13:12 +00:00
tree-streamer-out.c lto-streamer-out.c (hash_tree): Do not stream TYPE_ALIAS_SET. 2015-12-01 19:13:12 +00:00
tree-streamer.c
tree-streamer.h
tree-switch-conversion.c
tree-tailcall.c
tree-vect-data-refs.c re PR tree-optimization/68379 (BB vectorization: definition in block 13 follows the use for SSA_NAME) 2015-12-01 14:24:54 +00:00
tree-vect-generic.c re PR target/68483 (gcc 5.2: suboptimal code compared to 4.9) 2015-11-24 11:45:52 +01:00
tree-vect-loop-manip.c Fix memory leak in loop_vec_info 2015-11-27 08:37:23 +00:00
tree-vect-loop.c re PR tree-optimization/68592 (ICE in vect_get_vec_def_for_operand, at tree-vect-stmts.c:1403 with -fprofile-generate) 2015-11-30 14:50:48 +00:00
tree-vect-patterns.c PR 68432: Add a target hook to control size/speed optab choices 2015-12-02 09:08:49 +00:00
tree-vect-slp.c re PR tree-optimization/68553 (gcc.dg/vect/pr68445.c FAILs) 2015-11-27 11:17:51 +00:00
tree-vect-stmts.c PR 68432: Add a target hook to control size/speed optab choices 2015-12-02 09:08:49 +00:00
tree-vectorizer.c omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal calls - 0 if... 2015-11-14 19:42:13 +01:00
tree-vectorizer.h re PR tree-optimization/68413 (internal compiler error: in vect_transform_stmt) 2015-11-20 14:20:24 +00:00
tree-vrp.c re PR tree-optimization/68455 (ICE: tree check: expected integer_cst, have plus_expr in decompose, at tree.h:5123) 2015-11-23 17:18:36 +00:00
tree.c tree.h (tree_invariant_p): Declare. 2015-12-02 14:50:32 +00:00
tree.def fold-const.c (fold_convert_const): Fold changing cv-quals on VECTOR_CST. 2015-11-13 17:24:39 -05:00
tree.h tree.h (tree_invariant_p): Declare. 2015-12-02 14:50:32 +00:00
treestruct.def
tsan.c
tsan.h
tsystem.h
typeclass.h
typed-splay-tree.h
ubsan.c
ubsan.h
valtrack.c
valtrack.h
value-prof.c
value-prof.h
var-tracking.c
varasm.c cgraph.c (cgraph_node::make_local): No name is unique during incremental linking. 2015-11-29 22:33:23 +00:00
varasm.h
varpool.c always define ENABLE_OFFLOADING 2015-11-15 00:18:08 +00:00
vec.c
vec.h Fix memory leak in cilk 2015-11-27 09:36:20 +00:00
version.c
version.h
vmsdbg.h
vmsdbgout.c
vtable-verify.c
vtable-verify.h
web.c
wide-int-print.cc
wide-int-print.h
wide-int.cc
wide-int.h
xcoff.h
xcoffout.c
xcoffout.h

README.Portability

Copyright (C) 2000-2015 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 now 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.