Go to file
Jason Merrill 67dc1f24dc re PR c++/18451 (C++ error message regression)
PR c++/18451
	PR c++/40738
	* cp-tree.h (cp_decl_specifier_seq): Add any_type_specifiers_p.
	* parser.c (cp_parser_single_declaration): Call
	cp_parser_parse_and_diagnose_invalid_type_name here, too.
	(cp_parser_parameter_declaration): And here.
	(cp_parser_parse_and_diagnose_invalid_type_name): Be
	less picky about declarator form.  Don't skip to
	the end of the block if	we're in a declarator.
	(cp_parser_decl_specifier_seq): Set any_type_specifiers_p.
	(cp_parser_simple_declaration): Check it.
	(cp_parser_member_declaration): Likewise.
	(cp_parser_diagnose_invalid_type_name): Tweak error message.
	(cp_parser_expression_statement): Likewise.
	* decl2.c (grokfield): Mention decltype instead of typeof.

From-SVN: r154006
2009-11-07 22:47:36 -05:00
INSTALL
boehm-gc
config largefile.m4: New file. 2009-11-07 01:59:54 +00:00
contrib
fixincludes
gcc re PR c++/18451 (C++ error message regression) 2009-11-07 22:47:36 -05:00
gnattools
include Checking this in for: Jonas Maebe <jonas.maebe@elis.ugent.be> 2009-11-06 14:36:57 +00:00
intl
libada
libcpp
libdecnumber
libffi re PR libffi/41908 (closures fail for some structure arguments containing floats) 2009-11-02 22:18:17 +01:00
libgcc
libgfortran Forgot files from r153825 2009-11-03 00:14:20 +02:00
libgomp
libiberty
libjava Work with defaulted $prefix (NONE) in libjava. 2009-11-02 18:52:08 +00:00
libmudflap
libobjc
libssp
libstdc++-v3 user.cfg.in: Adjust includes. 2009-11-06 22:15:17 +00:00
lto-plugin lto-plugin.c (temp_obj_dir_name): Remove. 2009-11-05 13:59:54 +00:00
maintainer-scripts
zlib
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem paths for *-w64-mingw* and x86_64-*mingw*. 2009-11-06 11:16:30 +01:00
ChangeLog.tree-ssa
MAINTAINERS * MAINTAINERS (Write After Approval): Add entry for my INRIA work. 2009-11-05 13:41:46 +00:00
Makefile.def
Makefile.in
Makefile.tpl
README
compile
config-ml.in
config.guess
config.rpath
config.sub
configure configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem paths for *-w64-mingw* and x86_64-*mingw*. 2009-11-06 11:16:30 +01:00
configure.ac configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem paths for *-w64-mingw* and x86_64-*mingw*. 2009-11-06 11:16:30 +01:00
depcomp
install-sh
libtool-ldflags
libtool.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
missing
mkdep
mkinstalldirs
move-if-change
symlink-tree
ylwrap

README

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.