This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/21383] [3.4 Regression] Crash when finding &a_templated_func<>
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Dec 2005 11:01:03 -0000
- Subject: [Bug c++/21383] [3.4 Regression] Crash when finding &a_templated_func<>
- References: <bug-21383-7658@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #10 from reichelt at gcc dot gnu dot org 2005-12-06 11:01 -------
Subject: Bug 21383
Author: reichelt
Date: Tue Dec 6 11:00:46 2005
New Revision: 108114
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108114
Log:
Backport:
2005-10-18 Nathan Sidwell <nathan@codesourcery.com>
PR c++/21383
* name-lookup.c (arg_assoc): Template args can be null in a
template-id-expr.
* g++.dg/overload/koenig2.C: New.
Added:
branches/gcc-3_4-branch/gcc/testsuite/g++.dg/overload/koenig2.C
Modified:
branches/gcc-3_4-branch/gcc/cp/ChangeLog
branches/gcc-3_4-branch/gcc/cp/name-lookup.c
branches/gcc-3_4-branch/gcc/testsuite/ChangeLog
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21383