Go to file
Kriang Lerdsuwanakij b0bc6e8e6c re PR c++/13520 (gcc crashes with inheritance + default template parameter of nested template type)
PR c++/13520
	* cp-tree.h (DECL_UNBOUND_CLASS_TEMPLATE_P): New macro.
	(DECL_FUNCTION_TEMPLATE_P): Use it.
	(DECL_CLASS_TEMPLATE_P): Likewise.
	* parser.c (cp_parser_lookup_name): Add is_template parameter.
	(cp_parser_type_parameter): Adjust call to cp_parser_lookup_name.
	(cp_parser_template_name): Likewise.
	(cp_parser_elaborated_type_specifier): Likewise.
	(cp_parser_namespace_name): Likewise.
	(cp_parser_class_name): Likewise.
	(cp_parser_lookup_name_simple): Likewise.

	* g++.dg/template/qualttp22.C: New test.

From-SVN: r75321
2004-01-02 11:41:51 +00:00
boehm-gc
config
contrib
fastjar
gcc re PR c++/13520 (gcc crashes with inheritance + default template parameter of nested template type) 2004-01-02 11:41:51 +00:00
include
INSTALL
intl
libf2c
libffi
libiberty
libjava 2003-12-31 Michael Koch <konqueror@gmx.de> 2003-12-31 11:27:09 +00:00
libobjc
libstdc++-v3 Daily bump. 2004-01-02 00:16:07 +00:00
maintainer-scripts update_version: Add some documentation. 2004-01-02 08:36:59 +00:00
zlib
.cvsignore
ABOUT-NLS
ChangeLog configure.in (ia64*-*-hpux*): Disable building java libraries. 2003-12-31 23:11:21 +00:00
config-ml.in
config.guess
config.if
config.rpath
config.sub
configure configure.in (ia64*-*-hpux*): Disable building java libraries. 2003-12-31 23:11:21 +00:00
configure.in configure.in (ia64*-*-hpux*): Disable building java libraries. 2003-12-31 23:11:21 +00:00
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS
Makefile.def
Makefile.in
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
README
README.SCO
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.