--- Comment #5 from hjl at gcc dot gnu dot org 2009-03-18 15:00 ---
Subject: Bug 39425
Author: hjl
Date: Wed Mar 18 15:00:32 2009
New Revision: 144933
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144933
Log:
gcc/cp/
2009-03-18 H.J. Lu
Backport from mainline:
--- Comment #4 from hjl at gcc dot gnu dot org 2009-03-18 14:57 ---
Subject: Bug 39425
Author: hjl
Date: Wed Mar 18 14:56:45 2009
New Revision: 144932
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=144932
Log:
gcc/cp/
2009-03-18 H.J. Lu
PR c++/39425
* parser
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
Priority|P3 |P2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39425
--- Comment #3 from hjl dot tools at gmail dot com 2009-03-11 20:32 ---
A patch is posted at
http://gcc.gnu.org/ml/gcc-patches/2009-03/msg00570.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
---
--- Comment #2 from hjl dot tools at gmail dot com 2009-03-11 18:23 ---
I think this is introduced by revision 117206
http://gcc.gnu.org/ml/gcc-cvs/2006-09/msg00593.html
--
hjl dot tools at gmail dot com changed:
What|Removed |Added
--
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-03-11 10:48 ---
Confirmed. 4.1 does
g++-4.1 -S t.ii -ftemplate-depth-4
t.ii:8: error: explicit specialization in non-namespace scope class a
t.ii:15: error: expected unqualified-id at end of input
--
rguenth at gcc dot gnu d