gcc/gcc
Richard Sandiford bde63fdea4 [1/2] Add get_next_strinfo helper function
This patch just adds a helper function for getting the next strinfo
in a chain, since part 2 adds another place where we do that.

2017-05-16  Richard Sandiford  <richard.sandiford@linaro.org>

gcc/
	* tree-ssa-strlen.c (get_next_strinfo): New function.
	(get_stridx_plus_constant): Use it.
	(zero_length_string): Likewise.
	(adjust_related_strinfos): Likewise.
	(adjust_last_stmt): Likewise.

From-SVN: r248732
2017-05-31 12:26:03 +00:00
..
ada Fix bootstrap failure in Ada FE due to -Werror=ignored-qualifiers 2017-05-25 14:24:46 +01:00
brig More dump_flags_t conversion 2017-05-18 15:34:29 +02:00
c C++ template type diff printing 2017-05-30 20:38:14 +00:00
c-family C++ template type diff printing 2017-05-30 20:38:14 +00:00
common Split off powerpcspe from rs6000 port 2017-05-24 21:35:49 +02:00
config re PR target/80880 (internal compiler error: in ix86_expand_builtin) 2017-05-31 12:09:51 +00:00
cp PR c++/80856 - ICE with local extern in template 2017-05-30 17:13:27 -04:00
doc C++ template type diff printing 2017-05-30 20:38:14 +00:00
fortran C++ template type diff printing 2017-05-30 20:38:14 +00:00
ginclude
go compiler: identify array index expressions in lvalue context 2017-05-26 21:48:49 +00:00
jit types.rst (gccjit::type::get_const): Remove comment. 2017-04-24 20:33:04 +00:00
lto cgraphunit.c (symbol_table::process_new_functions): Update. 2017-05-23 16:20:53 +00:00
objc objc-runtime-shared-support.c (build_module_descriptor): Remove unnecessary conditional when building instance of objc_module. 2017-05-16 07:31:15 +00:00
objcp
po * da.po, es.po: Update. 2017-05-22 18:11:36 +01:00
testsuite re PR target/80880 (internal compiler error: in ix86_expand_builtin) 2017-05-31 12:09:51 +00:00
ABOUT-GCC-NLS
BASE-VER * BASE-VER: Set to 8.0.0. 2017-04-20 11:52:54 +02:00
COPYING
COPYING.LIB
COPYING3
COPYING3.LIB
ChangeLog [1/2] Add get_next_strinfo helper function 2017-05-31 12:26:03 +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
ChangeLog-2015
ChangeLog-2016
ChangeLog.dataflow
ChangeLog.gimple-classes
ChangeLog.graphite
ChangeLog.jit
ChangeLog.lib
ChangeLog.ptr
ChangeLog.tree-ssa
ChangeLog.tuples
DATESTAMP Daily bump. 2017-05-31 00:16:25 +00:00
DEV-PHASE
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
LANGUAGES
Makefile.in Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h 2017-05-22 15:36:02 +00:00
ONEWS
README.Portability
acinclude.m4
aclocal.m4
addresses.h
alias.c re PR rtl-optimization/80491 (Compiler regression for long-add case.) 2017-04-29 18:17:13 +02:00
alias.h
alloc-pool.c
alloc-pool.h
asan.c re PR sanitizer/80308 (asan crash on big-endian powerpc-linux target) 2017-04-05 15:17:15 +02:00
asan.h
attribs.c attribs.h (sorted_attr_string): Move machine independent functions for target clone support from the i386 port... 2017-05-11 21:51:07 +00:00
attribs.h attribs.h (sorted_attr_string): Move machine independent functions for target clone support from the i386 port... 2017-05-11 21:51:07 +00:00
auto-inc-dec.c
auto-profile.c Fix parenthesis in auto-profile.c (PR other/80909). 2017-05-30 08:02:03 +00:00
auto-profile.h
backend.h
basic-block.h
bb-reorder.c
bb-reorder.h
bitmap.c
bitmap.h allow auto_bitmap to use other bitmap obstacks 2017-05-14 00:38:29 +00:00
brig-builtins.def Minor BRIG/HSAIL frontend updates and bug fixes: 2017-05-04 05:50:21 +00:00
bt-load.c use auto_bitmap more 2017-05-14 00:38:48 +00:00
builtin-attrs.def re PR middle-end/80020 (gcc confused about aligned_alloc argument order) 2017-03-14 16:16:27 -06:00
builtin-types.def Minor BRIG/HSAIL frontend updates and bug fixes: 2017-05-04 05:50:21 +00:00
builtins.c PR middle-end/80669 - Bad -Wstringop-overflow warnings for stpncpy 2017-05-14 10:06:41 -06:00
builtins.def * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type. 2017-04-05 19:29:26 +00:00
builtins.h
caller-save.c
calls.c Patch for RTL expand bug affecting aarch64 vector code. 2017-05-12 18:32:40 -07:00
calls.h
ccmp.c
ccmp.h
cfg-flags.def
cfg.c Simplify usage of some TDF_* flags. 2017-05-26 14:45:59 +00:00
cfg.h Introduce dump_flags_t type and use it instead of int type. 2017-05-17 09:01:36 +00:00
cfganal.c make inverted_post_order_compute() operate on a vec 2017-05-14 00:39:23 +00:00
cfganal.h make inverted_post_order_compute() operate on a vec 2017-05-14 00:39:23 +00:00
cfgbuild.c
cfgbuild.h
cfgcleanup.c cfgcleanup: Ignore clobbers in bb_is_just_return 2017-05-22 23:20:51 +02:00
cfgcleanup.h
cfgexpand.c re PR tree-optimization/80901 (ICE on valid code at -Os and above on x86_64-linux-gnu: in verify_loop_structure, at cfgloop.c:1644) 2017-05-30 11:08:36 +00:00
cfgexpand.h
cfghooks.c Introduce dump_flags_t type and use it instead of int type. 2017-05-17 09:01:36 +00:00
cfghooks.h Introduce dump_flags_t type and use it instead of int type. 2017-05-17 09:01:36 +00:00
cfgloop.c use auto_bitmap more 2017-05-14 00:38:48 +00:00
cfgloop.h alias.c (struct alias_set_entry): Pack properly. 2017-03-14 12:47:42 +00:00
cfgloopanal.c
cfgloopmanip.c
cfgloopmanip.h
cfgrtl.c Simplify usage of some TDF_* flags. 2017-05-26 14:45:59 +00:00
cfgrtl.h Introduce dump_flags_t type and use it instead of int type. 2017-05-17 09:01:36 +00:00
cgraph.c Introduce symtab_node::dump_{asm_,}name functions. 2017-05-23 14:39:11 +00:00
cgraph.h Introduce symtab_node::dump_{asm_,}name functions. 2017-05-23 14:39:11 +00:00
cgraphbuild.c
cgraphclones.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
cgraphunit.c cgraphunit.c (symbol_table::process_new_functions): Update. 2017-05-23 16:20:53 +00:00
chkp-builtins.def
cif-code.def
cilk-builtins.def
cilk-common.c re PR c++/80038 (Random segfault using local vectors in Cilk function) 2017-05-01 16:26:02 -06:00
cilk.h
cilkplus.def
collect-utils.c
collect-utils.h
collect2-aix.c
collect2-aix.h
collect2.c Fix numerous typos in comments 2017-04-03 23:30:56 +01:00
collect2.h
combine-stack-adj.c
combine.c re PR rtl-optimization/80501 (Wrong code w/ a signed char, a shift, and a conversion to int) 2017-04-25 09:28:43 +02:00
common.md
common.opt PR c++/80178 - parameter passing for uncopyable classes 2017-05-08 15:08:07 -04:00
compare-elim.c compare-elim.c (equivalent_reg_at_start): Adjust outdated comment. 2017-05-17 09:12:33 +00:00
conditions.h
config.build
config.gcc Split off powerpcspe from rs6000 port 2017-05-24 21:35:49 +02:00
config.host Split off powerpcspe from rs6000 port 2017-05-24 21:35:49 +02:00
config.in configure.ac (--enable-mingw-wildcard): Add new configurable feature. 2017-05-04 11:02:08 +00:00
configure configure.ac (--enable-mingw-wildcard): Add new configurable feature. 2017-05-04 11:02:08 +00:00
configure.ac configure.ac (--enable-mingw-wildcard): Add new configurable feature. 2017-05-04 11:02:08 +00:00
context.c context.h (context::set_passes): New. 2017-05-19 12:32:48 +00:00
context.h context.h (context::set_passes): New. 2017-05-19 12:32:48 +00:00
convert.c re PR middle-end/80341 (gcc miscompiles division of signed char) 2017-04-07 08:20:24 +00:00
convert.h
coretypes.h Introduce dump_flags_t type and use it instead of int type. 2017-05-17 09:01:36 +00:00
coverage.c Remove .gcno file when compilation does not success (PR driver/56469). 2017-04-28 12:50:08 +00:00
coverage.h Remove .gcno file when compilation does not success (PR driver/56469). 2017-04-28 12:50:08 +00:00
cppbuiltin.c
cppbuiltin.h
cppdefault.c
cppdefault.h
cprop.c re PR rtl-optimization/79780 (ICE in rtl_verify_bb_insns, at cfgrtl.c:2661 (error: flow control insn inside a basic block)) 2017-03-02 17:02:37 +01:00
cse.c alias.c (struct alias_set_entry): Pack properly. 2017-03-14 12:47:42 +00:00
cselib.c re PR debug/80025 (ICE w/ -O2 (-O3, -Ofast) -g -ftracer (infinite recursion in rtx_equal_for_cselib_1)) 2017-03-31 08:05:47 +02:00
cselib.h re PR debug/80025 (ICE w/ -O2 (-O3, -Ofast) -g -ftracer (infinite recursion in rtx_equal_for_cselib_1)) 2017-03-31 08:05:47 +02:00
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 make more vars auto_sbitmaps 2017-05-14 00:39:08 +00:00
ddg.h
debug.c
debug.h
defaults.h
df-core.c make inverted_post_order_compute() operate on a vec 2017-05-14 00:39:23 +00:00
df-problems.c use auto_bitmap more with alternate obstacks 2017-05-14 00:38:59 +00:00
df-scan.c df-scan.c (df_insn_refs_verify): Speedup when not verifying. 2017-05-22 07:14:10 +00:00
df.h make inverted_post_order_compute() operate on a vec 2017-05-14 00:39:23 +00:00
dfp.c
dfp.h
diagnostic-color.c C++ template type diff printing 2017-05-30 20:38:14 +00:00
diagnostic-color.h
diagnostic-core.h
diagnostic-show-locus.c New fix-it printer 2017-05-03 13:11:21 +00:00
diagnostic.c Get rid of macros for diagnostic_report_current_module 2017-05-05 21:03:07 +00:00
diagnostic.def
diagnostic.h Convert CARET_LINE_MARGIN to const int 2017-05-05 21:07:38 +00:00
dojump.c
dojump.h
dominance.c PR bootstrap/80486 - spurious -Walloc-size-larger-than and -Wstringop-overflow in dominance.c during profiledbootstrap 2017-04-25 11:18:39 -06:00
dominance.h
domwalk.c Introduce dump_flags_t type and use it instead of int type. 2017-05-17 09:01:36 +00:00
domwalk.h Introduce dump_flags_t type and use it instead of int type. 2017-05-17 09:01:36 +00:00
double-int.c
double-int.h
dse.c
dumpfile.c Remove dump_file_info::dump_file_info and replace it with macro. 2017-05-30 07:35:23 +00:00
dumpfile.h Remove dump_file_info::dump_file_info and replace it with macro. 2017-05-30 07:35:23 +00:00
dwarf2asm.c
dwarf2asm.h
dwarf2cfi.c
dwarf2out.c dwarf2out.c (loc_list_from_tree_1): Do not create DW_OP_GNU_variable_value for DECL_IGNORED_P decls. 2017-05-16 11:00:59 +00:00
dwarf2out.h re PR c++/79821 (SEGV in cc1plus compiling 64-bit stdc++.h.gch/O2g.gch) 2017-03-06 23:51:23 +01:00
edit-context.c Support fix-it hints that add new lines 2017-05-02 19:03:56 +00:00
edit-context.h Eliminate fixit_hint class hierarchy 2017-05-01 19:15:36 +00:00
emit-rtl.c tree.c (array_at_struct_end_p): Handle arrays at struct end with flexarrays more conservatively. 2017-05-04 09:08:01 +00:00
emit-rtl.h
errors.c
errors.h
et-forest.c
et-forest.h
except.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
except.h
exec-tool.in
explow.c
explow.h
expmed.c Patch for RTL expand bug affecting aarch64 vector code. 2017-05-12 18:32:40 -07:00
expmed.h Patch for RTL expand bug affecting aarch64 vector code. 2017-05-12 18:32:40 -07:00
expr.c Patch for RTL expand bug affecting aarch64 vector code. 2017-05-12 18:32:40 -07:00
expr.h
fibonacci_heap.c
fibonacci_heap.h
file-find.c
file-find.h
final.c Add an assert to leaf_function_p to ensure it is not called from a prolog or... 2017-05-18 15:58:33 +00:00
fixed-value.c fixed-value.c (fixed_from_string): Restore use of elt (1) in place of uhigh (). 2017-03-03 11:32:38 +00:00
fixed-value.h
flag-types.h
flags.h
fold-const-call.c
fold-const-call.h
fold-const.c re PR sanitizer/80875 (UBSAN: compile time crash in fold_binary_loc at fold-const.c:9817) 2017-05-26 09:31:36 +00:00
fold-const.h
fp-test.c
function-tests.c
function.c
function.h
fwprop.c re PR rtl-optimization/79405 (Infinite loop in fwprop) 2017-03-31 16:49:53 -06:00
gcc-ar.c
gcc-main.c
gcc-plugin.h
gcc-rich-location.c
gcc-rich-location.h
gcc-symtab.h
gcc.c Do not allow empty argument of -o option (PR driver/31468). 2017-05-15 12:48:35 +00:00
gcc.h
gcov-counter.def
gcov-dump.c Sort options of gcov, gcov-dump and gcov-tool both in --help and documentation 2017-04-28 12:51:40 +00:00
gcov-io.c Do not call memcpy with a NULL argument (PR gcov-profile/80413). 2017-04-13 11:51:28 +00:00
gcov-io.h gcno file: do not stream block flags (PR gcov-profile/80031). 2017-04-28 12:49:26 +00:00
gcov-iov.c
gcov-tool.c Sort options of gcov, gcov-dump and gcov-tool both in --help and documentation 2017-04-28 12:51:40 +00:00
gcov.c Fix documentation and a ctor in gcov.c 2017-05-02 15:37:41 +00:00
gcse-common.c
gcse-common.h
gcse.c GCSE: Use HOST_WIDE_INT instead of int (PR rtl-optimization/79574). 2017-03-03 11:53:14 +00:00
gcse.h
gdbasan.in
gdbhooks.py
gdbinit.in
gen-pass-instances.awk
genattr-common.c
genattr.c
genattrtab.c genattrtab.c (write_eligible_delay): Verify DELAY_INSN still has a delay slot in the generated code. 2017-04-12 10:08:18 -06:00
genautomata.c Fix numerous typos in comments 2017-04-03 23:30:56 +01:00
gencfn-macros.c
gencheck.c
genchecksum.c
gencodes.c
genconditions.c
genconfig.c
genconstants.c
genemit.c Introduce dump_flags_t type and use it instead of int type. 2017-05-17 09:01:36 +00:00
genenums.c
generic-match-head.c Introduce dump_flags_t type and use it instead of int type. 2017-05-17 09:01:36 +00:00
generic-match.h
genextract.c
genflags.c
gengenrtl.c
gengtype-lex.l
gengtype-parse.c
gengtype-state.c
gengtype.c Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h 2017-05-22 15:36:02 +00:00
gengtype.h Fix numerous typos in comments 2017-04-03 23:30:56 +01:00
genhooks.c
genmatch.c Add -fdump*-folding suboption. 2017-05-25 10:08:02 +00:00
genmddeps.c
genmddump.c
genmodes.c genrecog.c (validate_pattern): Add VEC_SELECT validation. 2017-03-24 15:09:33 +01:00
genmultilib
genopinit.c
genoutput.c
genpeep.c
genpreds.c
genrecog.c allow constructing a auto_vec with a preallocation, and a possibly larger actual allocation size 2017-05-14 00:38:35 +00:00
gensupport.c Fix numerous typos in comments 2017-04-03 23:30:56 +01:00
gensupport.h re PR tree-optimization/79345 (passing yet-uninitialized member as argument to base class constructor should warn (-Wunitialized)) 2017-03-02 10:19:28 +01:00
gentarget-def.c
ggc-common.c
ggc-internal.h
ggc-none.c
ggc-page.c ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i-- check. 2017-05-02 22:39:23 +00:00
ggc-tests.c
ggc.h
gimple-builder.c
gimple-builder.h
gimple-expr.c re PR target/79971 (ICE in const_binop, at fold-const.c:1554 on ARM target with saturated integers) 2017-03-09 13:20:50 +00:00
gimple-expr.h
gimple-fold.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
gimple-fold.h PR middle-end/77671 - missing -Wformat-overflow warning on sprintf overflow with %s 2017-05-14 11:50:28 -06:00
gimple-iterator.c
gimple-iterator.h
gimple-laddress.c
gimple-low.c
gimple-low.h
gimple-match-head.c
gimple-match.h
gimple-predict.h
gimple-pretty-print.c Simplify usage of some TDF_* flags. 2017-05-26 14:45:59 +00:00
gimple-pretty-print.h Introduce dump_flags_t type and use it instead of int type. 2017-05-17 09:01:36 +00:00
gimple-ssa-backprop.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
gimple-ssa-isolate-paths.c
gimple-ssa-nonnull-compare.c
gimple-ssa-split-paths.c re PR tree-optimization/79390 (10% performance drop in SciMark2 LU after r242550) 2017-04-12 09:41:02 +00:00
gimple-ssa-sprintf.c PR middle-end/77671 - missing -Wformat-overflow warning on sprintf overflow with %s 2017-05-14 11:50:28 -06:00
gimple-ssa-store-merging.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
gimple-ssa-strength-reduction.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
gimple-ssa-warn-alloca.c re PR tree-optimization/80109 (ICE in get_range_info, at tree-ssanames.c:375) 2017-03-21 16:21:14 +00:00
gimple-ssa.h
gimple-streamer-in.c
gimple-streamer-out.c
gimple-streamer.h
gimple-walk.c
gimple-walk.h
gimple.c
gimple.def
gimple.h
gimplify-me.c
gimplify-me.h
gimplify.c gimplify_modify_expr: avoid DECL_DEBUG_EXPR links across functions 2017-05-30 15:34:00 +00:00
gimplify.h
glimits.h
godump.c
graph.c Introduce dump_flags_t type and use it instead of int type. 2017-05-17 09:01:36 +00:00
graph.h
graphds.c
graphds.h
graphite-dependences.c
graphite-isl-ast-to-gimple.c re PR tree-optimization/80906 (ICE in copy_loop_close_phi_args, at graphite-isl-ast-to-gimple.c:2094) 2017-05-31 07:09:21 +00:00
graphite-optimize-isl.c
graphite-poly.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
graphite-scop-detection.c Introduce dump_flags_t type and use it instead of int type. 2017-05-17 09:01:36 +00:00
graphite-sese-to-poly.c
graphite.c
graphite.h
gsstruct.def
gstab.h
gsyms.h
gsyslimits.h
gtm-builtins.def
haifa-sched.c move several bitmaps from gc memory to the default obstack and use auto_bitmap 2017-05-14 00:38:53 +00:00
hard-reg-set.h
hash-map-tests.c
hash-map-traits.h
hash-map.h
hash-set-tests.c
hash-set.h
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
hsa-brig-format.h
hsa-brig.c
hsa-builtins.def
hsa-common.c
hsa-common.h use auto_bitmap more 2017-05-14 00:38:48 +00:00
hsa-dump.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
hsa-gen.c use auto_bitmap more 2017-05-14 00:38:48 +00:00
hsa-regalloc.c
hw-doloop.c
hw-doloop.h
hwint.c
hwint.h
ifcvt.c re PR rtl-optimization/80491 (Compiler regression for long-add case.) 2017-04-29 18:18:11 +02:00
ifcvt.h re PR tree-optimization/79390 (10% performance drop in SciMark2 LU after r242550) 2017-04-04 19:52:27 +02:00
inchash.c
inchash.h
incpath.c
incpath.h
init-regs.c use auto_bitmap more 2017-05-14 00:38:48 +00:00
input.c Fix numerous typos in comments 2017-04-03 23:30:56 +01:00
input.h
insn-addr.h
insn-notes.def
internal-fn.c OpenMP/PTX privatization in SIMD regions 2017-03-28 20:24:57 +03:00
internal-fn.def OpenMP/PTX privatization in SIMD regions 2017-03-28 20:24:57 +03:00
internal-fn.h
intl.c
intl.h
ipa-chkp.c
ipa-chkp.h
ipa-comdats.c
ipa-cp.c Introduce symtab_node::dump_{asm_,}name functions. 2017-05-23 14:39:11 +00:00
ipa-devirt.c Introduce symtab_node::dump_{asm_,}name functions. 2017-05-23 14:39:11 +00:00
ipa-fnsummary.c cgraphunit.c (symbol_table::process_new_functions): Update. 2017-05-23 16:20:53 +00:00
ipa-fnsummary.h cgraphunit.c (symbol_table::process_new_functions): Update. 2017-05-23 16:20:53 +00:00
ipa-hsa.c Miscellaneous optimization group fixes 2017-02-28 09:42:06 +01:00
ipa-icf-gimple.c
ipa-icf-gimple.h
ipa-icf.c Introduce symtab_node::dump_{asm_,}name functions. 2017-05-23 14:39:11 +00:00
ipa-icf.h
ipa-inline-analysis.c ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove. 2017-05-23 10:59:35 +00:00
ipa-inline-transform.c Introduce symtab_node::dump_{asm_,}name functions. 2017-05-23 14:39:11 +00:00
ipa-inline.c cgraphunit.c (symbol_table::process_new_functions): Update. 2017-05-23 16:20:53 +00:00
ipa-inline.h ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove. 2017-05-23 10:59:35 +00:00
ipa-polymorphic-call.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
ipa-predicate.c ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove. 2017-05-23 10:59:35 +00:00
ipa-predicate.h ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove. 2017-05-23 10:59:35 +00:00
ipa-profile.c Introduce symtab_node::dump_{asm_,}name functions. 2017-05-23 14:39:11 +00:00
ipa-prop.c Introduce symtab_node::dump_{asm_,}name functions. 2017-05-23 14:39:11 +00:00
ipa-prop.h Remove ipa_update_after_lto_read 2017-05-03 18:49:47 +02:00
ipa-pure-const.c Introduce symtab_node::dump_{asm_,}name functions. 2017-05-23 14:39:11 +00:00
ipa-ref.c
ipa-ref.h
ipa-reference.c Introduce symtab_node::dump_{asm_,}name functions. 2017-05-23 14:39:11 +00:00
ipa-reference.h
ipa-split.c ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove. 2017-05-23 10:59:35 +00:00
ipa-utils.c Introduce symtab_node::dump_{asm_,}name functions. 2017-05-23 14:39:11 +00:00
ipa-utils.h
ipa-visibility.c re PR c++/69953 (Using lto causes gtkmm/gparted and gtkmm/inkscape compile to fail) 2017-04-13 08:04:52 +00:00
ipa.c cgraphunit.c (symbol_table::process_new_functions): Update. 2017-05-23 16:20:53 +00:00
ira-build.c
ira-color.c re PR rtl-optimization/70703 (Regression in register usage on x86) 2017-04-07 16:06:28 +00:00
ira-conflicts.c
ira-costs.c
ira-emit.c
ira-int.h
ira-lives.c
ira.c move several bitmaps from gc memory to the default obstack and use auto_bitmap 2017-05-14 00:38:53 +00:00
ira.h
is-a.h
jump.c
langhooks-def.h toplev.c (general_init): Call register dump lang hook. 2017-05-19 13:10:36 +00:00
langhooks.c toplev.c (general_init): Call register dump lang hook. 2017-05-19 13:10:36 +00:00
langhooks.h toplev.c (general_init): Call register dump lang hook. 2017-05-19 13:10:36 +00:00
lcm.c make inverted_post_order_compute() operate on a vec 2017-05-14 00:39:23 +00:00
lcm.h
libfuncs.h
limitx.h
limity.h
lists.c
lock-and-run.sh
loop-doloop.c re PR rtl-optimization/80112 (ICE in doloop_condition_get at loop-doloop.c:158) 2017-03-24 14:37:01 +01:00
loop-init.c
loop-invariant.c use auto_bitmap more 2017-05-14 00:38:48 +00:00
loop-iv.c
loop-unroll.c Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum. 2017-05-18 14:23:46 +00:00
loop-unroll.h
lower-subreg.c use auto_bitmap more 2017-05-14 00:38:48 +00:00
lower-subreg.h
lra-assigns.c re PR target/80160 (operand has impossible constraints) 2017-03-25 01:12:04 +00:00
lra-coalesce.c
lra-constraints.c use auto_bitmap more with alternate obstacks 2017-05-14 00:38:59 +00:00
lra-eliminations.c target.def (compute_frame_layout): New optional target hook. 2017-05-08 17:44:36 +00:00
lra-int.h
lra-lives.c make inverted_post_order_compute() operate on a vec 2017-05-14 00:39:23 +00:00
lra-remat.c When lra-remat rematerializes an instruction with a clobber, it checks that the clobber does not kill live registers. 2017-05-24 17:06:55 +00:00
lra-spills.c use auto_bitmap more with alternate obstacks 2017-05-14 00:38:59 +00:00
lra.c Fix numerous typos in comments 2017-04-03 23:30:56 +01:00
lra.h
lto-cgraph.c
lto-compress.c
lto-compress.h
lto-opts.c common.opt (fstrict-overflow): Alias negative to fwrapv. 2017-05-02 12:43:47 +00:00
lto-section-in.c
lto-section-names.h
lto-section-out.c
lto-streamer-in.c lto-streamer-in.c (lto_input_data_block): Adjust T const cast to avoid warning. 2017-05-25 01:21:01 +00:00
lto-streamer-out.c re PR target/79671 (mapnik miscompilation on armv7hl since r235622) 2017-04-12 07:35:49 +00:00
lto-streamer.c Remove LTO_STREAMER_DEBUG (PR lto/79489). 2017-05-02 15:00:47 +00:00
lto-streamer.h ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove. 2017-05-23 10:59:35 +00:00
lto-wrapper.c common.opt (fstrict-overflow): Alias negative to fwrapv. 2017-05-02 12:43:47 +00:00
machmode.def
machmode.h
main.c
match.pd re PR bootstrap/80887 (gnat bootstrap fails at s-regpat.o: raised STORAGE_ERROR : stack overflow or erroneous memory access) 2017-05-27 09:46:12 +02:00
mcf.c
mem-stats-traits.h
mem-stats.h
memmodel.h
memory-block.cc
memory-block.h
mkconfig.sh
mode-classes.def
mode-switching.c
modulo-sched.c Fix numerous typos in comments 2017-04-03 23:30:56 +01:00
multiple_target.c Do not ICE on an invalid input for MV. 2017-03-14 14:24:49 +00:00
omp-builtins.def
omp-expand.c Use "oacc kernels" attribute for OpenACC kernels 2017-05-12 11:02:55 +02:00
omp-expand.h
omp-general.c Use "oacc kernels" attribute for OpenACC kernels 2017-05-12 11:02:55 +02:00
omp-general.h Use "oacc kernels" attribute for OpenACC kernels 2017-05-12 11:02:55 +02:00
omp-grid.c
omp-grid.h
omp-low.c Remove unused "default_kind" member from gcc/omp-low.c's "struct omp_context" 2017-05-23 18:00:56 +02:00
omp-low.h
omp-offload.c OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length clauses 2017-05-23 17:47:32 +02:00
omp-offload.h
omp-simd-clone.c Miscellaneous optimization group fixes 2017-02-28 09:42:06 +01:00
opt-functions.awk
opt-gather.awk
opt-include.awk
opt-read.awk
optabs-libfuncs.c
optabs-libfuncs.h
optabs-query.c
optabs-query.h
optabs-tree.c
optabs-tree.h
optabs.c Patch for RTL expand bug affecting aarch64 vector code. 2017-05-12 18:32:40 -07:00
optabs.def
optabs.h Patch for RTL expand bug affecting aarch64 vector code. 2017-05-12 18:32:40 -07:00
optc-gen.awk
optc-save-gen.awk
opth-gen.awk
opts-common.c
opts-diagnostic.h
opts-global.c
opts.c common.opt (fstrict-overflow): Alias negative to fwrapv. 2017-05-02 12:43:47 +00:00
opts.h
output.h
params-enum.h
params-list.h
params-options.h
params.c
params.def Bound partial-inlining-entry-probability param (PR ipa/80663). 2017-05-26 11:05:52 +00:00
params.h
pass_manager.h re PR bootstrap/79814 (pass-instances.def:36:14: error: ‘*<unknown>.gcc::pass_manager::pass_warn_unused_result_1’ is used uninitialized in this function) 2017-04-24 07:33:20 +00:00
passes.c Move symtab_node::dump_table to symbol_table::dump 2017-05-23 14:28:35 +00:00
passes.def cgraphunit.c (symbol_table::process_new_functions): Update. 2017-05-23 16:20:53 +00:00
plugin.c plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637) 2017-05-16 07:44:33 +00:00
plugin.def
plugin.h
postreload-gcse.c
postreload.c
predict.c Introduce symtab_node::dump_{asm_,}name functions. 2017-05-23 14:39:11 +00:00
predict.def Fix coding style. 2017-05-30 07:16:04 +00:00
predict.h
prefix.c
prefix.h
pretty-print.c C++ template type diff printing 2017-05-30 20:38:14 +00:00
pretty-print.h C++ template type diff printing 2017-05-30 20:38:14 +00:00
print-rtl-function.c
print-rtl.c move several bitmaps from gc memory to the default obstack and use auto_bitmap 2017-05-14 00:38:53 +00:00
print-rtl.h move several bitmaps from gc memory to the default obstack and use auto_bitmap 2017-05-14 00:38:53 +00:00
print-tree.c Simplify usage of some TDF_* flags. 2017-05-26 14:45:59 +00:00
print-tree.h
profile.c Make gcno more precise about BBs really belonging to a line (PR gcov-profile/79891). 2017-04-28 12:51:05 +00:00
profile.h
read-md.c
read-md.h
read-rtl-function.c Fix out-of-bounds write in RTL function reader (PR bootstrap/79952) 2017-03-10 18:39:52 +00:00
read-rtl-function.h
read-rtl.c
real.c Fix comparison of decimal float zeroes (PR80692) 2017-05-17 23:57:23 +02:00
real.h
realmpfr.c
realmpfr.h
recog.c alias.c (struct alias_set_entry): Pack properly. 2017-03-14 12:47:42 +00:00
recog.h
ree.c
reg-notes.def re PR target/80102 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2330) 2017-03-27 23:00:35 +02:00
reg-stack.c
regcprop.c regcprop.c (maybe_mode_change): Avoid creating copies of the stack pointer. 2017-04-18 09:00:43 -06:00
regcprop.h
reginfo.c re PR rtl-optimization/79728 (ICE in setup_pressure_classes, at ira.c:912) 2017-03-14 11:50:46 -06:00
regrename.c
regrename.h
regs.h re PR rtl-optimization/79728 (ICE in setup_pressure_classes, at ira.c:912) 2017-03-14 11:50:46 -06:00
regset.h
regstat.c
reload.c reload.c (find_reloads): When reloading a nonoffsettable address... 2017-03-17 15:39:28 +00:00
reload.h
reload1.c target.def (compute_frame_layout): New optional target hook. 2017-05-08 17:44:36 +00:00
reorg.c reorg.c (relax_delay_slots): Create a new variable to hold the temporary target rather than clobbering... 2017-05-15 11:21:31 -06:00
resource.c
resource.h
rtl-chkp.c
rtl-chkp.h
rtl-error.c Eliminate report_diagnostic macro 2017-05-05 21:01:05 +00:00
rtl-error.h
rtl-iter.h
rtl-tests.c
rtl.c
rtl.def
rtl.h alias.c (struct alias_set_entry): Pack properly. 2017-03-14 12:47:42 +00:00
rtlanal.c * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes. 2017-05-11 09:10:01 +00:00
rtlhash.c
rtlhash.h
rtlhooks-def.h
rtlhooks.c
run-rtl-passes.c
run-rtl-passes.h
sancov.c re PR sanitizer/80444 (-fcompare-debug failures with -fsanitize-coverage=trace-pc) 2017-04-18 17:02:06 +02:00
sanitizer.def
sanopt.c
sbitmap.c
sbitmap.h
sched-deps.c
sched-ebb.c
sched-int.h
sched-rgn.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
selftest-rtl.c
selftest-rtl.h
selftest-run-tests.c
selftest.c
selftest.h
sese.c re PR tree-optimization/80048 (gcc/sese.c: PVS-Studio: Improper Release of Memory Before Removing Last Reference (CWE-401)) 2017-03-17 11:03:32 +00:00
sese.h
shrink-wrap.c make more vars auto_sbitmaps 2017-05-14 00:39:08 +00:00
shrink-wrap.h
signop.h
simplify-rtx.c PR 75964: Invalid integer ABS handling in simplify-rtx.c 2017-05-06 07:44:13 +00:00
sparseset.c
sparseset.h
spellcheck-tree.c
spellcheck-tree.h
spellcheck.c
spellcheck.h
sreal.c sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h and data-streamer.h 2017-04-26 09:57:38 +00:00
sreal.h sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h and data-streamer.h 2017-04-26 09:57:38 +00:00
ssa-iterators.h
ssa.h
stab.def
stack-ptr-mod.c
statistics.c Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum. 2017-05-18 14:23:46 +00:00
statistics.h
stmt.c tree-cfg.c (gimple_seq_unreachable_p): New function. 2017-05-10 11:44:45 -05:00
stmt.h
stor-layout.c dumpfle.h (dump_function): Declare here ... 2017-05-11 15:48:51 +00:00
stor-layout.h
store-motion.c store-motion.c (remove_reachable_equiv_notes): Reformat long lines. 2017-05-05 23:24:41 +00:00
streamer-hooks.c
streamer-hooks.h
stringpool.c
stringpool.h
substring-locations.c Eliminate report_diagnostic macro 2017-05-05 21:01:05 +00:00
substring-locations.h
symbol-summary.h call_summary to keep info about cgraph_edges 2017-05-03 18:41:39 +02:00
symtab.c Introduce symtab_node::dump_{asm_,}name functions. 2017-05-23 14:39:11 +00:00
sync-builtins.def
system.h system.h (HAVE_DESIGNATED_INITIALIZERS): Fix non C++ case. 2017-03-27 11:53:35 -06:00
target-def.h
target-globals.c
target-globals.h
target-hooks-macros.h
target-insns.def OpenMP/PTX privatization in SIMD regions 2017-03-28 20:24:57 +03:00
target.def target.def (compute_frame_layout): New optional target hook. 2017-05-08 17:44:36 +00:00
target.h re PR tree-optimization/79390 (10% performance drop in SciMark2 LU after r242550) 2017-04-04 19:52:27 +02:00
targhooks.c
targhooks.h re PR tree-optimization/79390 (10% performance drop in SciMark2 LU after r242550) 2017-04-04 19:52:27 +02:00
timevar.c
timevar.def timevar.def: Add TV_CONSTEXPR. 2017-05-03 14:50:20 -04:00
timevar.h
tlink.c
toplev.c toplev.c (general_init): Call register dump lang hook. 2017-05-19 13:10:36 +00:00
toplev.h
tracer.c
tracer.h
trans-mem.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
trans-mem.h
tree-affine.c re PR tree-optimization/80153 (ivopt generate wrong code) 2017-04-10 16:51:44 +00:00
tree-affine.h tree-affine.h (aff_combination_type): New interface. 2017-05-11 09:25:30 +00:00
tree-call-cdce.c re PR tree-optimization/80218 (tree-call-cdce does not update block frequencies) 2017-03-28 09:14:36 -06:00
tree-cfg.c Simplify usage of some TDF_* flags. 2017-05-26 14:45:59 +00:00
tree-cfg.h Introduce dump_flags_t type and use it instead of int type. 2017-05-17 09:01:36 +00:00
tree-cfgcleanup.c re PR tree-optimization/80549 (wrong code at -O2 and -O3 in both 32-bit and 64-bit modes on x86_64-linux-gnu (executable does not terminate)) 2017-05-02 11:24:52 +00:00
tree-cfgcleanup.h
tree-chkp-opt.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-chkp.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-chkp.h
tree-chrec.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-chrec.h
tree-complex.c
tree-core.h OpenACC 2.5 default (present) clause 2017-05-19 15:32:48 +02:00
tree-data-ref.c * tree-vect-loop-manip.c (create_intersect_range_checks_index) 2017-05-31 09:03:27 +00:00
tree-data-ref.h * tree-vect-loop-manip.c (create_intersect_range_checks_index) 2017-05-31 09:03:27 +00:00
tree-dfa.c Introduce dump_flags_t type and use it instead of int type. 2017-05-17 09:01:36 +00:00
tree-dfa.h Introduce dump_flags_t type and use it instead of int type. 2017-05-17 09:01:36 +00:00
tree-diagnostic.c C++ template type diff printing 2017-05-30 20:38:14 +00:00
tree-diagnostic.h C++ template type diff printing 2017-05-30 20:38:14 +00:00
tree-dump.c Introduce dump_flags_t type and use it instead of int type. 2017-05-17 09:01:36 +00:00
tree-dump.h Introduce dump_flags_t type and use it instead of int type. 2017-05-17 09:01:36 +00:00
tree-eh.c re PR c++/80075 (ICE: "statement marked for throw, but doesn’t" with -fnon-call-exceptions) 2017-03-17 12:48:56 +00:00
tree-eh.h
tree-emutls.c
tree-hash-traits.h
tree-hasher.h
tree-if-conv.c
tree-if-conv.h
tree-inline.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-inline.h OpenMP/PTX privatization in SIMD regions 2017-03-28 20:24:57 +03:00
tree-into-ssa.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-into-ssa.h
tree-iterator.c
tree-iterator.h
tree-loop-distribution.c use auto_bitmap more 2017-05-14 00:38:48 +00:00
tree-nested.c dumpfle.h (dump_function): Declare here ... 2017-05-11 15:48:51 +00:00
tree-nested.h
tree-nrv.c re PR target/80310 (Bogus -Wpsabi warning with -fsanitize=signed-integer-overflow) 2017-04-05 07:25:18 +02:00
tree-object-size.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-object-size.h
tree-outof-ssa.c
tree-outof-ssa.h
tree-parloops.c tree-vectorizer.h (struct _stmt_vec_info): Add reduc_type and reduc_def fields. 2017-05-30 13:21:44 +00:00
tree-parloops.h
tree-pass.h cgraphunit.c (symbol_table::process_new_functions): Update. 2017-05-23 16:20:53 +00:00
tree-phinodes.c
tree-phinodes.h
tree-predcom.c use auto_bitmap more 2017-05-14 00:38:48 +00:00
tree-pretty-print.c OpenACC 2.5 default (present) clause 2017-05-19 15:32:48 +02:00
tree-pretty-print.h Introduce dump_flags_t type and use it instead of int type. 2017-05-17 09:01:36 +00:00
tree-profile.c
tree-scalar-evolution.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-scalar-evolution.h
tree-sra.c Introduce symtab_node::dump_{asm_,}name functions. 2017-05-23 14:39:11 +00:00
tree-ssa-address.c tree-ssa-address.c: Include header file. 2017-05-11 09:51:41 +00:00
tree-ssa-address.h tree-ssa-address.c (struct mem_address): Move to header file. 2017-05-11 09:27:55 +00:00
tree-ssa-alias.c tree-ssa-alias.c (get_continuation_for_phi): Improve looking for the last VUSE which def dominates the PHI. 2017-05-04 13:29:08 +00:00
tree-ssa-alias.h re PR tree-optimization/79345 (passing yet-uninitialized member as argument to base class constructor should warn (-Wunitialized)) 2017-03-02 13:42:05 +00:00
tree-ssa-ccp.c re PR tree-optimization/80842 (ICE at -O3 on x86_64-linux-gnu in "set_lattice_value") 2017-05-26 07:19:00 +00:00
tree-ssa-ccp.h
tree-ssa-coalesce.c use auto_bitmap more 2017-05-14 00:38:48 +00:00
tree-ssa-coalesce.h
tree-ssa-copy.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-ssa-dce.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-ssa-dom.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-ssa-dom.h
tree-ssa-dse.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-ssa-forwprop.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-ssa-ifcombine.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-ssa-live.c Introduce dump_flags_t type and use it instead of int type. 2017-05-17 09:01:36 +00:00
tree-ssa-live.h Introduce dump_flags_t type and use it instead of int type. 2017-05-17 09:01:36 +00:00
tree-ssa-loop-ch.c
tree-ssa-loop-im.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-ssa-loop-ivcanon.c Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum. 2017-05-18 14:23:46 +00:00
tree-ssa-loop-ivopts.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-ssa-loop-ivopts.h tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p): Move from ... 2017-05-11 09:38:22 +00:00
tree-ssa-loop-manip.c Cap niter_for_unrolled_loop to upper bound 2017-05-04 11:37:05 +00:00
tree-ssa-loop-manip.h re PR tree-optimization/77536 (Vectorizer not maintaining relationship of relative block frequencies in absence of real profile data) 2017-02-27 10:20:36 +00:00
tree-ssa-loop-niter.c Fix numerous typos in comments 2017-04-03 23:30:56 +01:00
tree-ssa-loop-niter.h
tree-ssa-loop-prefetch.c Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum. 2017-05-18 14:23:46 +00:00
tree-ssa-loop-split.c re PR tree-optimization/79943 (Loop splitting breaks with loops of pointer type) 2017-03-08 11:35:23 +00:00
tree-ssa-loop-unswitch.c
tree-ssa-loop.c Use "oacc kernels" attribute for OpenACC kernels 2017-05-12 11:02:55 +02:00
tree-ssa-loop.h
tree-ssa-math-opts.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-ssa-operands.c
tree-ssa-operands.h
tree-ssa-phionlycprop.c use auto_bitmap more 2017-05-14 00:38:48 +00:00
tree-ssa-phiopt.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-ssa-phiprop.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-ssa-pre.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-ssa-propagate.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-ssa-propagate.h
tree-ssa-reassoc.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-ssa-sccvn.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-ssa-sccvn.h tree-ssa-sccvn.h (has_VN_INFO): Declare. 2017-05-12 12:04:31 +00:00
tree-ssa-scopedtables.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-ssa-scopedtables.h re PR tree-optimization/71437 (Performance regression after r235817) 2017-03-15 21:19:35 -06:00
tree-ssa-sink.c use auto_bitmap more 2017-05-14 00:38:48 +00:00
tree-ssa-strlen.c [1/2] Add get_next_strinfo helper function 2017-05-31 12:26:03 +00:00
tree-ssa-structalias.c Move symtab_node::dump_table to symbol_table::dump 2017-05-23 14:28:35 +00:00
tree-ssa-tail-merge.c tree-ssa-pre.c (eliminate_dom_walker::before_dom_children): Skip unreachable blocks and destinations. 2017-05-11 09:16:00 +00:00
tree-ssa-ter.c
tree-ssa-ter.h
tree-ssa-threadbackward.c
tree-ssa-threadbackward.h
tree-ssa-threadedge.c re PR tree-optimization/71437 (Performance regression after r235817) 2017-03-16 13:21:33 -06:00
tree-ssa-threadedge.h re PR tree-optimization/71437 (Performance regression after r235817) 2017-03-16 13:21:33 -06:00
tree-ssa-threadupdate.c use auto_bitmap more 2017-05-14 00:38:48 +00:00
tree-ssa-threadupdate.h
tree-ssa-uncprop.c
tree-ssa-uninit.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-ssa.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-ssa.h
tree-ssanames.c Move "(A & C) == D is false when D & ~C != 0" to match.pd 2017-05-25 08:39:37 +00:00
tree-ssanames.h
tree-stdarg.c re PR tree-optimization/79908 (ICE in gimplify_expr (gimplify.c:12155) gimplification failed) 2017-03-23 13:13:44 +00:00
tree-stdarg.h
tree-streamer-in.c Remove LTO_STREAMER_DEBUG (PR lto/79489). 2017-05-02 15:00:47 +00:00
tree-streamer-out.c Remove LTO_STREAMER_DEBUG (PR lto/79489). 2017-05-02 15:00:47 +00:00
tree-streamer.c
tree-streamer.h
tree-switch-conversion.c re PR tree-optimization/80632 (error: invalid PHI argument with -O2) 2017-05-05 18:02:44 +02:00
tree-tailcall.c
tree-vect-data-refs.c Alternative check for vector refs with same alignment 2017-05-31 12:05:10 +00:00
tree-vect-generic.c re PR tree-optimization/79734 (ICE: verify_gimple failed) 2017-03-01 09:34:48 +01:00
tree-vect-loop-manip.c * tree-vect-loop-manip.c (create_intersect_range_checks_index) 2017-05-31 09:03:27 +00:00
tree-vect-loop.c tree-vectorizer.h (struct _stmt_vec_info): Add reduc_type and reduc_def fields. 2017-05-30 13:21:44 +00:00
tree-vect-patterns.c
tree-vect-slp.c Introduce dump_flags_t type and use it instead of int type. 2017-05-17 09:01:36 +00:00
tree-vect-stmts.c re PR tree-optimization/80457 (vectorizable_condition does not update the vectorizer cost model) 2017-05-16 20:18:05 +00:00
tree-vectorizer.c re PR tree-optimization/80844 (OpenMP SIMD doesn't know how to efficiently zero a vector (its stores zeros and reloads)) 2017-05-26 07:14:52 +00:00
tree-vectorizer.h tree-vectorizer.h (struct _stmt_vec_info): Add reduc_type and reduc_def fields. 2017-05-30 13:21:44 +00:00
tree-vrp.c Add default value for last argument of dump functions. 2017-05-16 14:51:02 +00:00
tree-vrp.h [PR 78140] Reuse same IPA bits and VR info 2017-03-01 10:37:27 +01:00
tree.c Allow some NOP conversions in (X+CST1)+CST2 in match.pd 2017-05-25 08:45:48 +00:00
tree.def
tree.h * tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure. 2017-05-09 15:15:46 +00:00
treestruct.def
tsan.c re PR sanitizer/80110 (error: statement marked for throw, but doesn’t w/ -fsanitize=thread) 2017-03-22 19:34:44 +01:00
tsan.h
tsystem.h
typeclass.h
typed-splay-tree.c
typed-splay-tree.h
ubsan.c re PR sanitizer/80797 (-fsanitize=null doesn't instrument &s->x) 2017-05-18 07:18:24 +00:00
ubsan.h
valtrack.c
valtrack.h
value-prof.c Introduce symtab_node::dump_{asm_,}name functions. 2017-05-23 14:39:11 +00:00
value-prof.h
var-tracking.c var-tracking.c (track_expr_p): Do not return 0 for tracked record parameters passed indirectly. 2017-05-24 08:12:27 +00:00
varasm.c PR translation/80280 - Missing closing quote (%>) c/semantics.c and c/c-typeck.c 2017-05-04 11:40:05 -06:00
varasm.h
varpool.c
vec.c
vec.h Define CONSTEXPR macro and use it in vec.h. 2017-05-18 14:22:01 +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 wide-int.h (wide_int_storage::operator=): Implement in terms of wi::copy. 2017-03-02 08:02:41 +00:00
xcoff.h
xcoffout.c
xcoffout.h

README.Portability

Copyright (C) 2000-2017 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
---------------

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.