Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: nefercheprure at gmail dot com
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux
--- Additional Comments From nefercheprure at gmail dot com 2005-04-01
19:22 ---
Created an attachment (id=8509)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8509&action=view)
the preprocessed file that demonstrates the regression
g++ -v -c logger.cc produces this
--
What|Removed |Added
Keywords||accepts-invalid
Known to fail||3.4.3
Known to work|
--- Additional Comments From nefercheprure at gmail dot com 2005-01-30
15:07 ---
This issue also affects template parameters: see also: 14.1/2, 14.6/5
namespace N { typedef int my_typedef }
template < typename N::my_typedef > class X {};
X<3> variable;
Neither the other