Go to file
Trevor Saunders 2f42e5de44 implement -Wsuggest-override
c-family/

	PR c++/31397
	* c.opt (Wsuggest-override): New option.

cp/

	PR c++/31397
	* class.c (check_for_override): Warn when a virtual function is an
	override not marked override.

gcc/

	PR c++/31397
	* doc/invoke.texi: Document -Wsuggest-override.

From-SVN: r219213
2015-01-06 02:02:47 +00:00
boehm-gc Include target-utils.exp in boehm-gc testing 2014-12-18 09:42:22 +00:00
config
contrib config-list.mk: Extract target name correctly 2015-01-05 19:28:47 +00:00
fixincludes server.c (server_setup): Check return value of getcwd and in case of error set buff[0] to 0. 2014-12-15 09:10:41 +01:00
gcc implement -Wsuggest-override 2015-01-06 02:02:47 +00:00
gnattools
include xasprintf.c: New file. 2014-12-24 17:22:51 +01:00
INSTALL
intl
libada Update copyright years. 2015-01-05 13:33:28 +01:00
libatomic Update copyright years. 2015-01-05 13:33:28 +01:00
libbacktrace Update copyright years. 2015-01-05 13:33:28 +01:00
libcc1
libcilkrts
libcpp Update copyright years. 2015-01-05 13:33:28 +01:00
libdecnumber Update copyright years. 2015-01-05 13:33:28 +01:00
libffi
libgcc Update copyright years. 2015-01-05 13:33:28 +01:00
libgfortran Update copyright years. 2015-01-05 13:33:28 +01:00
libgo re PR go/61871 (FAIL: regexp from libgo testsuite on non-split stack targets) 2015-01-05 16:13:06 +00:00
libgomp Update copyright years. 2015-01-05 13:33:28 +01:00
libiberty xasprintf.c: New file. 2014-12-24 17:22:51 +01:00
libitm Update copyright years. 2015-01-05 13:33:28 +01:00
libjava gcc.c (process_command): Update copyright notice dates. 2015-01-05 13:05:46 +01:00
libobjc Update copyright years. 2015-01-05 13:33:28 +01:00
liboffloadmic
libquadmath gcc.c (process_command): Update copyright notice dates. 2015-01-05 13:05:46 +01:00
libsanitizer sanitizer_symbolizer_libbacktrace.cc, [...]: Cherry pick upstream r224308. 2014-12-16 12:35:34 +01:00
libssp
libstdc++-v3 Update copyright years. 2015-01-05 13:33:28 +01:00
libvtv
lto-plugin
maintainer-scripts
zlib
.dir-locals.el
.gitignore
ABOUT-NLS
ChangeLog configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET. 2015-01-04 10:31:30 +00:00
ChangeLog.jit
ChangeLog.tree-ssa
compile
config-ml.in
config.guess config.sub: Update from upstream, to 2015-01-01 version. 2015-01-02 09:30:21 +00:00
config.rpath
config.sub config.sub: Update from upstream, to 2015-01-01 version. 2015-01-02 09:30:21 +00:00
configure configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET. 2015-01-04 10:31:30 +00:00
configure.ac configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET. 2015-01-04 10:31:30 +00:00
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
COPYING.RUNTIME
depcomp
install-sh
libtool-ldflags
libtool.m4
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS Add myself to RTEMS Ports maintainers. 2014-12-22 06:09:21 +00:00
Makefile.def Bug #63539 2015-01-03 14:50:48 -08:00
Makefile.in Bug #63539 2015-01-03 14:50:48 -08:00
Makefile.tpl Bug #63539 2015-01-03 14:50:48 -08:00
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with COPYING for copying permission.  The manuals, and
some of the runtime libraries, are under different terms; see the
individual source files for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs/ for how to report bugs usefully.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.