8sa1-gcc/gcc
Iain Buclaw b4c522fabd Add D front-end, libphobos library, and D2 testsuite.
ChangeLog:

	* Makefile.def (target_modules): Add libphobos.
	(flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
	GDCFLAGS_FOR_TARGET.
	(dependencies): Make libphobos depend on libatomic, libbacktrace
	configure, and zlib configure.
	(language): Add language d.
	* Makefile.in: Rebuild.
	* Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
	(HOST_EXPORTS): Add GDC.
	(POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
	(BASE_TARGET_EXPORTS): Add GDC.
	(GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
	(GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
	(EXTRA_HOST_FLAGS): Add GDC.
	(STAGE1_FLAGS_TO_PASS): Add GDC.
	(EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
	* config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
	environment variables.
	* configure: Rebuild.
	* configure.ac: Add target-libphobos to target_libraries.  Set and
	substitute GDC_FOR_BUILD and GDC_FOR_TARGET.

config/ChangeLog:

	* multi.m4: Set GDC.

gcc/ChangeLog:

	* Makefile.in (tm_d_file_list, tm_d_include_list): New variables.
	(TM_D_H, D_TARGET_DEF, D_TARGET_H, D_TARGET_OBJS): New variables.
	(tm_d.h, cs-tm_d.h, default-d.o): New rules.
	(d/d-target-hooks-def.h, s-d-target-hooks-def-h): New rules.
	(s-tm-texi): Also check timestamp on d-target.def.
	(generated_files): Add TM_D_H and d-target-hooks-def.h.
	(build/genhooks.o): Also depend on D_TARGET_DEF.
	* config.gcc (tm_d_file, d_target_objs, target_has_targetdm): New
	variables.
	* config/aarch64/aarch64-d.c: New file.
	* config/aarch64/aarch64-linux.h (GNU_USER_TARGET_D_CRITSEC_SIZE):
	Define.
	* config/aarch64/aarch64-protos.h (aarch64_d_target_versions): New
	prototype.
	* config/aarch64/aarch64.h (TARGET_D_CPU_VERSIONS): Define.
	* config/aarch64/t-aarch64 (aarch64-d.o): New rule.
	* config/arm/arm-d.c: New file.
	* config/arm/arm-protos.h (arm_d_target_versions): New prototype.
	* config/arm/arm.h (TARGET_D_CPU_VERSIONS): Define.
	* config/arm/linux-eabi.h (EXTRA_TARGET_D_OS_VERSIONS): Define.
	* config/arm/t-arm (arm-d.o): New rule.
	* config/default-d.c: New file.
	* config/glibc-d.c: New file.
	* config/gnu.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
	* config/i386/i386-d.c: New file.
	* config/i386/i386-protos.h (ix86_d_target_versions): New prototype.
	* config/i386/i386.h (TARGET_D_CPU_VERSIONS): Define.
	* config/i386/linux-common.h (EXTRA_TARGET_D_OS_VERSIONS): Define.
	(GNU_USER_TARGET_D_CRITSEC_SIZE): Define.
	* config/i386/t-i386 (i386-d.o): New rule.
	* config/kfreebsd-gnu.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
	* config/kopensolaris-gnu.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
	* config/linux-android.h (ANDROID_TARGET_D_OS_VERSIONS): Define.
	* config/linux.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
	* config/mips/linux-common.h (EXTRA_TARGET_D_OS_VERSIONS): Define.
	* config/mips/mips-d.c: New file.
	* config/mips/mips-protos.h (mips_d_target_versions): New prototype.
	* config/mips/mips.h (TARGET_D_CPU_VERSIONS): Define.
	* config/mips/t-mips (mips-d.o): New rule.
	* config/powerpcspe/linux.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
	* config/powerpcspe/linux64.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
	* config/powerpcspe/powerpcspe-d.c: New file.
	* config/powerpcspe/powerpcspe-protos.h (rs6000_d_target_versions):
	New prototype.
	* config/powerpcspe/powerpcspe.c (rs6000_output_function_epilogue):
	Support GNU D by using 0 as the language type.
	* config/powerpcspe/powerpcspe.h (TARGET_D_CPU_VERSIONS): Define.
	* config/powerpcspe/t-powerpcspe (powerpcspe-d.o): New rule.
	* config/riscv/riscv-d.c: New file.
	* config/riscv/riscv-protos.h (riscv_d_target_versions): New
	prototype.
	* config/riscv/riscv.h (TARGET_D_CPU_VERSIONS): Define.
	* config/riscv/t-riscv (riscv-d.o): New rule.
	* config/rs6000/linux.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
	* config/rs6000/linux64.h (GNU_USER_TARGET_D_OS_VERSIONS): Define.
	* config/rs6000/rs6000-d.c: New file.
	* config/rs6000/rs6000-protos.h (rs6000_d_target_versions): New
	prototype.
	* config/rs6000/rs6000.c (rs6000_output_function_epilogue):
	Support GNU D by using 0 as the language type.
	* config/rs6000/rs6000.h (TARGET_D_CPU_VERSIONS): Define.
	* config/rs6000/t-rs6000 (rs6000-d.o): New rule.
	* config/s390/s390-d.c: New file.
	* config/s390/s390-protos.h (s390_d_target_versions): New prototype.
	* config/s390/s390.h (TARGET_D_CPU_VERSIONS): Define.
	* config/s390/t-s390 (s390-d.o): New rule.
	* config/sparc/sparc-d.c: New file.
	* config/sparc/sparc-protos.h (sparc_d_target_versions): New
	prototype.
	* config/sparc/sparc.h (TARGET_D_CPU_VERSIONS): Define.
	* config/sparc/t-sparc (sparc-d.o): New rule.
	* config/t-glibc (glibc-d.o): New rule.
	* configure: Regenerated.
	* configure.ac (tm_d_file): New variable.
	(tm_d_file_list, tm_d_include_list, d_target_objs): Add substitutes.
	* doc/contrib.texi (Contributors): Add self for the D frontend.
	* doc/frontends.texi (G++ and GCC): Mention D as a supported language.
	* doc/install.texi (Configuration): Mention libphobos as an option for
	--enable-shared.  Mention d as an option for --enable-languages.
	(Testing): Mention check-d as a target.
	* doc/invoke.texi (Overall Options): Mention .d, .dd, and .di as file
	name suffixes.  Mention d as a -x option.
	* doc/sourcebuild.texi (Top Level): Mention libphobos.
	* doc/standards.texi (Standards): Add section on D language.
	* doc/tm.texi: Regenerated.
	* doc/tm.texi.in: Add @node for D language and ABI, and @hook for
	TARGET_CPU_VERSIONS, TARGET_D_OS_VERSIONS, and TARGET_D_CRITSEC_SIZE.
	* dwarf2out.c (is_dlang): New function.
	(gen_compile_unit_die): Use DW_LANG_D for D.
	(declare_in_namespace): Return module die for D, instead of adding
	extra declarations into the namespace.
	(gen_namespace_die): Generate DW_TAG_module for D.
	(gen_decl_die): Handle CONST_DECLSs for D.
	(dwarf2out_decl): Likewise.
	(prune_unused_types_walk_local_classes): Handle DW_tag_interface_type.
	(prune_unused_types_walk): Handle DW_tag_interface_type same as other
	kinds of aggregates.
	* gcc.c (default_compilers): Add entries for .d, .dd and .di.
	* genhooks.c: Include d/d-target.def.

gcc/po/ChangeLog:

	* EXCLUDES: Add sources from d/dmd.

gcc/testsuite/ChangeLog:

	* gcc.misc-tests/help.exp: Add D to option descriptions check.
	* gdc.dg/asan/asan.exp: New file.
	* gdc.dg/asan/gdc272.d: New test.
	* gdc.dg/compilable.d: New test.
	* gdc.dg/dg.exp: New file.
	* gdc.dg/gdc254.d: New test.
	* gdc.dg/gdc260.d: New test.
	* gdc.dg/gdc270a.d: New test.
	* gdc.dg/gdc270b.d: New test.
	* gdc.dg/gdc282.d: New test.
	* gdc.dg/gdc283.d: New test.
	* gdc.dg/imports/gdc170.d: New test.
	* gdc.dg/imports/gdc231.d: New test.
	* gdc.dg/imports/gdc239.d: New test.
	* gdc.dg/imports/gdc241a.d: New test.
	* gdc.dg/imports/gdc241b.d: New test.
	* gdc.dg/imports/gdc251a.d: New test.
	* gdc.dg/imports/gdc251b.d: New test.
	* gdc.dg/imports/gdc253.d: New test.
	* gdc.dg/imports/gdc254a.d: New test.
	* gdc.dg/imports/gdc256.d: New test.
	* gdc.dg/imports/gdc27.d: New test.
	* gdc.dg/imports/gdcpkg256/package.d: New test.
	* gdc.dg/imports/runnable.d: New test.
	* gdc.dg/link.d: New test.
	* gdc.dg/lto/lto.exp: New file.
	* gdc.dg/lto/ltotests_0.d: New test.
	* gdc.dg/lto/ltotests_1.d: New test.
	* gdc.dg/runnable.d: New test.
	* gdc.dg/simd.d: New test.
	* gdc.test/gdc-test.exp: New file.
	* lib/gdc-dg.exp: New file.
	* lib/gdc.exp: New file.

libphobos/ChangeLog:

	* Makefile.am: New file.
	* Makefile.in: New file.
	* acinclude.m4: New file.
	* aclocal.m4: New file.
	* config.h.in: New file.
	* configure: New file.
	* configure.ac: New file.
	* d_rules.am: New file.
	* libdruntime/Makefile.am: New file.
	* libdruntime/Makefile.in: New file.
	* libdruntime/__entrypoint.di: New file.
	* libdruntime/__main.di: New file.
	* libdruntime/gcc/attribute.d: New file.
	* libdruntime/gcc/backtrace.d: New file.
	* libdruntime/gcc/builtins.d: New file.
	* libdruntime/gcc/config.d.in: New file.
	* libdruntime/gcc/deh.d: New file.
	* libdruntime/gcc/libbacktrace.d.in: New file.
	* libdruntime/gcc/unwind/arm.d: New file.
	* libdruntime/gcc/unwind/arm_common.d: New file.
	* libdruntime/gcc/unwind/c6x.d: New file.
	* libdruntime/gcc/unwind/generic.d: New file.
	* libdruntime/gcc/unwind/package.d: New file.
	* libdruntime/gcc/unwind/pe.d: New file.
	* m4/autoconf.m4: New file.
	* m4/druntime.m4: New file.
	* m4/druntime/cpu.m4: New file.
	* m4/druntime/libraries.m4: New file.
	* m4/druntime/os.m4: New file.
	* m4/gcc_support.m4: New file.
	* m4/gdc.m4: New file.
	* m4/libtool.m4: New file.
	* src/Makefile.am: New file.
	* src/Makefile.in: New file.
	* src/libgphobos.spec.in: New file.
	* testsuite/Makefile.am: New file.
	* testsuite/Makefile.in: New file.
	* testsuite/config/default.exp: New file.
	* testsuite/lib/libphobos-dg.exp: New file.
	* testsuite/lib/libphobos.exp: New file.
	* testsuite/testsuite_flags.in: New file.

From-SVN: r265573
2018-10-28 19:51:47 +00:00
..
ada utils.c (unchecked_convert): Use local variables for the biased and reverse SSO attributes of both types. 2018-10-22 11:03:17 +00:00
brig Run selftests for C++ as well as C 2018-10-17 13:56:05 +00:00
c Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support. 2018-10-18 00:58:54 +01:00
c-family Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support. 2018-10-18 00:58:54 +01:00
common re PR target/87572 (ICE in emit_move_insn, at expr.c:3722) 2018-10-15 18:08:09 +02:00
config Add D front-end, libphobos library, and D2 testsuite. 2018-10-28 19:51:47 +00:00
cp * parser.c (cp_parser_sizeof_operand): Remove redundant grokdeclarator. 2018-10-25 15:23:33 -04:00
d Add D front-end, libphobos library, and D2 testsuite. 2018-10-28 19:51:47 +00:00
doc Add D front-end, libphobos library, and D2 testsuite. 2018-10-28 19:51:47 +00:00
fortran re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/BACK=) 2018-10-28 11:05:05 +00:00
ginclude
go libgo: simplify gotest script to avoid sed substitution to \n 2018-10-26 18:36:44 +00:00
jit Run selftests for C++ as well as C 2018-10-17 13:56:05 +00:00
lto ipa-devirt.c (odr_subtypes_equivalent_p): Fix recursion. 2018-10-26 09:32:47 +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 Add D front-end, libphobos library, and D2 testsuite. 2018-10-28 19:51:47 +00:00
ABOUT-GCC-NLS
acinclude.m4
aclocal.m4
addresses.h
alias.c Remove unused functions and fields. 2018-09-25 07:13:40 +00:00
alias.h
align.h
alloc-pool.c
alloc-pool.h
asan.c ASAN: emit line information of stack variables. 2018-10-09 08:34:52 +00:00
asan.h Unpoison variable partition properly (PR sanitizer/85774). 2018-09-24 11:22:38 +00:00
attribs.c Come up with fndecl_built_in_p. 2018-08-27 12:34:52 +00:00
attribs.h
auto-inc-dec.c
auto-profile.c tree.h (BLOCK_ORIGIN): New. 2018-09-28 11:33:29 +00:00
auto-profile.h
backend.h
BASE-VER
basic-block.h
bb-reorder.c bb-reorder: convert to gcc_stablesort 2018-09-03 19:55:05 +03:00
bb-reorder.h
bitmap.c re PR middle-end/63155 (memory hog) 2018-10-22 13:54:23 +00:00
bitmap.h re PR middle-end/63155 (memory hog) 2018-10-22 13:54:23 +00:00
brig-builtins.def
bt-load.c
builtin-attrs.def
builtin-types.def
builtins.c bitmap.c (bitmap_head::dump): New. 2018-10-17 15:59:25 +00: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 bitmap.c (bitmap_head::dump): New. 2018-10-17 15:59:25 +00:00
calls.h
ccmp.c
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
cfgcleanup.h
cfgexpand.c cfgexpand.c (expand_one_var): Use specific wording in error message for non-local frame variables. 2018-10-19 07:17:20 +00:00
cfgexpand.h
cfghooks.c
cfghooks.h
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
cfgrtl.h
cgraph.c Remove reduntant dumps and make tp_first_run dump more compact. 2018-10-24 08:47:59 +00:00
cgraph.h calls.c (expand_call): Try to do a tail call for thunks at -O0 too. 2018-09-28 21:20:53 +00:00
cgraphbuild.c
cgraphclones.c re PR target/87156 (ICE building libstdc++ for mips64) 2018-10-11 20:40:17 -06:00
cgraphunit.c re PR middle-end/87574 (ICE in add_data_member_location_attribute at gcc/gcc/dwarf2out.c:19226 since r264943) 2018-10-10 22:54:04 +00:00
ChangeLog Add D front-end, libphobos library, and D2 testsuite. 2018-10-28 19:51:47 +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-2017
ChangeLog.dataflow
ChangeLog.gimple-classes
ChangeLog.graphite
ChangeLog.jit
ChangeLog.lib
ChangeLog.ptr
ChangeLog.tree-ssa
ChangeLog.tuples
cif-code.def
collect2-aix.c
collect2-aix.h
collect2.c
collect2.h
collect-utils.c
collect-utils.h
color-macros.h
combine-stack-adj.c
combine.c combine: Don't do make_more_copies for dest PC (PR87720) 2018-10-25 00:34:40 +02:00
common.md
common.opt diagnostics: add minimum width to left margin for line numbers 2018-10-15 22:16:59 +00:00
compare-elim.c
conditions.h
config.build
config.gcc Add D front-end, libphobos library, and D2 testsuite. 2018-10-28 19:51:47 +00:00
config.host
config.in Disable string merging with alignment > 1 before Solaris 11.4/SPARC 2018-10-24 11:27:35 +00:00
configure Add D front-end, libphobos library, and D2 testsuite. 2018-10-28 19:51:47 +00:00
configure.ac Add D front-end, libphobos library, and D2 testsuite. 2018-10-28 19:51:47 +00:00
context.c
context.h
convert.c
convert.h
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
coretypes.h bitmap.c (bitmap_head::dump): New. 2018-10-17 15:59:25 +00:00
coverage.c Properly mark lambdas in GCOV (PR gcov-profile/86109). 2018-10-03 08:30:10 +00: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
cselib.h
cstamp-h.in
data-streamer-in.c
data-streamer-out.c
data-streamer.c
data-streamer.h
DATESTAMP Daily bump. 2018-10-28 00:16:44 +00:00
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
DEV-PHASE
df-core.c
df-problems.c
df-scan.c
df.h
dfp.c
dfp.h
diagnostic-color.c
diagnostic-color.h
diagnostic-core.h Add sorry_at diagnostic function. 2018-09-11 10:26:57 +00:00
diagnostic-show-locus.c diagnostics: add minimum width to left margin for line numbers 2018-10-15 22:16:59 +00:00
diagnostic.c diagnostics: add minimum width to left margin for line numbers 2018-10-15 22:16:59 +00:00
diagnostic.def
diagnostic.h diagnostics: add minimum width to left margin for line numbers 2018-10-15 22:16:59 +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 Come up with fndecl_built_in_p. 2018-08-27 12:34:52 +00:00
dump-context.h Report vectorization problems via a new opt_problem class 2018-10-04 17:50:52 +00:00
dumpfile.c Report vectorization problems via a new opt_problem class 2018-10-04 17:50:52 +00:00
dumpfile.h Report vectorization problems via a new opt_problem class 2018-10-04 17:50:52 +00:00
dwarf2asm.c
dwarf2asm.h
dwarf2cfi.c dwarf2cfi.c (struct dw_trace_info): Add args_size_defined_for_eh. 2018-10-13 17:32:07 +00:00
dwarf2out.c Add D front-end, libphobos library, and D2 testsuite. 2018-10-28 19:51:47 +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 Add a hook to support telling the mid-end when to probe the stack. 2018-10-01 12:58:21 +00:00
explow.h
expmed.c [pr82089] Don't sign-extend SFV 1 in BImode 2018-09-27 11:15:48 +00:00
expmed.h
expr.c dojump.h (do_jump): Delete. 2018-10-02 10:55:33 +00:00
expr.h re PR middle-end/82853 (Optimize x % 3 == 0 without modulo) 2018-09-12 20:28:20 +02:00
fibonacci_heap.c
fibonacci_heap.h
file-find.c
file-find.h
file-prefix-map.c
file-prefix-map.h
final.c tree-inline.c (expand_call_inline): Use the location of the callee declaration for the inline-entry marker. 2018-10-02 10:07:29 +00:00
fixed-value.c
fixed-value.h
flag-types.h
flags.h
fold-const-call.c
fold-const-call.h
fold-const.c re PR middle-end/87623 (bytes swapped in register when comparing cause fail when compiled with -O1 or higher) 2018-10-17 17:49:28 +00: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
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function-tests.c
function.c emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes. 2018-08-24 16:42:32 +02:00
function.h
fwprop.c
gcc-ar.c
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 Remove stray reference to error_at_rich_loc 2018-10-15 22:09:51 +00:00
gcc-symtab.h
gcc.c Add D front-end, libphobos library, and D2 testsuite. 2018-10-28 19:51:47 +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 Improve colorization legend in gcov reports. 2018-09-24 11:28:38 +00:00
gcse-common.c
gcse-common.h
gcse.c
gcse.h
gdbasan.in
gdbhooks.py
gdbinit.in
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
generic-match.h
genextract.c
genflags.c
gengenrtl.c
gengtype-lex.l
gengtype-parse.c
gengtype-state.c
gengtype.c
gengtype.h
genhooks.c Add D front-end, libphobos library, and D2 testsuite. 2018-10-28 19:51:47 +00:00
genmatch.c Cleanup of libcpp diagnostic callbacks 2018-10-09 23:37:19 +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.h
gentarget-def.c
ggc-common.c
ggc-internal.h
ggc-none.c
ggc-page.c
ggc-tests.c
ggc.h
gimple-builder.c
gimple-builder.h
gimple-expr.c
gimple-expr.h
gimple-fold.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02: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
gimple-loop-jam.c re PR tree-optimization/87074 (Unroll and jam bug: O3 result differ from O2) 2018-09-01 17:22:05 +00:00
gimple-low.c Come up with fndecl_built_in_p. 2018-08-27 12:34:52 +00:00
gimple-low.h
gimple-match-head.c re PR tree-optimization/86659 (gnat.dg/sso/q[23].adb FAIL) 2018-10-08 22:47:32 +00: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 bitmap.c (bitmap_head::dump): New. 2018-10-17 15:59:25 +00: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 tree-vrp.c (add_assert_info): Guard dump_printf with dump_enabled_p. 2018-10-23 11:37:52 +00:00
gimple-ssa-evrp-analyze.h
gimple-ssa-evrp.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02: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-sprintf.c bitmap.c (bitmap_head::dump): New. 2018-10-17 15:59:25 +00:00
gimple-ssa-store-merging.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02: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 bitmap.c (bitmap_head::dump): New. 2018-10-17 15:59:25 +00: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 Come up with fndecl_built_in_p. 2018-08-27 12:34:52 +00:00
gimple.def
gimple.h
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 [PR87054] fix unaligned access 2018-09-20 19:34:44 +00: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-optimize-isl.c
graphite-poly.c
graphite-scop-detection.c
graphite-sese-to-poly.c Remove unused functions and fields. 2018-09-25 07:13:40 +00:00
graphite.c
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
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
hooks.h
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-handling building 502.gcc_r (PR 87562) 2018-10-18 15:44:39 +00:00
input.h Support string locations for C++ in -Wformat (PR c++/56856) 2018-10-05 19:02:17 +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
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 bitmap.c (bitmap_head::dump): New. 2018-10-17 15:59:25 +00:00
ipa-devirt.c ipa-devirt.c (odr_subtypes_equivalent_p): Fix recursion. 2018-10-26 09:32:47 +00:00
ipa-fnsummary.c Fix scaling of a sreal number. 2018-09-25 07:14:38 +00:00
ipa-fnsummary.h
ipa-hsa.c
ipa-icf-gimple.c
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 Call ultimate_alias_target for node being inlined (PR ipa/87491). 2018-10-04 08:06:52 +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 Remove arc profile histogram in non-LTO mode. 2018-09-21 08:41:17 +00:00
ipa-prop.c Relax hash function to match equals function behavior (PR testsuite/86158). 2018-10-26 07:23:33 +00:00
ipa-prop.h bitmap.c (bitmap_head::dump): New. 2018-10-17 15:59:25 +00:00
ipa-pure-const.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
ipa-ref.c
ipa-ref.h
ipa-reference.c
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 fndecl_built_in_p. 2018-08-27 12:34:52 +00:00
ipa.c
ira-build.c
ira-color.c
ira-conflicts.c
ira-costs.c
ira-emit.c
ira-int.h
ira-lives.c re PR rtl-optimization/87600 (Fix for PRs 86939 and 87479 causes build issues for several targets) 2018-10-12 11:31:11 -05:00
ira.c
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.h
jump.c
langhooks-def.h
langhooks.c tree.h (BLOCK_ORIGIN): New. 2018-09-28 11:33:29 +00:00
langhooks.h
LANGUAGES
lcm.c
lcm.h
libfuncs.h
limitx.h
limity.h
lists.c
lock-and-run.sh
loop-doloop.c
loop-init.c
loop-invariant.c
loop-iv.c
loop-unroll.c
loop-unroll.h
lower-subreg.c
lower-subreg.h
lra-assigns.c
lra-coalesce.c
lra-constraints.c Don't double-count early-clobber matches. 2018-10-22 14:23:37 +00:00
lra-eliminations.c
lra-int.h
lra-lives.c 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
lra-remat.c
lra-spills.c
lra.c
lra.h
lto-cgraph.c calls.c (expand_call): Try to do a tail call for thunks at -O0 too. 2018-09-28 21:20:53 +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 lto-streamer-out.c (DFS::DFS_write_tree_body): Do not follow TYPE_STUB_DECL. 2018-08-30 15:05:38 +00:00
lto-streamer.c
lto-streamer.h
lto-wrapper.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
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
Makefile.in Add D front-end, libphobos library, and D2 testsuite. 2018-10-28 19:51:47 +00:00
match.pd re PR tree-optimization/87633 (ice in compare_range_wit h_value, at vr-values.c:1702) 2018-10-22 20:26:32 +00:00
mcf.c
mem-stats-traits.h
mem-stats.h re PR c/87682 (gcc/mem-stats.h:172: possible broken comparison operator ?) 2018-10-22 10:25:28 +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
modulo-sched.c Remove arc profile histogram in non-LTO mode. 2018-09-21 08:41:17 +00:00
multiple_target.c Redirect call within specific target attribute among MV clones (PR ipa/82625). 2018-10-04 14:36:55 +00:00
omp-builtins.def
omp-expand.c tree.h (BLOCK_ORIGIN): New. 2018-09-28 11:33:29 +00:00
omp-expand.h
omp-general.c
omp-general.h
omp-grid.c
omp-grid.h
omp-low.c re PR middle-end/85488 (segmentation fault when compiling code using the ordered(n) clause in OpenMP 4.5) 2018-10-20 00:52:06 +02:00
omp-low.h
omp-offload.c
omp-offload.h
omp-simd-clone.c
omp-simd-clone.h
ONEWS
opt-functions.awk
opt-gather.awk
opt-include.awk
opt-problem.cc Report vectorization problems via a new opt_problem class 2018-10-04 17:50:52 +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
optabs-libfuncs.h
optabs-query.c
optabs-query.h
optabs-tree.c
optabs-tree.h
optabs.c
optabs.def
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 Report vectorization problems via a new opt_problem class 2018-10-04 17:50:52 +00:00
optinfo-emit-json.h
optinfo.cc Report vectorization problems via a new opt_problem class 2018-10-04 17:50:52 +00:00
optinfo.h Report vectorization problems via a new opt_problem class 2018-10-04 17:50:52 +00:00
opts-common.c
opts-diagnostic.h
opts-global.c
opts.c diagnostics: add minimum width to left margin for line numbers 2018-10-15 22:16:59 +00:00
opts.h
output.h
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 Allow setting of stack-clash via configure options. 2018-10-01 13:02:21 +00:00
params.h
pass_manager.h
passes.c Fix -fopt-info for plugin passes 2018-10-04 14:33:47 +00:00
passes.def re PR tree-optimization/87105 (Autovectorization [X86, SSE2, AVX2, DoublePrecision]) 2018-10-23 11:34:56 +00:00
plugin.c
plugin.def
plugin.h
poly-int-types.h
poly-int.h
postreload-gcse.c Remove arc profile histogram in non-LTO mode. 2018-09-21 08:41:17 +00:00
postreload.c
predict.c Remove arc profile histogram in non-LTO mode. 2018-09-21 08:41:17 +00:00
predict.def
predict.h
prefix.c
prefix.h
pretty-print.c Less verbose fix-it hints for missing header files (PR 87091) 2018-08-27 14:02:05 +00:00
pretty-print.h Less verbose fix-it hints for missing header files (PR 87091) 2018-08-27 14:02:05 +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 cfg.h (struct control_flow_graph): Add edge_flags_allocated and bb_flags_allocated members. 2018-08-24 11:17:16 +00:00
profile-count.h
profile.c Remove arc profile histogram in non-LTO mode. 2018-09-21 08:41:17 +00: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 Elide repeated RTL elements. 2018-10-11 14:00:20 +00:00
README.Portability
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
regrename.h
regs.h
regset.h
regstat.c
reload1.c
reload.c
reload.h
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 Fix rtx_code_size static initialization order fiasco 2018-10-25 13:47:10 +00:00
rtl.def Change EQ_ATTR_ALT to support up to 64 alternatives 2018-09-24 15:01:57 +00:00
rtl.h
rtlanal.c re PR rtl-optimization/87361 (gcc.target/sparc/20161111-1.c FAILs) 2018-09-19 10:12:04 +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
sched-ebb.c
sched-int.h
sched-rgn.c
sel-sched-dump.c
sel-sched-dump.h
sel-sched-ir.c
sel-sched-ir.h
sel-sched.c re PR rtl-optimization/85458 (FAIL: gcc.dg/pr83480.c (internal compiler error)) 2018-09-08 13:20:23 +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 Report vectorization problems via a new opt_problem class 2018-10-04 17:50:52 +00:00
selftest.c
selftest.h Report vectorization problems via a new opt_problem class 2018-10-04 17:50:52 +00:00
sese.c
sese.h
shrink-wrap.c
shrink-wrap.h
signop.h
simplify-rtx.c Limit mask of vec_merge to HOST_BITS_PER_WIDE_INT 2018-10-18 14:29:55 -07: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 Fix overeager spelling corrections (PR c/82967) 2018-09-14 22:02:58 +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 cfgexpand.c (expand_one_var): Use specific wording in error message for non-local frame variables. 2018-10-19 07:17:20 +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 substring-locations: add class format_string_diagnostic_t 2018-09-17 20:31:01 +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 introduce gcc_stablesort 2018-09-03 19:51:24 +03:00
target-def.h
target-globals.c
target-globals.h
target-hooks-macros.h
target-insns.def
target.def re PR rtl-optimization/87466 (IRA and LRA spill all pseudos that are live across setjmp calls) 2018-10-04 08:36:20 -05:00
target.h
targhooks.c Add a hook to support telling the mid-end when to probe the stack. 2018-10-01 12:58:21 +00:00
targhooks.h Add a hook to support telling the mid-end when to probe the stack. 2018-10-01 12:58:21 +00:00
timevar.c
timevar.def
timevar.h
tlink.c
toplev.c diagnostics: add minimum width to left margin for line numbers 2018-10-15 22:16:59 +00:00
toplev.h
tracer.c
tracer.h
trans-mem.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
trans-mem.h
tree-affine.c
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 re PR tree-optimization/87105 (Autovectorization [X86, SSE2, AVX2, DoublePrecision]) 2018-10-23 11:34:56 +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 Add new gswitch related functions into tree-cfg.c. 2018-08-27 12:17:19 +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 Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-core.h tree-core.h (tree_block::abstract_flag): Remove. 2018-10-05 11:46:12 +00:00
tree-data-ref.c bitmap.c (bitmap_head::dump): New. 2018-10-17 15:59:25 +00:00
tree-data-ref.h Report vectorization problems via a new opt_problem class 2018-10-04 17:50:52 +00:00
tree-dfa.c
tree-dfa.h
tree-diagnostic.c Less verbose fix-it hints for missing header files (PR 87091) 2018-08-27 14:02:05 +00:00
tree-diagnostic.h
tree-dump.c
tree-dump.h
tree-eh.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02: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 Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-inline.h
tree-into-ssa.c tree-core.h: Document use of deprecated_flag in SSA_NAME. 2018-08-29 14:12:25 +00:00
tree-into-ssa.h
tree-iterator.c
tree-iterator.h
tree-loop-distribution.c re PR tree-optimization/87022 (miscompilation with -ftree-loop-distribution) 2018-10-15 11:35:56 +00:00
tree-nested.c calls.c (expand_call): Try to do a tail call for thunks at -O0 too. 2018-09-28 21:20:53 +00:00
tree-nested.h
tree-nrv.c
tree-object-size.c
tree-object-size.h
tree-outof-ssa.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-outof-ssa.h
tree-parloops.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-parloops.h
tree-pass.h
tree-phinodes.c
tree-phinodes.h
tree-predcom.c Report vectorization problems via a new opt_problem class 2018-10-04 17:50:52 +00:00
tree-pretty-print.c tree-core.h (tree_block::abstract_flag): Remove. 2018-10-05 11:46:12 +00:00
tree-pretty-print.h [debug] Add -gdescribe-dies 2018-09-12 07:27:26 +00:00
tree-profile.c Fix divergence in indirect profiling (PR gcov-profile/84107). 2018-10-04 12:41:14 +00:00
tree-scalar-evolution.c scev: dump final value replacement expressions 2018-08-23 19:01:12 +03:00
tree-scalar-evolution.h
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 re PR middle-end/63155 (memory hog) 2018-10-22 13:54:23 +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 bitmap.c (bitmap_head::dump): New. 2018-10-17 15:59:25 +00: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
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
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 re PR tree-optimization/87465 (Loop removal regression) 2018-10-01 13:10:48 +00:00
tree-ssa-loop-ivopts.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-ssa-loop-ivopts.h
tree-ssa-loop-manip.c
tree-ssa-loop-manip.h
tree-ssa-loop-niter.c bitmap.c (bitmap_head::dump): New. 2018-10-17 15:59:25 +00:00
tree-ssa-loop-niter.h
tree-ssa-loop-prefetch.c
tree-ssa-loop-split.c
tree-ssa-loop-unswitch.c
tree-ssa-loop.c
tree-ssa-loop.h
tree-ssa-math-opts.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02: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 re PR tree-optimization/87105 (Autovectorization [X86, SSE2, AVX2, DoublePrecision]) 2018-10-23 11:34:56 +00:00
tree-ssa-phiprop.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-ssa-pre.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02: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 Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-ssa-sccvn.c tree-ssa-sccvn.c (do_rpo_vn): Free rpo_state. 2018-10-24 14:31:17 +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 Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02: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 re PR tree-optimization/87693 (ICE in thread_around_empty_blocks, at tree-ssa-threadedge.c:984) 2018-10-23 08:51:20 +00:00
tree-ssa-threadedge.h
tree-ssa-threadupdate.c
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
tree-ssa.h
tree-ssanames.c bitmap.c (bitmap_head::dump): New. 2018-10-17 15:59:25 +00:00
tree-ssanames.h bitmap.c (bitmap_head::dump): New. 2018-10-17 15:59:25 +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 tree-core.h (tree_block::abstract_flag): Remove. 2018-10-05 11:46:12 +00:00
tree-streamer-out.c tree-core.h (tree_block::abstract_flag): Remove. 2018-10-05 11:46:12 +00:00
tree-streamer.c
tree-streamer.h
tree-switch-conversion.c Switch conversion: support any ax + b transformation (PR tree-optimization/84436). 2018-10-24 13:52:21 +00:00
tree-switch-conversion.h Switch conversion: support any ax + b transformation (PR tree-optimization/84436). 2018-10-24 13:52:21 +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 re PR tree-optimization/87746 (ICE in vect_update_misalignment_for_peel, at tree-vect-data-refs.c:1035) 2018-10-26 07:12:02 +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 Add -fopt-info-internals 2018-10-04 17:41:08 +00:00
tree-vect-loop.c tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Open a dump scope. 2018-10-08 12:29:51 +00:00
tree-vect-patterns.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-vect-slp.c tree-vect-slp.c (vect_mark_slp_stmts): Add visited hash_set and wrapper. 2018-10-26 11:52:10 +00:00
tree-vect-stmts.c tree-vect-stmts.c (vect_analyze_stmt): Fix typo in comment. 2018-10-23 09:17:29 +00:00
tree-vector-builder.c
tree-vector-builder.h
tree-vectorizer.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
tree-vectorizer.h re PR tree-optimization/87105 (Autovectorization [X86, SSE2, AVX2, DoublePrecision]) 2018-10-26 07:38:59 +00:00
tree-vrp.c tree-vrp.c (add_assert_info): Guard dump_printf with dump_enabled_p. 2018-10-23 11:37:52 +00:00
tree-vrp.h bitmap.c (bitmap_head::dump): New. 2018-10-17 15:59:25 +00:00
tree.c * tree.c (free_lang_data_in_type): Only check main variants. 2018-10-26 07:21:04 +00:00
tree.def tree-core.h (tree_block::abstract_flag): Remove. 2018-10-05 11:46:12 +00:00
tree.h ipa-devirt.c (warn_odr): Make static. 2018-10-26 07:20:01 +00: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
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 Return hash of ADDR_EXPR if its argument is CONSTANT_CLASS_P. 2018-10-24 13:49:47 +00:00
varasm.h
varpool.c
vec-perm-indices.c
vec-perm-indices.h
vec.c qsort_chk: call from gcc_qsort instead of wrapping it 2018-09-03 19:46:46 +03:00
vec.h
vector-builder.h
version.c
version.h
vmsdbg.h
vmsdbgout.c
vr-values.c bitmap.c (bitmap_head::dump): New. 2018-10-17 15:59:25 +00:00
vr-values.h bitmap.c (bitmap_head::dump): New. 2018-10-17 15:59:25 +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
xcoffout.h

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.