8sa1-gcc/gcc
Joseph Myers 22e0527251 Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
This patch updates GCC to use autoconf 2.69 and automake 1.15.1.
(That's not the latest automake version, but it's the one used by
binutils-gdb, with which consistency is desirable, and in any case
seems a useful incremental update that should make a future update to
1.16.1 easier.)

The changes are generally similar to the binutils-gdb ones, and are
copied from there where shared files and directories are involved
(there are some further changes to such shared directories, however,
which I'd expect to apply to binutils-gdb once this patch is in GCC).
Largely, obsolete AC_PREREQ calls are removed, while many
AC_LANG_SOURCE calls are added to avoid warnings from aclocal and
autoconf.  Multilib support is no longer included in core automake,
meaning that multilib.am needs copying from automake's contrib
directory into the GCC source tree.  Autoconf 2.69 has Go support, so
local copies of that support are removed.  I hope the D support will
soon be submitted to upstream autoconf so the local copy of that can
be removed in a future update.  Changes to how automake generates
runtest calls mean quotes are removed from RUNTEST definitions in five
lib*/testsuite/Makefile.am files (libatomic, libgomp, libitm,
libphobos, libvtv; some others have RUNTEST definitions without
quotes, which are still OK); libgo and libphobos also get
-Wno-override added to AM_INIT_AUTOMAKE so those overrides of RUNTEST
do not generate automake warnings.

Note that the regeneration did not include regeneration of
fixincludes/config.h.in (attempting such regeneration resulted in all
the USED_FOR_TARGET conditionals disappearing; and I don't see
anything in the fixincludes/ directory that would result in such
conditionals being generated, unlike in the gcc/ directory).  Also
note that libvtv/testsuite/other-tests/Makefile.in was not
regenerated; that directory is not listed as a subdirectory for which
Makefile.in gets regenerated by calling "automake" in libvtv/, so I'm
not sure how it's meant to be regenerated.

While I mostly fixed warnings should running aclocal / automake /
autoconf, there were various such warnings from automake in the
libgfortran, libgo, libgomp, liboffloadmic, libsanitizer, libphobos
directories that I did not fix, preferring to leave those to the
relevant subsystem maintainers.  Specifically, most of those warnings
were of the following form (example from libgfortran):

Makefile.am:48: warning: source file 'caf/single.c' is in a subdirectory,
Makefile.am:48: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they
will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.

I think it's best for the relevant maintainers to add subdir-objects
and do any other associated Makefile.am changes needed.  In some cases
the paths in the warnings involved ../; I don't know if that adds any
extra complications to the use of subdir-objects.

I've tested this with native, cross and Canadian cross builds.  The
risk of any OS-specific issues should I hope be rather lower than if a
libtool upgrade were included (we *should* do such an upgrade at some
point, but it's more complicated - it involves identifying all our
local libtool changes to see if any aren't included in the upstream
version we update to, and reverting an upstream libtool patch that's
inappropriate for use in GCC); I think it would be better to get this
update into GCC so that people can test in different configurations
and we can fix any issues found, rather than to try to get more and
more testing done before it goes in.

top level:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* multilib.am: New file.  From automake.

	Merge from binutils-gdb:
	2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>

	* libtool.m4: Use AC_LANG_SOURCE.
	* configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
	* ar-lib: New file.
	* test-driver: New file.
	* configure: Re-generate.

config:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* math.m4, tls.m4: Use AC_LANG_SOURCE.

	Merge from binutils-gdb:
	2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>

	* override.m4 (_GCC_AUTOCONF_VERSION): Bump from 2.64 to 2.69.

fixincludes:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* configure.ac: Remove AC_PREREQ.
	* aclocal.m4, configure: Regenerate.

gcc:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* configure.ac: Remove AC_PREREQ.  Use AC_LANG_SOURCE.  Use single
	line for second argument of AC_DEFINE_UNQUOTED.
	* doc/install.texi (Tools/packages necessary for modifying GCC):
	Update to autoconf 2.69 and automake 1.15.1.
	* aclocal.m4, config.in, configure: Regenerate.

gnattools:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* configure.ac: Remove AC_PREREQ.
	* configure: Regenerate.

gotools:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* config/go.m4: Remove file.
	* Makefile.am (ACLOCAL_AMFLAGS): Do not use -I ./config.
	* configure.ac:  Remove AC_PREREQ.  Do not include config/go.m4.
	* Makefile.in, aclocal.m4, configure: Regenerate.

intl:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	Merge from binutils-gdb:
	2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>

	* configure.ac: Add AC_USE_SYSTEM_EXTENSIONS, remove AC_PREREQ.
	* configure: Re-generate.
	* config.h.in: Re-generate.
	* aclocal.m4: Re-generate.

libada:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* configure.ac: Remove AC_PREREQ.
	* configure: Regenerate.

libatomic:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* Makefile.am: Include multilib.am.
	* acinclude.m4: Use AC_LANG_SOURCE.
	* configure.ac: Remove AC_PREREQ.
	* testsuite/Makefile.am (RUNTEST): Remove quotes.
	* Makefile.in, aclocal.m4, configure, testsuite/Makefile.in:
	Regenerate.

libbacktrace:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* Makefile.am: Include multilib.am.
	* configure.ac: Remove AC_PREREQ.  Use AC_LANG_SOURCE.
	* Makefile.in, aclocal.m4, config.h.in, configure: Regenerate.

libcc1:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* configure.ac: Remove AC_PREREQ.
	* Makefile.in, aclocal.m4, configure: Regenerate.

libcpp:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* configure.ac: Remove AC_PREREQ.  Use AC_LANG_SOURCE.
	* aclocal.m4, config.in, configure: Regenerate.

libdecnumber:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	Merge from binutils-gdb:
	2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>

	* configure.ac: Remove AC_PREREQ.
	* configure: Re-generate.
	* aclocal.m4.

libffi:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* Makefile.am: Include multilib.am.
	(AUTOMAKE_OPTIONS): Add info-in-builddir.
	(CLEANFILES): Remove doc/libffi.info.
	* configure.ac: Remove AC_PREREQ.
	* Makefile.in, aclocal.m4, configure, fficonfig.h.in,
	include/Makefile.in, man/Makefile.in, testsuite/Makefile.in:
	Regenerate.

libgcc:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* configure.ac: Remove AC_PREREQ.  Use AC_LANG_SOURCE.
	* configure: Regenerate.

libgfortran:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* Makefile.am: Include multilib.am.
	* configure.ac: Remove AC_PREREQ.
	* Makefile.in, aclocal.m4, config.h.in, configure: Regenerate.

libgo [logically part of this change but omitted from the commit]:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* Makefile.am: Include multilib.am.
	* config/go.m4: Remove file.
	* config/libtool.m4: Use AC_LANG_SOURCE.
	* configure.ac: Remove AC_PREREQ.  Use AC_LANG_SOURCE.  Use
	-Wno-override in AM_INIT_AUTOMAKE call.
	* Makefile.in, aclocal.m4, configure, testsuite/Makefile.in:
	Regenerate.

libgomp:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* Makefile.am: Include multilib.am
	(AUTOMAKE_OPTIONS): Add info-in-builddir.
	(CLEANFILES): Remove libgomp.info.
	* configure.ac: Remove AC_PREREQ.
	* testsuite/Makefile.am (RUNTEST): Remove quotes.
	* Makefile.in, aclocal.m4, configure, testsuite/Makefile.in:
	Regenerate.

libhsail-rt:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* configure.ac: Remove AC_PREREQ.
	* Makefile.in, aclocal.m4, configure: Regenerate.

libiberty:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	Merge from binutils-gdb:
	2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>

	* configure.ac: Remove AC_PREREQ.
	* configure: Re-generate.
	* config.in: Re-generate.

libitm:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* Makefile.am: Include multilib.am.
	(AUTOMAKE_OPTIONS): Add info-in-builddir.
	(CLEANFILES): Remove libitm.info.
	* configure.ac: Remove AC_PREREQ.
	* testsuite/Makefile.am (RUNTEST): Remove quotes.
	* Makefile.in, aclocal.m4, configure, testsuite/Makefile.in:
	Regenerate.

libobjc:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* configure.ac: Remove AC_PREREQ.
	* aclocal.m4, config.h.in, configure: Regenerate.

liboffloadmic:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* Makefile.am: Include multilib.am.
	* configure.ac: Remove AC_PREREQ.
	* plugin/Makefile.am: Include multilib.am.
	* plugin/configure.ac: Remove AC_PREREQ.
	* Makefile.in, aclocal.m4, configure, plugin/Makefile.in,
	plugin/aclocal.m4, plugin/configure: Regenerate.

libphobos:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* Makefile.am: Include multilib.am.
	* configure.ac: Remove AC_PREREQ.  Use -Wno-override in
	AM_INIT_AUTOMAKE call.
	* m4/autoconf.m4: Add extra argument to AC_LANG_DEFINE call.
	* m4/druntime/os.m4: Use AC_LANG_SOURCE.
	* testsuite/Makefile.am (RUNTEST): Remove quotes.
	* Makefile.in, aclocal.m4, configure, libdruntime/Makefile.in,
	src/Makefile.in, testsuite/Makefile.in: Regenerate.

libquadmath:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* Makefile.am: Include multilib.am.
	(AUTOMAKE_OPTIONS): Remove 1.8.  Add info-in-builddir.
	(all-local): Define outside conditional code.
	(CLEANFILES): Remove libquadmath.info.
	* configure.ac: Remove AC_PREREQ.
	* Makefile.in, aclocal.m4, config.h.in, configure: Regenerate.

libsanitizer:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* Makefile.am: Include multilib.am.
	* configure.ac: Remove AC_PREREQ.  Use AC_LANG_SOURCE.
	* Makefile.in, aclocal.m4, asan/Makefile.in, configure,
	interception/Makefile.in, libbacktrace/Makefile.in,
	lsan/Makefile.in, sanitizer_common/Makefile.in, tsan/Makefile.in,
	ubsan/Makefile.in: Regenerate.

libssp:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* Makefile.am: Include multilib.am.
	(AUTOMAKE_OPTIONS): Remove 1.9.5.
	* configure.ac: Remove AC_PREREQ.  Quote argument to
	AC_RUN_IFELSE.
	* Makefile.in, aclocal.m4, configure: Regenerate.

libstdc++-v3:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* Makefile.am: Include multilib.am.
	* configure.ac: Remove AC_PREREQ.
	* Makefile.in, aclocal.m4, configure, doc/Makefile.in,
	include/Makefile.in, libsupc++/Makefile.in, po/Makefile.in,
	python/Makefile.in, src/Makefile.in, src/c++11/Makefile.in,
	src/c++17/Makefile.in, src/c++98/Makefile.in,
	src/filesystem/Makefile.in, testsuite/Makefile.in: Regenerate.

libvtv:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* Makefile.am: Include multilib.am.
	* configure.ac: Remove AC_PREREQ.
	* testsuite/Makefile.am (RUNTEST): Remove quotes.
	* Makefile.in, aclocal.m4, configure, testsuite/Makefile.in:
	Regenerate.

lto-plugin:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* configure.ac: Remove AC_PREREQ.  Use AC_LANG_SOURCE.
	* Makefile.in, aclocal.m4, config.h.in, configure: Regenerate.

zlib:
2018-10-31  Joseph Myers  <joseph@codesourcery.com>

	PR bootstrap/82856
	* Makefile.am: Include multilib.am.

	Merge from binutils-gdb:
	2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>

	* configure.ac: Modernize AC_INIT call, remove AC_PREREQ.
	* Makefile.am (AUTOMAKE_OPTIONS): Remove 1.8, cygnus, add foreign.
	* Makefile.in: Re-generate.
	* aclocal.m4: Re-generate.
	* configure: Re-generate.

From-SVN: r265695
2018-10-31 17:03:16 +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 C++: simplify output from suggest_alternatives_for 2018-10-29 23:53:50 +00:00
c-family [6/6] Preprocessor forced macro location 2018-10-31 15:26:28 +00:00
common Provide extension hint for aarch64 target (PR driver/83193). 2018-10-31 14:46:17 +00:00
config Provide extension hint for aarch64 target (PR driver/83193). 2018-10-31 14:46:17 +00:00
cp [C++ PATCH] Simplify overloads 2018-10-31 12:42:35 +00:00
d Add D front-end, libphobos library, and D2 testsuite. 2018-10-28 19:51:47 +00:00
doc Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). 2018-10-31 17:03:16 +00:00
fortran [6/6] Preprocessor forced macro location 2018-10-31 15:26:28 +00:00
ginclude
go compiler: pass a single flags argument to Backend::function 2018-10-29 19:25:57 +00:00
jit Run selftests for C++ as well as C 2018-10-17 13:56:05 +00:00
lto Avoid unnecessarily numbering cloned symbols. 2018-10-30 11:39:29 +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 Provide extension hint for aarch64 target (PR driver/83193). 2018-10-31 14:46:17 +00:00
ABOUT-GCC-NLS
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 Remove unused functions and fields. 2018-09-25 07:13:40 +00:00
alias.h
align.h
alloc-pool.c
alloc-pool.h Don't allow the pool allocator to be configured to allocate zero-sized objects 2018-10-30 11:33:24 +00:00
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 Avoid unnecessarily numbering cloned symbols. 2018-10-30 11:39:29 +00:00
cgraphbuild.c
cgraphclones.c Avoid unnecessarily numbering cloned symbols. 2018-10-30 11:39:29 +00: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 Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). 2018-10-31 17:03:16 +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: Fix various shortcomings in make_more_copies (PR87701, PR87780) 2018-10-29 08:36:45 +01: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 config.gcc (xstormy16-*-elf): Set tm_d_file. 2018-10-29 22:56:52 +00:00
config.host
config.in Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). 2018-10-31 17:03:16 +00:00
configure Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). 2018-10-31 17:03:16 +00:00
configure.ac Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). 2018-10-31 17:03:16 +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-31 00:17:19 +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 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 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 * gcov.c (output_lines): Remove duplicate line. 2018-10-30 18:01:41 +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 PR middle-end/87041 - -Wformat reading through null pointer on unreachable code 2018-10-30 15:58:35 -06: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 get_substring_ranges_for_loc on __FILE__ (PR c++/87721) 2018-10-29 23:58:34 +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 GCOV: introduce --json-format. 2018-10-29 12:00:54 +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
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 GCOV: introduce --json-format. 2018-10-29 12:00:54 +00:00
match.pd gimplefe-30.c: New test. 2018-10-29 00:03:20 +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 Avoid unnecessarily numbering cloned symbols. 2018-10-30 11:39:29 +00:00
omp-builtins.def
omp-expand.c Avoid unnecessarily numbering cloned symbols. 2018-10-30 11:39:29 +00:00
omp-expand.h
omp-general.c
omp-general.h
omp-grid.c
omp-grid.h
omp-low.c Avoid unnecessarily numbering cloned symbols. 2018-10-30 11:39:29 +00:00
omp-low.h
omp-offload.c
omp-offload.h
omp-simd-clone.c Avoid unnecessarily numbering cloned symbols. 2018-10-30 11:39:29 +00:00
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 * params.def (lto-partitions): Bump from 32 to 128. 2018-10-30 21:47:19 +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 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 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 re PR middle-end/70359 (Code size increase for x86/ARM/others compared to gcc-5.3.0) 2018-10-31 11:57:33 +00: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 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 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 re PR c++/87469 (ice in record_estimate, at tree-ssa-loop-niter.c:3271) 2018-10-29 22:02:45 +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 re PR tree-optimization/87800 (CPU2006 416.gamess failed to build with LTO) 2018-10-30 11:27:32 +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 2018-10-30 19:13:47 +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.