This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14258] [3.4/3.5 Regression] typename in a using declaration reports bogus error
- From: "giovannibajo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Feb 2004 12:47:02 -0000
- Subject: [Bug c++/14258] [3.4/3.5 Regression] typename in a using declaration reports bogus error
- References: <20040223132906.14258.japple@freeshell.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From giovannibajo at libero dot it 2004-02-27 12:47 -------
The problem is that our USING_DECL doesn't record the "typename", that is the
fact that it is a type which is imported through it. This used to work thanks
to the implicit type name extension, I believe.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258