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: "mmitchel at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Mar 2004 02:10:42 -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 mmitchel at gcc dot gnu dot org 2004-03-01 02:10 -------
This is expected behavior, given that G++ does not implement the new
using-declaration semantics, but rather the old ARM-style access-declaration
semantics.
This bug will not be fixed in GCC 3.4.x, so I have changed the target milestone
to 3.5.0.
--
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|3.4.0 |3.5.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14258