Go to file
Hans-Peter Nilsson 85617eba1e c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn when warn_declaration_after_statement.
* c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn
	when warn_declaration_after_statement.  Call pedwarn_c90, not
	pedwarn.  Correct message: it's "ISO C90", not "ISO C89".
	* c-common.c (warn_declaration_after_statement): Define.
	* c-common.h (warn_declaration_after_statement): Declare.
	* c.opt (Wdeclaration-after-statement): New.
	* c-errors.c (pedwarn_c90): New function.
	* c-opts.c (c_common_handle_option) <case
	OPT_Wdeclaration_after_statement>: New.
	* c-tree.h (pedwarn_c90): Declare.
	* doc/invoke.texi (Option Summary): Document
	-Wdeclaration-after-statement.
	(Warning Options): Ditto.

Co-Authored-By: Michael Culbertson <Michael.J.Culbertson@wheaton.edu>

From-SVN: r69899
2003-07-28 20:03:25 +00:00
boehm-gc Import GC 6.3alpha1. 2003-07-28 04:18:23 +00:00
config
contrib
fastjar
gcc c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn when warn_declaration_after_statement. 2003-07-28 20:03:25 +00:00
include
INSTALL
intl
libf2c
libffi
libiberty
libjava natString.cc (init(gnu.gcj.runtime.StringBuffer)): New method. 2003-07-28 16:12:00 +00:00
libobjc
libstdc++-v3 testsuite_hooks.h: Remove list include. 2003-07-28 17:12:16 +00:00
maintainer-scripts gcc_release (usage): Document that -s now takes symbolic name and branch of the snapshot as parameters. 2003-07-23 15:56:40 +00:00
zlib
.cvsignore
ABOUT-NLS
ChangeLog Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when... 2003-07-28 03:25:51 +00:00
config-ml.in
config.guess
config.if
config.rpath
config.sub
configure Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when... 2003-07-28 03:25:51 +00:00
configure.in Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when... 2003-07-28 03:25:51 +00:00
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene. 2003-07-26 16:53:54 +00:00
Makefile.def
Makefile.in Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when... 2003-07-28 03:25:51 +00:00
Makefile.tpl Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when... 2003-07-28 03:25:51 +00: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 file 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.html for how to report bugs usefully.