gcc/gcc
Jakub Jelinek b1985ca02e re PR tree-optimization/88464 (AVX-512 vectorization of masked scatter failing with "not suitable for scatter store")
PR tree-optimization/88464
	PR target/88498
	* tree-vect-stmts.c (vect_build_gather_load_calls): For NARROWING
	and mask with integral masktype, don't try to permute mask vectors,
	instead emit VEC_UNPACK_{LO,HI}_EXPR.  Fix up NOP_EXPR operand.
	(vectorizable_store): Handle masked scatters with decl and integral
	mask type.
	(permute_vec_elements): Allow scalar_dest to be NULL.
	* config/i386/i386.c (ix86_get_builtin)
	<case IX86_BUILTIN_GATHER3ALTDIV16SF>: Use lowpart_subreg for masks.
	<case IX86_BUILTIN_GATHER3ALTDIV8SF>: Don't assume mask and src have
	to be the same.

	* gcc.target/i386/avx512f-pr88462-1.c: Rename to ...
	* gcc.target/i386/avx512f-pr88464-1.c: ... this.  Fix up PR number.
	Expect 4 vectorized loops instead of 3.
	(f4): New function.
	* gcc.target/i386/avx512f-pr88462-2.c: Rename to ...
	* gcc.target/i386/avx512f-pr88464-2.c: ... this.  Fix up PR number
	and #include.
	(avx512f_test): Prepare arguments for f4 and check the results.
	* gcc.target/i386/avx512f-pr88464-3.c: New test.
	* gcc.target/i386/avx512f-pr88464-4.c: New test.

