This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/48010] typedef redefinitions are allowed if the redefined type is a nested class type
- From: "fabien at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 7 Mar 2011 14:05:25 +0000
- Subject: [Bug c++/48010] typedef redefinitions are allowed if the redefined type is a nested class type
- Auto-submitted: auto-generated
- References: <bug-48010-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48010
fabien at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to work| |3.2.3
Known to fail| |3.4.6
--- Comment #2 from fabien at gcc dot gnu.org 2011-03-07 14:05:19 UTC ---
It is a regression from 3.2.3 where the following diagnostic was emitted:
duplicate nested type `A::type'