[Bug c++/58632] [4.8/4.9 Regression] ICE reusing template parameter name as class name
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jan 28 21:05:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58632
--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Tue Jan 28 21:04:29 2014
New Revision: 207208
URL: http://gcc.gnu.org/viewcvs?rev=207208&root=gcc&view=rev
Log:
PR c++/58632
* decl.c (lookup_and_check_tag): Ignore template parameters if
scope == ts_current.
* pt.c (check_template_shadow): Don't complain about the injected
class name.
Added:
trunk/gcc/testsuite/g++.dg/template/shadow1.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/decl.c
trunk/gcc/cp/pt.c
More information about the Gcc-bugs
mailing list