This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/48010] typedef redefinitions are allowed if the redefined type is a nested class type


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'


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]