From-SVN: r267169
2018-12-15 12:02:28 +01:00
..
ada decl.c (rm_size): Take into account the padding in the case of a record type containing a template. 2018-12-14 11:08:15 +00:00
brig Run selftests for C++ as well as C 2018-10-17 13:56:05 +00:00
c re PR sanitizer/88426 (Compiler crash if use special code with command line switch -fsanitize=float-cast-overflow) 2018-12-11 14:51:44 +01:00
c-family PR c++/88136 - -Wdeprecated-copy false positives 2018-12-06 16:17:08 -05:00
common i386-common.c (processor_names): Add cascadelake. 2018-12-13 08:57:28 +00:00
config re PR tree-optimization/88464 (AVX-512 vectorization of masked scatter failing with "not suitable for scatter store") 2018-12-15 12:02:28 +01:00
cp re PR c++/84644 (internal compiler error: in warn_misplaced_attr_for_class_type, at cp/decl.c:4718) 2018-12-15 09:07:38 +00:00
d Merge dmd upstream e2fe2687b 2018-12-09 15:06:22 +00:00
doc PR tree-optimization/88372 - alloc_size attribute is ignored on function pointers 2018-12-14 15:45:55 -07:00
fortran re PR fortran/88463 (Rejects conforming source, OpenMP Parallel region Default(None) reference to module parameter array, separate source) 2018-12-12 23:49:35 +01:00
ginclude
go runtime: handle DW_EH_PE_absptr in type table encoding 2018-12-12 23:26:58 +00:00
jit Machine-readable diagnostic output (PR other/19165) 2018-11-15 14:32:41 +00:00
lto Minimize clone counter memory usage in LTO. 2018-11-30 22:31:02 +00:00
objc Run selftests for C++ as well as C 2018-10-17 13:56:05 +00:00
objcp Run selftests for C++ as well as C 2018-10-17 13:56:05 +00:00
po Add D front-end, libphobos library, and D2 testsuite. 2018-10-28 19:51:47 +00:00
testsuite re PR tree-optimization/88464 (AVX-512 vectorization of masked scatter failing with "not suitable for scatter store") 2018-12-15 12:02:28 +01:00
ABOUT-GCC-NLS
BASE-VER
COPYING
COPYING.LIB
COPYING3
COPYING3.LIB
ChangeLog re PR tree-optimization/88464 (AVX-512 vectorization of masked scatter failing with "not suitable for scatter store") 2018-12-15 12:02:28 +01: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-2017
ChangeLog.dataflow
ChangeLog.gimple-classes
ChangeLog.graphite
ChangeLog.jit
ChangeLog.lib
ChangeLog.ptr
ChangeLog.tree-ssa
ChangeLog.tuples
DATESTAMP Daily bump. 2018-12-15 00:16:20 +00:00
DEV-PHASE
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
LANGUAGES
Makefile.in re PR bootstrap/88133 (Build fails with host GCC < 4.3) 2018-11-21 14:19:17 +00:00
ONEWS
README.Portability
acinclude.m4
aclocal.m4 Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). 2018-10-31 17:03:16 +00:00
addresses.h
alias.c re PR middle-end/83215 (C++: struct with char-array assumed to alias with everything) 2018-11-20 09:31:06 +00:00
alias.h
align.h
alloc-pool.c
alloc-pool.h Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
asan.c re PR sanitizer/88291 (asan ICE in asan_clear_shadow) 2018-12-02 13:39:26 +01:00
asan.h Make red zone size more flexible for stack variables (PR sanitizer/81715). 2018-11-30 14:25:15 +00:00
attribs.c PR middle-end/81824 - Warn for missing attributes with function aliases 2018-11-09 10:32:52 -07:00
attribs.h PR middle-end/81824 - Warn for missing attributes with function aliases 2018-11-09 10:32:52 -07:00
auto-inc-dec.c gOlogy: fix debug binds in auto-inc-dec 2018-11-06 05:33:40 +00:00
auto-profile.c auto-profile.c (afdo_annotate_cfg): Call update_max_bb_count even if autofdo counts are all zeros. 2018-12-14 05:46:55 +00:00
auto-profile.h
backend.h
basic-block.h
bb-reorder.c bb-reorer.c (find_rarely_executed_basic_blocks_and_crossin_edges): trust precise profiles. 2018-12-02 15:39:45 +00:00
bb-reorder.h
bitmap.c bitmap.c (bitmap_head::crashme): Define. 2018-12-06 11:32:09 +00:00
bitmap.h bitmap.c (bitmap_head::crashme): Define. 2018-12-06 11:32:09 +00:00
brig-builtins.def
bt-load.c
builtin-attrs.def
builtin-types.def builtin-types.def (BT_FN_VOID_BOOL, [...]): New. 2018-11-08 18:13:04 +01:00
builtins.c re PR middle-end/64242 (Longjmp expansion incorrect) 2018-11-30 16:06:51 -07:00
builtins.def
builtins.h builtins.c (unterminated_array): Add new arguments. 2018-10-02 08:08:53 -06:00
caller-save.c
calls.c PR tree-optimization/88372 - alloc_size attribute is ignored on function pointers 2018-12-14 15:45:55 -07:00
calls.h
ccmp.c ccmp.c (ccmp_candidate_p): Use GIMPLE API properly. 2018-12-11 11:07:24 +00:00
ccmp.h
cfg-flags.def
cfg.c cfg.h (struct control_flow_graph): Add edge_flags_allocated and bb_flags_allocated members. 2018-08-24 11:17:16 +00:00
cfg.h cfg.h (class auto_edge_flag): Spell out the template-id of the base class in the initializer list. 2018-08-30 22:28:31 +02:00
cfganal.c cfganal.h (rev_post_order_and_mark_dfs_back_seme): Declare. 2018-08-27 10:55:53 +00:00
cfganal.h cfganal.h (rev_post_order_and_mark_dfs_back_seme): Declare. 2018-08-27 10:55:53 +00:00
cfgbuild.c
cfgbuild.h
cfgcleanup.c re PR rtl-optimization/88470 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2354) 2018-12-14 00:33:57 +01:00
cfgcleanup.h
cfgexpand.c cfgexpand.c (asm_clobber_reg_is_valid): Also produce error when stack pointer is clobbered. 2018-12-11 15:50:51 +00:00
cfgexpand.h
cfghooks.c Improve -fprofile-report. 2018-11-13 15:06:54 +00:00
cfghooks.h Improve -fprofile-report. 2018-11-13 15:06:54 +00:00
cfgloop.c cfg.h (struct control_flow_graph): Add edge_flags_allocated and bb_flags_allocated members. 2018-08-24 11:17:16 +00:00
cfgloop.h
cfgloopanal.c
cfgloopmanip.c
cfgloopmanip.h
cfgrtl.c re PR rtl-optimization/87475 (ICE in patch_jump_insn, at cfgrtl.c:1275) 2018-11-16 17:43:49 +01:00
cfgrtl.h
cgraph.c cgraph: add selftest::symbol_table_test 2018-11-08 14:55:54 +00:00
cgraph.h Minimize clone counter memory usage in create_virtual_clone. 2018-11-30 22:27:11 +00:00
cgraphbuild.c
cgraphclones.c Minimize clone counter memory usage in create_virtual_clone. 2018-11-30 22:27:11 +00:00
cgraphunit.c PR middle-end/81824 - Warn for missing attributes with function aliases 2018-11-09 10:32:52 -07:00
cif-code.def Add a new option -flive-patching={inline-only-static|inline-clone} 2018-11-29 16:06:03 +00:00
collect-utils.c
collect-utils.h
collect2-aix.c
collect2-aix.h
collect2.c collect2.c (linker_select): Add USE_LLD_LD. 2018-11-08 15:05:27 -07:00
collect2.h
color-macros.h
combine-stack-adj.c
combine.c re PR target/54589 (struct offset add should be folded into address calculation) 2018-12-01 08:27:58 +01:00
common.md
common.opt Add a new option -flive-patching={inline-only-static|inline-clone} 2018-11-29 16:06:03 +00:00
compare-elim.c compare-elim.c (struct comparison): Add not_in_a field. 2018-11-19 10:25:35 +00:00
conditions.h
config.build
config.gcc i386-common.c (processor_names): Add cascadelake. 2018-12-13 08:57:28 +00:00
config.host Delete powerpcspe 2018-12-10 20:40:27 +01:00
config.in [RS6000] inline plt call sequences 2018-11-29 15:23:49 +10:30
configure darwin - add configuration support for 'otool' 2018-12-05 21:57:00 +00:00
configure.ac darwin - add configuration support for 'otool' 2018-12-05 21:57:00 +00:00
context.c
context.h
convert.c
convert.h
coretypes.h bitmap.c (bitmap_head::dump): New. 2018-10-17 15:59:25 +00:00
coverage.c coverage.c (get_coverage_counts): Use from_function_decl for precise function location. 2018-11-30 16:54:30 -07:00
coverage.h Remove arc profile histogram in non-LTO mode. 2018-09-21 08:41:17 +00:00
cppbuiltin.c
cppbuiltin.h
cppdefault.c
cppdefault.h
cprop.c
cse.c
cselib.c re PR rtl-optimization/88478 (valgrind error in cselib_record_sets) 2018-12-15 00:17:03 +01:00
cselib.h
cstamp-h.in
data-streamer-in.c
data-streamer-out.c
data-streamer.c
data-streamer.h
dbgcnt.c Fix small coding style issues (PR fortran/87394). 2018-09-25 07:13:59 +00:00
dbgcnt.def
dbgcnt.h
dbxout.c Remove Pascal-related entries in code and comments. 2018-09-25 07:11:05 +00:00
dbxout.h
dce.c
dce.h
ddg.c
ddg.h
debug.c
debug.h
defaults.h
df-core.c
df-problems.c df-problems.c (df_rd_local_compute): Use bitmap_release. 2018-12-06 11:32:52 +00:00
df-scan.c
df.h
dfp.c
dfp.h
diagnostic-color.c
diagnostic-color.h
diagnostic-core.h C++: fix-it hint for missing parentheses 2018-11-30 22:51:18 +00:00
diagnostic-format-json.cc Machine-readable diagnostic output (PR other/19165) 2018-11-15 14:32:41 +00:00
diagnostic-show-locus.c PR preprocessor/83173: Enhance -fdump-internal-locations output 2018-11-27 16:04:31 +00:00
diagnostic.c C++: fix-it hint for missing parentheses 2018-11-30 22:51:18 +00:00
diagnostic.def
diagnostic.h PR preprocessor/83173: Enhance -fdump-internal-locations output 2018-11-27 16:04:31 +00:00
dojump.c dojump.h (do_jump): Delete. 2018-10-02 10:55:33 +00:00
dojump.h dojump.h (do_jump): Delete. 2018-10-02 10:55:33 +00:00
dominance.c
dominance.h
domwalk.c
domwalk.h
double-int.c
double-int.h
dse.c [PR87815]Don't generate shift sequence for load replacement in DSE when the mode size is not compile-time constant 2018-11-12 16:47:24 +00:00
dump-context.h Fix missing dump_impl_location_t values, using a new dump_metadata_t 2018-11-27 00:55:28 +00:00
dumpfile.c Fix missing dump_impl_location_t values, using a new dump_metadata_t 2018-11-27 00:55:28 +00:00
dumpfile.h Fix missing dump_impl_location_t values, using a new dump_metadata_t 2018-11-27 00:55:28 +00:00
dwarf2asm.c
dwarf2asm.h
dwarf2cfi.c re PR rtl-optimization/88390 (g++.dg/tree-prof/pr57451.C FAILs) 2018-12-08 11:07:53 +00:00
dwarf2out.c [PATCH 1/3][GCC] Add new target hook asm_post_cfi_startproc 2018-12-14 15:52:05 +00:00
dwarf2out.h
early-remat.c
edit-context.c Remove unused functions and fields. 2018-09-25 07:13:40 +00:00
edit-context.h
emit-rtl.c emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes. 2018-08-24 16:42:32 +02:00
emit-rtl.h emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes. 2018-08-24 16:42:32 +02:00
errors.c
errors.h
et-forest.c
et-forest.h
except.c
except.h
exec-tool.in
explow.c [PATCH][PR84877]Dynamically align the address for local parameter copy on the stack when required alignment is larger than MAX_SUPPORTED_STACK_ALIGNMENT 2018-11-21 14:29:19 +00:00
explow.h [PATCH][PR84877]Dynamically align the address for local parameter copy on the stack when required alignment is larger than MAX_SUPPORTED_STACK_ALIGNMENT 2018-11-21 14:29:19 +00:00
expmed.c [pr82089] Don't sign-extend SFV 1 in BImode 2018-09-27 11:15:48 +00:00
expmed.h
expr.c re PR c++/82294 (Array of objects with constexpr constructors initialized from space-inefficient memory image) 2018-12-14 20:37:38 +01:00
expr.h re PR c++/82294 (Array of objects with constexpr constructors initialized from space-inefficient memory image) 2018-12-14 20:37:38 +01:00
fibonacci_heap.c
fibonacci_heap.h
file-find.c
file-find.h
file-prefix-map.c
file-prefix-map.h
final.c re PR target/85593 (GCC on ARM allocates R3 for local variable when calling naked function with O2 optimizations enabled) 2018-12-07 00:41:04 +01:00
fixed-value.c
fixed-value.h
flag-types.h Add a new option -flive-patching={inline-only-static|inline-clone} 2018-11-29 16:06:03 +00:00
flags.h
fold-const-call.c
fold-const-call.h
fold-const.c re PR testsuite/85368 (phi-opt-11 test fails on IBM Z) 2018-12-01 00:26:41 +01:00
fold-const.h builtins.c (c_strlen): Handle not zero terminated STRING_CSTs correctly. 2018-09-13 19:49:38 -06:00
fp-test.c
function-tests.c
function.c match_asm_constraints: Use copy_rtx where needed (PR88001) 2018-12-14 09:29:34 +01:00
function.h
fwprop.c re PR middle-end/87852 (FAIL: gcc.c-torture/execute/pr53465.c) 2018-11-05 08:04:49 +00:00
gcc-ar.c Make the gcc-ar,nm, strip tools respond correctly to --help and --version 2018-08-22 12:12:46 +00:00
gcc-main.c
gcc-plugin.h
gcc-rich-location.c Less verbose fix-it hints for missing header files (PR 87091) 2018-08-27 14:02:05 +00:00
gcc-rich-location.h Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
gcc-symtab.h
gcc.c Support simd function declarations via a pre-include. 2018-11-27 13:06:48 +00:00
gcc.h [PATCH] internalize a driver fn 2018-09-09 07:42:17 +00:00
gcov-counter.def
gcov-dump.c Remove arc profile histogram in non-LTO mode. 2018-09-21 08:41:17 +00:00
gcov-io.c Remove arc profile histogram in non-LTO mode. 2018-09-21 08:41:17 +00:00
gcov-io.h Remove arc profile histogram in non-LTO mode. 2018-09-21 08:41:17 +00:00
gcov-iov.c
gcov-tool.c Fix small coding style issues (PR fortran/87394). 2018-09-25 07:13:59 +00:00
gcov.c gcov: do not ICE on NULL string in JSON export. 2018-11-27 16:30:27 +00:00
gcse-common.c
gcse-common.h
gcse.c
gcse.h
gdbasan.in
gdbhooks.py
gdbinit.in gdbinit.in (pp): New macro. 2018-12-13 12:45:40 -05:00
gen-pass-instances.awk
genattr-common.c
genattr.c
genattrtab.c Change EQ_ATTR_ALT to support up to 64 alternatives 2018-09-24 15:01:57 +00:00
genautomata.c
gencfn-macros.c
gencheck.c
genchecksum.c
gencodes.c
genconditions.c
genconfig.c
genconstants.c
genemit.c
genenums.c
generic-match-head.c re PR tree-optimization/85726 (div C1 to div C2 match.pd suboptimization) 2018-12-06 11:45:47 +01:00
generic-match.h
genextract.c
genflags.c
gengenrtl.c
gengtype-lex.l
gengtype-parse.c
gengtype-state.c
gengtype.c bitmap.c (bitmap_head::crashme): Define. 2018-12-06 11:32:09 +00:00
gengtype.h
genhooks.c Add D front-end, libphobos library, and D2 testsuite. 2018-10-28 19:51:47 +00:00
genmatch.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
genmddeps.c
genmddump.c
genmodes.c emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes. 2018-08-24 16:42:32 +02:00
genmultilib
genopinit.c
genoutput.c
genpeep.c
genpreds.c genpreds.c (write_predicate_subfunction): Also add ATTRIBUTE_UNUSED to OP parmeter of generated function. 2018-08-28 22:54:44 +01:00
genrecog.c
gensupport.c gensupport.c (add_predicate_code): Properly handle ZERO_EXTRACT as an lvalue. 2018-11-15 01:02:09 +00:00
gensupport.h
gentarget-def.c
ggc-common.c Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
ggc-internal.h
ggc-none.c
ggc-page.c Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
ggc-tests.c
ggc.h
gimple-builder.c
gimple-builder.h
gimple-expr.c
gimple-expr.h
gimple-fold.c gimple-fold.c (size_must_be_zero_p): Use value_range API instead of performing ad-hoc calculations. 2018-11-09 09:52:32 +00:00
gimple-fold.h builtins.c (unterminated_array): New. 2018-09-14 12:23:58 -06:00
gimple-iterator.c
gimple-iterator.h
gimple-laddress.c
gimple-loop-interchange.cc Ensure that dump calls are guarded with dump_enabled_p 2018-11-13 16:10:13 +00:00
gimple-loop-jam.c re PR tree-optimization/87360 (ICE in remove_redundant_iv_tests at gcc/tree-ssa-loop-ivcanon.c:571 since r255467) 2018-12-05 12:05:59 +01:00
gimple-low.c re PR c/87028 (false positive -Wstringop-truncation strncpy with global variable source string) 2018-12-05 16:10:08 -07:00
gimple-low.h
gimple-match-head.c re PR tree-optimization/85726 (div C1 to div C2 match.pd suboptimization) 2018-12-06 11:45:47 +01:00
gimple-match.h re PR tree-optimization/86659 (gnat.dg/sso/q[23].adb FAIL) 2018-10-09 17:16:24 +00:00
gimple-predict.h
gimple-pretty-print.c asm inline 2018-12-06 18:56:58 +01:00
gimple-pretty-print.h
gimple-ssa-backprop.c Use FOR_EACH_IMM_USE_FAST in gimple-ssa-backprop.c 2018-10-08 18:58:59 +00:00
gimple-ssa-evrp-analyze.c gimple-ssa-evrp-analyze.h (class evrp_range_analyzer): Add m_update_global_ranges member. 2018-12-07 10:02:11 -07:00
gimple-ssa-evrp-analyze.h gimple-ssa-evrp-analyze.h (class evrp_range_analyzer): Add m_update_global_ranges member. 2018-12-07 10:02:11 -07:00
gimple-ssa-evrp.c gimple-ssa-evrp-analyze.h (class evrp_range_analyzer): Add m_update_global_ranges member. 2018-12-07 10:02:11 -07:00
gimple-ssa-isolate-paths.c gOlogy: do not change code in isolate-paths for warnings only 2018-10-24 21:55:39 +00:00
gimple-ssa-nonnull-compare.c
gimple-ssa-split-paths.c gimple-ssa-split-paths.c (is_feasible_trace): Remove duplicated code block. 2018-12-14 09:26:05 +00:00
gimple-ssa-sprintf.c PR tree-optimization/87096 - Optimised snprintf is not POSIX conformant 2018-12-14 15:38:08 -07:00
gimple-ssa-store-merging.c re PR tree-optimization/87859 (store-merging miscompilation of mesa) 2018-11-05 11:28:19 +01:00
gimple-ssa-strength-reduction.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
gimple-ssa-warn-alloca.c bitmap.c (bitmap_head::dump): New. 2018-10-17 15:59:25 +00:00
gimple-ssa-warn-restrict.c PR tree-optimization/86196 - Bogus -Wrestrict on memcpy between array elements at unequal indices 2018-12-10 18:22:08 -07:00
gimple-ssa-warn-restrict.h
gimple-ssa.h
gimple-streamer-in.c
gimple-streamer-out.c
gimple-streamer.h
gimple-walk.c
gimple-walk.h
gimple.c re PR middle-end/88448 (gnat.dg/opt66.adb etc. FAIL) 2018-12-11 13:00:49 +00:00
gimple.def builtin-types.def (BT_FN_VOID_BOOL, [...]): New. 2018-11-08 18:13:04 +01:00
gimple.h asm inline 2018-12-06 18:56:58 +01:00
gimplify-me.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
gimplify-me.h
gimplify.c re PR c++/82294 (Array of objects with constexpr constructors initialized from space-inefficient memory image) 2018-12-14 20:37:38 +01:00
gimplify.h
glimits.h
godump.c Fix small coding style issues (PR fortran/87394). 2018-09-25 07:13:59 +00:00
graph.c
graph.h
graphds.c
graphds.h
graphite-dependences.c
graphite-isl-ast-to-gimple.c graphite: add missing dump_enabled_p checks (PR tree-optimization/88015) 2018-11-15 14:01:29 +00:00
graphite-optimize-isl.c Ensure that dump calls are guarded with dump_enabled_p 2018-11-13 16:10:13 +00:00
graphite-poly.c
graphite-scop-detection.c
graphite-sese-to-poly.c graphite: add missing dump_enabled_p checks (PR tree-optimization/88015) 2018-11-15 14:01:29 +00:00
graphite.c Ensure that dump calls are guarded with dump_enabled_p 2018-11-13 16:10:13 +00:00
graphite.h Revert 2018-09-26 08:50:03 -06:00
gsstruct.def
gstab.h
gsyms.h
gsyslimits.h
gtm-builtins.def
haifa-sched.c Reset insn priority after inc/ref replacement 2018-10-19 06:25:30 +00:00
hard-reg-set.h
hash-map-tests.c
hash-map-traits.h
hash-map.h re PR bootstrap/86739 (Bootstrap broken with host GCC 4.1.2) 2018-11-14 17:43:38 +01:00
hash-set-tests.c
hash-set.h
hash-table.c Fix --enable-gather-detailed-mem-stats. 2018-09-14 09:26:27 -04:00
hash-table.h Fix --enable-gather-detailed-mem-stats. 2018-09-14 09:26:27 -04:00
hash-traits.h
highlev-plugin-common.h
hooks.c [PATCH 1/3][GCC] Add new target hook asm_post_cfi_startproc 2018-12-14 15:52:05 +00:00
hooks.h [PATCH 1/3][GCC] Add new target hook asm_post_cfi_startproc 2018-12-14 15:52:05 +00:00
host-default.c
hosthooks-def.h
hosthooks.h
hsa-brig-format.h
hsa-brig.c cfg.h (struct control_flow_graph): Add edge_flags_allocated and bb_flags_allocated members. 2018-08-24 11:17:16 +00:00
hsa-builtins.def
hsa-common.c
hsa-common.h
hsa-dump.c cfg.h (struct control_flow_graph): Add edge_flags_allocated and bb_flags_allocated members. 2018-08-24 11:17:16 +00:00
hsa-gen.c Come up with fndecl_built_in_p. 2018-08-27 12:34:52 +00:00
hsa-regalloc.c cfg.h (struct control_flow_graph): Add edge_flags_allocated and bb_flags_allocated members. 2018-08-24 11:17:16 +00:00
hw-doloop.c
hw-doloop.h
hwint.c
hwint.h
ifcvt.c
ifcvt.h
inchash.c
inchash.h
incpath.c
incpath.h
init-regs.c
input.c Fix ICE in substring locations from macros in header files (PR preprocessor/88257) 2018-11-30 15:57:37 +00:00
input.h Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
insn-addr.h
insn-notes.def
int-vector-builder.h
internal-fn.c [PR87563][AARCH64-SVE]: Don't keep ifcvt loop when COND_<OP> ifn could not be vectorized. 2018-10-15 16:49:05 +00:00
internal-fn.def re PR target/88474 (Inline built-in hypot for -ffast-math) 2018-12-14 18:04:48 +01:00
internal-fn.h [PR87563][AARCH64-SVE]: Don't keep ifcvt loop when COND_<OP> ifn could not be vectorized. 2018-10-15 16:49:05 +00:00
intl.c
intl.h
ipa-comdats.c
ipa-cp.c ipa-cp.c (print_all_lattices): Skip cp clones. 2018-12-13 17:19:08 -07:00
ipa-devirt.c re PR lto/88142 (ICE in lto_warn at ipa-devirt.c:1020 since r265519) 2018-11-22 23:10:57 +00:00
ipa-fnsummary.c re PR ipa/87706 (Inlined functions trigger invalid -Wmissing-profile warning) 2018-11-20 13:25:04 +00:00
ipa-fnsummary.h
ipa-hsa.c Minimize clone counter memory usage in create_virtual_clone. 2018-11-30 22:27:11 +00:00
ipa-icf-gimple.c asm inline 2018-12-06 18:56:58 +01:00
ipa-icf-gimple.h
ipa-icf.c Simplify comparison of attrs in IPA ICF. 2018-10-22 12:04:16 +00:00
ipa-icf.h Simplify comparison of attrs in IPA ICF. 2018-10-22 12:04:16 +00:00
ipa-inline-analysis.c
ipa-inline-transform.c
ipa-inline.c Add a new option -flive-patching={inline-only-static|inline-clone} 2018-11-29 16:06:03 +00:00
ipa-inline.h
ipa-param-manipulation.c Come up with fndecl_built_in_p. 2018-08-27 12:34:52 +00:00
ipa-param-manipulation.h
ipa-polymorphic-call.c
ipa-predicate.c
ipa-predicate.h
ipa-profile.c Fix setting of hotness in non-LTO mode (PR gcov-profile/77698). 2018-11-05 07:32:48 +00:00
ipa-prop.c [PR 88214] Check that an argument is a pointer 2018-12-10 13:45:47 +01:00
ipa-prop.h tree-vrp.h (class value_range_base): New base class for value_range containing all but the m_equiv member. 2018-11-11 08:51:34 +00:00
ipa-pure-const.c ipa-pure-const.c (check_decl): Do not test TYPE_NEEDS_CONSTRUCTING. 2018-11-06 12:46:46 +00:00
ipa-ref.c
ipa-ref.h
ipa-reference.c Come up with -fipa-reference-addressable flag. 2018-11-09 15:04:52 +00:00
ipa-reference.h
ipa-split.c Come up with fndecl_built_in_p. 2018-08-27 12:34:52 +00:00
ipa-utils.c
ipa-utils.h ipa-devirt.c (warn_odr): Make static. 2018-10-26 07:20:01 +00:00
ipa-visibility.c Come up with -fipa-reference-addressable flag. 2018-11-09 15:04:52 +00:00
ipa.c ipa.c (cgraph_build_static_cdtor_1): Add OPTIMIZATION and TARGET parameters. 2018-12-15 10:31:37 +00:00
ira-build.c
ira-color.c
ira-conflicts.c
ira-costs.c re PR rtl-optimization/88349 ([MIPS] Redundant store instructions generated start with r266385) 2018-12-07 16:08:17 +00:00
ira-emit.c
ira-int.h
ira-lives.c re PR rtl-optimization/88033 (ICE on valid code at -O2 and -O3 on x86-64-linux-gnu: in remove_some_program_points_and_update_live_ranges, at lra-lives.c:1179) 2018-11-19 13:35:51 -06:00
ira.c re PR target/88282 (ICE in df_install_refs at gcc/df-scan.c:2379) 2018-12-06 18:41:46 +00:00
ira.h re PR rtl-optimization/86939 (IRA incorrectly creates an interference between a pseudo register and a hard register) 2018-10-05 21:12:30 -05:00
is-a.h
json.cc json.cc: fix comment 2018-11-09 13:25:33 +00:00
json.h GCOV: introduce --json-format. 2018-10-29 12:00:54 +00:00
jump.c
langhooks-def.h
langhooks.c tree.h (BLOCK_ORIGIN): New. 2018-09-28 11:33:29 +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 df-problems.c (df_rd_local_compute): Use bitmap_release. 2018-12-06 11:32:52 +00:00
loop-iv.c
loop-unroll.c Fix missing dump_impl_location_t values, using a new dump_metadata_t 2018-11-27 00:55:28 +00:00
loop-unroll.h
lower-subreg.c re PR rtl-optimization/87507 (IRA unnecessarily uses non-volatile registers during register assignment) 2018-11-13 20:17:35 -06:00
lower-subreg.h
lra-assigns.c re PR rtl-optimization/88414 (ICE in lra_assign, at lra-assigns.c:1624) 2018-12-13 20:54:27 +00:00
lra-coalesce.c
lra-constraints.c re PR rtl-optimization/88414 (ICE in lra_assign, at lra-assigns.c:1624) 2018-12-13 20:54:27 +00:00
lra-eliminations.c
lra-int.h Fix LRA bug 2018-12-14 11:49:28 +00:00
lra-lives.c re PR middle-end/87899 (r264897 cause mis-compiled native arm-linux-gnueabihf toolchain) 2018-11-13 16:14:11 -06:00
lra-remat.c Fix LRA bug 2018-12-14 11:49:28 +00:00
lra-spills.c Revert the revert: 2018-11-21 22:52:06 +01:00
lra.c Fix LRA bug 2018-12-14 11:49:28 +00:00
lra.h
lto-cgraph.c [offloading] Error on missing symbols 2018-12-14 13:48:56 +00:00
lto-compress.c
lto-compress.h
lto-opts.c re PR lto/86517 (relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object with LTO) 2018-08-30 15:50:39 +00:00
lto-section-in.c
lto-section-names.h
lto-section-out.c
lto-streamer-in.c
lto-streamer-out.c re PR c++/87229 (ICE: tree code 'call_expr' is not supported in LTO streams) 2018-11-22 09:54:14 +00:00
lto-streamer.c
lto-streamer.h
lto-wrapper.c Machine-readable diagnostic output (PR other/19165) 2018-11-15 14:32:41 +00:00
machmode.def
machmode.h emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes. 2018-08-24 16:42:32 +02:00
main.c
match.pd re PR tree-optimization/85726 (div C1 to div C2 match.pd suboptimization) 2018-12-06 11:45:47 +01:00
mcf.c
mem-stats-traits.h
mem-stats.h Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
memmodel.h
memory-block.cc
memory-block.h Guard memory block allocation. 2018-09-24 11:23:35 +00:00
mkconfig.sh
mode-classes.def emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes. 2018-08-24 16:42:32 +02:00
mode-switching.c re PR target/88070 (ICE in create_pre_exit, at mode-switching.c:438) 2018-11-20 20:43:20 +01:00
modulo-sched.c Remove arc profile histogram in non-LTO mode. 2018-09-21 08:41:17 +00:00
multiple_target.c Avoid unnecessarily numbering cloned symbols. 2018-10-30 11:39:29 +00:00
omp-builtins.def omp-builtins.def (BUILT_IN_GOMP_LOOP_NONMONOTONIC_RUNTIME_START, [...]): Fix up function types - remove one argument. 2018-12-12 23:47:55 +01:00
omp-expand.c re PR debug/87039 (DW_OP_fbreg used without a frame base on a C++ code w/ -fopenmp) 2018-11-19 14:44:13 +01:00
omp-expand.h
omp-general.c builtin-types.def (BT_FN_VOID_BOOL, [...]): New. 2018-11-08 18:13:04 +01:00
omp-general.h builtin-types.def (BT_FN_VOID_BOOL, [...]): New. 2018-11-08 18:13:04 +01:00
omp-grid.c builtin-types.def (BT_FN_VOID_BOOL, [...]): New. 2018-11-08 18:13:04 +01:00
omp-grid.h
omp-low.c omp-low.c (check_omp_nesting_restrictions): Allow cancel or cancellation point with taskgroup clause inside of taskloop. 2018-12-02 13:48:42 +01:00
omp-low.h
omp-offload.c Add user-friendly diagnostics for OpenACC loop parallelism assigned 2018-12-14 21:41:58 +01:00
omp-offload.h
omp-simd-clone.c re PR tree-optimization/87895 (ICE in purge_dead_edges, at cfgrtl.c:3246) 2018-11-20 21:44:38 +01:00
omp-simd-clone.h
opt-functions.awk
opt-gather.awk
opt-include.awk
opt-problem.cc Fix missing dump_impl_location_t values, using a new dump_metadata_t 2018-11-27 00:55:28 +00:00
opt-problem.h Fix compilation failure with C++98 compilers 2018-10-13 12:19:09 +01:00
opt-read.awk
opt-suggestions.c opt-suggestions.c: fix minor memory leak 2018-09-28 17:49:48 +00:00
opt-suggestions.h Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193). 2018-09-03 08:16:27 +00:00
optabs-libfuncs.c Add visibility to libfunc constructors 2018-10-31 16:12:14 -07:00
optabs-libfuncs.h Add visibility to libfunc constructors 2018-10-31 16:12:14 -07:00
optabs-query.c
optabs-query.h
optabs-tree.c
optabs-tree.h
optabs.c optabs.c (expand_binop): Use "machine_mode" rather than "enum machine mode" in most recent change. 2018-11-30 16:12:59 -07:00
optabs.def re PR target/88474 (Inline built-in hypot for -ffast-math) 2018-12-14 18:04:48 +01:00
optabs.h
optc-gen.awk Ignore properly -mdirect-move (PR target/87164). 2018-09-05 08:07:48 +00:00
optc-save-gen.awk
opth-gen.awk Cleanup of libcpp diagnostic callbacks 2018-10-09 23:37:19 +00:00
optinfo-emit-json.cc Fix missing dump_impl_location_t values, using a new dump_metadata_t 2018-11-27 00:55:28 +00:00
optinfo-emit-json.h Eliminate global state from -fsave-optimization-record 2018-11-19 16:31:03 +00:00
optinfo.cc Fix missing dump_impl_location_t values, using a new dump_metadata_t 2018-11-27 00:55:28 +00:00
optinfo.h Eliminate global state from -fsave-optimization-record 2018-11-19 16:31:03 +00:00
opts-common.c
opts-diagnostic.h
opts-global.c
opts.c Add a new option -flive-patching={inline-only-static|inline-clone} 2018-11-29 16:06:03 +00:00
opts.h
output.h S/390: Add support for section anchors 2018-12-03 15:07:36 +00:00
params-enum.h
params-list.h
params-options.h
params.c Remove superfluous assignment in add_params. 2018-10-04 13:06:59 +00:00
params.def re PR testsuite/85368 (phi-opt-11 test fails on IBM Z) 2018-12-01 00:26:41 +01:00
params.h
pass_manager.h
passes.c re PR ipa/87706 (Inlined functions trigger invalid -Wmissing-profile warning) 2018-11-20 13:25:04 +00:00
passes.def Repeat jump threading after combine 2018-12-03 09:49:02 +00:00
plugin.c
plugin.def
plugin.h
poly-int-types.h
poly-int.h
postreload-gcse.c Fix UBSAN in postreload-gcse.c (PR rtl-optimization/87868). 2018-11-07 09:33:22 +00:00
postreload.c
predict.c predict.c (determine_unlikely_bbs): Forward declare... 2018-11-28 20:48:53 +00:00
predict.def
predict.h
prefix.c
prefix.h
pretty-print.c pretty-print.c: add selftest::test_prefixes_and_wrapping 2018-11-30 22:46:45 +00:00
pretty-print.h Support %f in pp_format 2018-11-08 15:31:13 +00:00
print-rtl-function.c
print-rtl.c Elide repeated RTL elements. 2018-10-11 14:00:20 +00:00
print-rtl.h
print-tree.c Come up with fndecl_built_in_p. 2018-08-27 12:34:52 +00:00
print-tree.h
profile-count.c coverage.c (get_coverage_counts): Use from_function_decl for precise function location. 2018-11-30 16:54:30 -07:00
profile-count.h profile-count.h (profile_count::oeprator>=): Fix typo by inverting return condition when *this is precise zero. 2018-12-07 09:49:13 +00:00
profile.c coverage.c (get_coverage_counts): Use from_function_decl for precise function location. 2018-11-30 16:54:30 -07:00
profile.h Remove arc profile histogram in non-LTO mode. 2018-09-21 08:41:17 +00:00
read-md.c
read-md.h
read-rtl-function.c Elide repeated RTL elements. 2018-10-11 14:00:20 +00:00
read-rtl-function.h
read-rtl.c apply_subst_iterator: Handle define_split/define_insn_and_split 2018-11-21 05:08:26 -08:00
real.c Add pattern to remove useless float casts in comparisons. 2018-10-12 20:35:20 +00:00
real.h Add pattern to remove useless float casts in comparisons. 2018-10-12 20:35:20 +00:00
realmpfr.c
realmpfr.h
recog.c
recog.h Change EQ_ATTR_ALT to support up to 64 alternatives 2018-09-24 15:01:57 +00:00
ree.c
reg-notes.def
reg-stack.c i386.md (frndintxf2_mask_pm): Remove. 2018-09-25 16:26:11 +02:00
regcprop.c
regcprop.h
reginfo.c
regrename.c bitmap.c (bitmap_head::crashme): Define. 2018-12-06 11:32:09 +00:00
regrename.h
regs.h
regset.h
regstat.c
reload.c
reload.h
reload1.c
reorg.c reorg.c (make_return_insns): Use emit_copy_of_insn_after for the insns in the delay slot and add_insn_after... 2018-10-02 10:20:08 +00:00
resource.c
resource.h
rtl-error.c
rtl-error.h
rtl-iter.h
rtl-tests.c Elide repeated RTL elements. 2018-10-11 14:00:20 +00:00
rtl.c Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
rtl.def Change EQ_ATTR_ALT to support up to 64 alternatives 2018-09-24 15:01:57 +00:00
rtl.h Come up with memop_ret enum instead of int endp for memory operations. 2018-11-27 12:30:59 +00:00
rtlanal.c S/390: Skip LT(G) peephole when literal pool is involved 2018-11-20 09:32:49 +00:00
rtlhash.c
rtlhash.h
rtlhooks-def.h
rtlhooks.c
rtx-vector-builder.c
rtx-vector-builder.h
run-rtl-passes.c
run-rtl-passes.h
sancov.c
sanitizer.def
sanopt.c Sanopt: ignore params with DECL_HAS_VALUE_EXPR_P (PR sanitizer/86962). 2018-08-27 13:21:28 +00:00
sbitmap.c
sbitmap.h
sched-deps.c df-problems.c (df_rd_local_compute): Use bitmap_release. 2018-12-06 11:32:52 +00:00
sched-ebb.c df-problems.c (df_rd_local_compute): Use bitmap_release. 2018-12-06 11:32:52 +00:00
sched-int.h
sched-rgn.c df-problems.c (df_rd_local_compute): Use bitmap_release. 2018-12-06 11:32:52 +00:00
sel-sched-dump.c
sel-sched-dump.h
sel-sched-ir.c
sel-sched-ir.h
sel-sched.c df-problems.c (df_rd_local_compute): Use bitmap_release. 2018-12-06 11:32:52 +00:00
sel-sched.h
selftest-diagnostic.c diagnostics: add minimum width to left margin for line numbers 2018-10-15 22:16:59 +00:00
selftest-diagnostic.h
selftest-rtl.c
selftest-rtl.h
selftest-run-tests.c cgraph: add selftest::symbol_table_test 2018-11-08 14:55:54 +00:00
selftest.c
selftest.h Fix missing dump_impl_location_t values, using a new dump_metadata_t 2018-11-27 00:55:28 +00:00
sese.c
sese.h
shrink-wrap.c
shrink-wrap.h
signop.h
simplify-rtx.c re PR rtl-optimization/87918 (ICE in simplify_binary_operation, at simplify-rtx.c:2153 since r264688) 2018-11-13 10:45:50 +01:00
sort.cc introduce gcc_stablesort 2018-09-03 19:51:24 +03:00
sparseset.c
sparseset.h
spellcheck-tree.c
spellcheck-tree.h
spellcheck.c spellcheck.c: add another selftest for PR c/82967 2018-12-04 21:33:08 +00:00
spellcheck.h Fix overeager spelling corrections (PR c/82967) 2018-09-14 22:02:58 +00:00
sreal.c sreal.h (SREAL_PART_BITS): Change to 31; remove seemingly unnecessary comment that it has to be even number. 2018-08-30 12:58:42 +00:00
sreal.h sreal.h (SREAL_PART_BITS): Change to 31; remove seemingly unnecessary comment that it has to be even number. 2018-08-30 12:58:42 +00:00
ssa-iterators.h
ssa.h
stab.def
stack-ptr-mod.c
statistics.c
statistics.h
stmt.c Add new gswitch related functions into tree-cfg.c. 2018-08-27 12:17:19 +00:00
stmt.h
stor-layout.c re PR c/87691 (transparent_union attribute does not work with MODE_PARTIAL_INT) 2018-11-07 22:06:26 +00:00
stor-layout.h
store-motion.c
streamer-hooks.c
streamer-hooks.h
stringpool.c
stringpool.h
substring-locations.c substring-locations: add class format_string_diagnostic_t 2018-09-17 20:31:01 +00:00
substring-locations.h Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
symbol-summary.h
symtab.c symtab.c (symtab_node::increase_alignment): Correct max alignment check. 2018-10-22 19:51:05 -04:00
sync-builtins.def
system.h Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
target-def.h re PR target/87927 (ICE: segmentation fault with patchable_function_entry attribute for msp430-elf -mlarge) 2018-11-16 23:53:30 +00:00
target-globals.c
target-globals.h
target-hooks-macros.h
target-insns.def PR85434: Prevent spilling of stack protector guard's address on ARM 2018-11-22 14:46:17 +00:00
target.def * target.def (post_cfi_startproc): Fix text. 2018-12-14 09:48:50 -07:00
target.h re PR target/87927 (ICE: segmentation fault with patchable_function_entry attribute for msp430-elf -mlarge) 2018-11-16 23:53:30 +00:00
targhooks.c re PR target/87927 (ICE: segmentation fault with patchable_function_entry attribute for msp430-elf -mlarge) 2018-11-16 23:53:30 +00:00
targhooks.h [PATCH][GCC] Make DR_TARGET_ALIGNMENT compile time variable 2018-11-13 14:11:46 +00:00
timevar.c
timevar.def
timevar.h
tlink.c
toplev.c Eliminate global state from -fsave-optimization-record 2018-11-19 16:31:03 +00:00
toplev.h
tracer.c
tracer.h
trans-mem.c re PR tree-optimization/88029 (ICE in execute_todo, at passes.c:1974) 2018-11-15 13:44:34 +00:00
trans-mem.h
tree-affine.c tree-affine.c (tree_to_aff_combination): Remove unreachable MEM_REF case. 2018-12-10 14:20:18 +00:00
tree-affine.h
tree-call-cdce.c Come up with fndecl_built_in_p. 2018-08-27 12:34:52 +00:00
tree-cfg.c Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
tree-cfg.h Make __builtin_expect effective in switch statements (PR middle-end/PR59521). 2018-09-03 07:51:56 +00:00
tree-cfgcleanup.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-cfgcleanup.h
tree-chrec.c re PR tree-optimization/87087 (Optimization hangs up and consumes over 15Gb of memory) 2018-10-18 08:40:54 +00:00
tree-chrec.h
tree-complex.c re PR middle-end/88448 (gnat.dg/opt66.adb etc. FAIL) 2018-12-11 13:00:49 +00:00
tree-core.h asm inline 2018-12-06 18:56:58 +01:00
tree-data-ref.c re PR bootstrap/88089 (build failure with GCC 4.9 on SPARC/Solaris) 2018-11-20 08:04:26 +00:00
tree-data-ref.h tree-data-ref.h (lambda_int): New typedef. 2018-11-08 12:15:49 +00:00
tree-dfa.c Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
tree-dfa.h
tree-diagnostic.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-diagnostic.h
tree-dump.c
tree-dump.h
tree-eh.c tree-eh.c (replace_trapping_overflow): Simplify ABS_EXPR case using ABSU_EXPR. 2018-10-31 08:10:58 +00:00
tree-eh.h Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-emutls.c
tree-hash-traits.h
tree-hasher.h
tree-if-conv.c tree-if-conv.c: Include tree-ssa-sccvn.h. 2018-10-25 14:03:24 +00:00
tree-if-conv.h
tree-inline.c re PR tree-optimization/88444 (ICE: tree check: expected ssa_name, have integer_cst in live_on_edge, at tree-vrp.c:468; or ICE: tree check: expected ssa_name, have integer_cst in get_value_range, at vr-values.c:84) 2018-12-14 00:35:10 +01:00
tree-inline.h
tree-into-ssa.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-into-ssa.h
tree-iterator.c
tree-iterator.h
tree-loop-distribution.c Ensure that dump calls are guarded with dump_enabled_p 2018-11-13 16:10:13 +00:00
tree-nested.c re PR fortran/88304 (ICE in use_pointer_in_frame, at tree-nested.c:267) 2018-12-08 14:37:49 +01:00
tree-nested.h
tree-nrv.c
tree-object-size.c PR tree-optimization/88372 - alloc_size attribute is ignored on function pointers 2018-12-14 15:45:55 -07:00
tree-object-size.h
tree-outof-ssa.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-outof-ssa.h
tree-parloops.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-parloops.h
tree-pass.h Repeat jump threading after combine 2018-12-03 09:49:02 +00:00
tree-phinodes.c Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
tree-phinodes.h Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-predcom.c Report vectorization problems via a new opt_problem class 2018-10-04 17:50:52 +00:00
tree-pretty-print.c Fix infinite recursion in OMP clause pretty-printing, default label 2018-12-03 13:46:19 +00:00
tree-pretty-print.h builtin-types.def (BT_FN_VOID_BOOL, [...]): New. 2018-11-08 18:13:04 +01:00
tree-profile.c Call decl_default_tls_model with a proper type (PR gcov-profile/88279). 2018-11-30 15:06:22 +00:00
tree-scalar-evolution.c re PR target/86677 (popcount builtin detection is breaking some kernel build) 2018-11-12 23:43:56 +00:00
tree-scalar-evolution.h tree-scalar-evolution.h (final_value_replacement_loop): Update prototype. 2018-11-05 11:11:04 +00:00
tree-sra.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-ssa-address.c
tree-ssa-address.h
tree-ssa-alias.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-ssa-alias.h
tree-ssa-ccp.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-ssa-ccp.h
tree-ssa-coalesce.c tree-ssa-coalesce.c (struct coalesce_list): Add obstack member. 2018-11-02 11:29:50 +00:00
tree-ssa-coalesce.h
tree-ssa-copy.c re PR tree-optimization/87700 (Compile time hog w/ -O1) 2018-10-23 09:36:13 +00:00
tree-ssa-dce.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-ssa-dce.h
tree-ssa-dom.c gimple-ssa-evrp-analyze.h (class evrp_range_analyzer): Add m_update_global_ranges member. 2018-12-07 10:02:11 -07:00
tree-ssa-dom.h
tree-ssa-dse.c re PR tree-optimization/87110 ([9 Regresssion] tree check fail in to_wide, at tree.h:5523) 2018-08-27 22:02:11 -06:00
tree-ssa-forwprop.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-ssa-ifcombine.c re PR testsuite/85368 (phi-opt-11 test fails on IBM Z) 2018-12-01 00:26:41 +01:00
tree-ssa-live.c tree-core.h (tree_block::abstract_flag): Remove. 2018-10-05 11:46:12 +00:00
tree-ssa-live.h
tree-ssa-loop-ch.c re PR tree-optimization/87621 (outer loop auto-vectorization fails for exponentiation code) 2018-11-09 10:53:31 +00:00
tree-ssa-loop-im.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-ssa-loop-ivcanon.c tree-ssa-loop-ivcanon.c (try_peel_loop): Fix typo and remove dead initialization. 2018-10-31 15:30:48 +00:00
tree-ssa-loop-ivopts.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-ssa-loop-ivopts.h
tree-ssa-loop-manip.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-ssa-loop-manip.h re PR tree-optimization/87873 (ICE: verify_gimple failed (error: incompatible types in PHI argument 0)) 2018-11-05 14:55:53 +00:00
tree-ssa-loop-niter.c re PR tree-optimization/88148 (ICE in tree_nop_conversion_p at gcc/tree.c:12550 since r264273) 2018-11-22 14:08:44 +00:00
tree-ssa-loop-niter.h re PR tree-optimization/88148 (ICE in tree_nop_conversion_p at gcc/tree.c:12550 since r264273) 2018-11-22 14:08:44 +00:00
tree-ssa-loop-prefetch.c
tree-ssa-loop-split.c
tree-ssa-loop-unswitch.c
tree-ssa-loop.c tree-scalar-evolution.h (final_value_replacement_loop): Update prototype. 2018-11-05 11:11:04 +00:00
tree-ssa-loop.h
tree-ssa-math-opts.c re PR tree-optimization/87977 (ICE: verify_ssa failed (error: definition in block 4 follows the use)) 2018-11-14 10:01:47 +01:00
tree-ssa-operands.c re PR tree-optimization/87117 (ICE in eliminate_dom_walker::eliminate_cleanup(bool) at gcc/gcc/tree-ssa-sccvn.c:5431 since r263875) 2018-08-28 09:33:16 +00:00
tree-ssa-operands.h
tree-ssa-phionlycprop.c
tree-ssa-phiopt.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-ssa-phiprop.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-ssa-pre.c re PR lto/88087 (ICE in execute at tree-ssa-pre.c:4220 since r266183) 2018-11-20 08:06:09 +00:00
tree-ssa-propagate.c re PR middle-end/63155 (memory hog) 2018-10-22 13:54:23 +00:00
tree-ssa-propagate.h re PR middle-end/63155 (memory hog) 2018-10-05 12:54:51 +00:00
tree-ssa-reassoc.c re PR tree-optimization/88274 (ICE in check, at tree-vrp.c:188) 2018-12-01 00:27:23 +01:00
tree-ssa-sccvn.c tree-ssa-sccvn.c (eliminate_dom_walker::eliminate_stmt): Only allow expected function-pointer cast re-instantiation. 2018-12-03 15:13:04 +00:00
tree-ssa-sccvn.h cfganal.h (rev_post_order_and_mark_dfs_back_seme): Declare. 2018-08-27 10:55:53 +00:00
tree-ssa-scopedtables.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-ssa-scopedtables.h
tree-ssa-sink.c
tree-ssa-strlen.c re PR tree-optimization/87672 (81512c36 causes ICE in bootstrap stage 3 using "-D_FORTIFY_SOURCE=2" (invalid operand in unary operation, incorrect sharing of tree nodes, verify_gimple failed)) 2018-11-04 19:46:08 +00:00
tree-ssa-strlen.h
tree-ssa-structalias.c re PR tree-optimization/84013 (wrong __restrict clique with inline asm operand) 2018-10-24 09:42:19 +00:00
tree-ssa-tail-merge.c
tree-ssa-ter.c Come up with fndecl_built_in_p. 2018-08-27 12:34:52 +00:00
tree-ssa-ter.h
tree-ssa-threadbackward.c
tree-ssa-threadedge.c 2018-11=12 Richard Biener <rguenther@suse.de> 2018-11-12 14:53:36 +00:00
tree-ssa-threadedge.h
tree-ssa-threadupdate.c re PR rtl-optimization/87468 (ice "wrong amount of branch edges after conditional jump in bb") 2018-11-23 23:51:26 -07:00
tree-ssa-threadupdate.h
tree-ssa-uncprop.c Add new gswitch related functions into tree-cfg.c. 2018-08-27 12:17:19 +00:00
tree-ssa-uninit.c Remove unused functions and fields. 2018-09-25 07:13:40 +00:00
tree-ssa.c re PR fortran/88229 (ICE tree check: expected integer_cst, have nop_expr in get_len, at tree.h:5608) 2018-11-28 10:59:12 +00:00
tree-ssa.h Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-ssanames.c Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
tree-ssanames.h tree-ssanames.h (set_range_info): Use value_range_base. 2018-11-13 09:30:49 +00:00
tree-stdarg.c Come up with fndecl_built_in_p. 2018-08-27 12:34:52 +00:00
tree-stdarg.h
tree-streamer-in.c re PR c++/87229 (ICE: tree code 'call_expr' is not supported in LTO streams) 2018-11-22 09:54:14 +00:00
tree-streamer-out.c re PR c++/87229 (ICE: tree code 'call_expr' is not supported in LTO streams) 2018-11-22 09:54:14 +00:00
tree-streamer.c
tree-streamer.h
tree-switch-conversion.c tree-switch-conversion.h (switch_decision_tree::emit_case_nodes): Add location_t parameter. 2018-11-16 16:25:12 +00:00
tree-switch-conversion.h tree-switch-conversion.h (switch_decision_tree::emit_case_nodes): Add location_t parameter. 2018-11-16 16:25:12 +00:00
tree-tailcall.c Come up with fndecl_built_in_p. 2018-08-27 12:34:52 +00:00
tree-vect-data-refs.c fix Darwin bootstrap. 2018-11-14 12:34:27 +00:00
tree-vect-generic.c rs6000.c (rs6000_gimple_fold_builtin): Add support for early gimple folding of vec_splat(). 2018-09-06 15:34:58 +00:00
tree-vect-loop-manip.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-vect-loop.c tree-vect-loop.c (vect_transform_loop): Fix epilogue iterations for epilogue vectorization. 2018-12-04 13:23:13 +00:00
tree-vect-patterns.c Use unsigned arithmetic for demoted vector plus/minus/mult (PR 88064) 2018-12-05 15:53:03 +00:00
tree-vect-slp.c Fix missing dump_impl_location_t values, using a new dump_metadata_t 2018-11-27 00:55:28 +00:00
tree-vect-stmts.c re PR tree-optimization/88464 (AVX-512 vectorization of masked scatter failing with "not suitable for scatter store") 2018-12-15 12:02:28 +01:00
tree-vector-builder.c
tree-vector-builder.h
tree-vectorizer.c re PR tree-optimization/86637 (ICE: tree check: expected block, have <invalid tree code> in inlining_chain_to_json, at optinfo-emit-json.cc:293) 2018-12-05 11:36:03 +00:00
tree-vectorizer.h re PR tree-optimization/88031 (ICE in vectorizable_reduction, at tree-vect-loop.c:6953) 2018-11-15 13:42:13 +00:00
tree-vrp.c re PR tree-optimization/88444 (ICE: tree check: expected ssa_name, have integer_cst in live_on_edge, at tree-vrp.c:468; or ICE: tree check: expected ssa_name, have integer_cst in get_value_range, at vr-values.c:84) 2018-12-11 18:16:48 +01:00
tree-vrp.h * gimple-ssa-evrp-analyze.c 2018-11-14 16:29:41 +00:00
tree.c re PR target/88152 (optimize SSE & AVX char compares with subsequent movmskb) 2018-11-29 15:32:00 +01:00
tree.def builtin-types.def (BT_FN_VOID_BOOL, [...]): New. 2018-11-08 18:13:04 +01:00
tree.h asm inline 2018-12-06 18:56:58 +01:00
treestruct.def
tsan.c
tsan.h
tsystem.h
typeclass.h
typed-splay-tree.c
typed-splay-tree.h
ubsan.c Come up with fndecl_built_in_p. 2018-08-27 12:34:52 +00:00
ubsan.h
unique-ptr-tests.cc
valtrack.c re PR rtl-optimization/88416 (ICE in in df_uses_record, at df-scan.c:3013) 2018-12-13 20:44:50 +01:00
valtrack.h
value-prof.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
value-prof.h
var-tracking.c
varasm.c S/390: Add support for section anchors 2018-12-03 15:07:36 +00:00
varasm.h
varpool.c
vec-perm-indices.c
vec-perm-indices.h
vec.c Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
vec.h re PR tree-optimization/86850 (ubsan: runtime error: member call on null pointer) 2018-11-06 15:46:42 +00:00
vector-builder.h
version.c
version.h
vmsdbg.h
vmsdbgout.c
vr-values.c re PR tree-optimization/88427 (ICE: tree check: expected integer_cst, have plus_expr in get_len, at tree.h:5617) 2018-12-10 13:56:51 +00:00
vr-values.h 2018-11=12 Richard Biener <rguenther@suse.de> 2018-11-12 14:53:36 +00:00
vtable-verify.c
vtable-verify.h
web.c
wide-int-bitmask.h
wide-int-print.cc
wide-int-print.h
wide-int-range.cc tree-vrp.c (extract_range_from_multiplicative_op): Remove overflow wraps argument. 2018-10-17 12:32:08 +00:00
wide-int-range.h tree-vrp.c (extract_range_from_multiplicative_op): Remove overflow wraps argument. 2018-10-17 12:32:08 +00:00
wide-int.cc
wide-int.h
xcoff.h
xcoffout.c [RS6000] Bootstrap failure compiling xcoffout.c 2018-11-28 23:24:44 +10:30
xcoffout.h

README.Portability

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