public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/48010] New: typedef redefinitions are allowed if the redefined type is a nested class type
@ 2011-03-06 20:38 fabien at gcc dot gnu.org
  2011-03-06 20:42 ` [Bug c++/48010] " fabien at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: fabien at gcc dot gnu.org @ 2011-03-06 20:38 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48010

           Summary: typedef redefinitions are allowed if the redefined
                    type is a nested class type
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: fabien@gcc.gnu.org
        ReportedBy: fabien@gcc.gnu.org
              Host: x86_64-unknown-linux-gnu
            Target: x86_64-unknown-linux-gnu
             Build: x86_64-unknown-linux-gnu


struct A
{
    struct type {};
    typedef int type;
};


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-08-18 11:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-06 20:38 [Bug c++/48010] New: typedef redefinitions are allowed if the redefined type is a nested class type fabien at gcc dot gnu.org
2011-03-06 20:42 ` [Bug c++/48010] " fabien at gcc dot gnu.org
2011-03-07 14:05 ` fabien at gcc dot gnu.org
2011-03-16 22:43 ` fabien at gcc dot gnu.org
2011-05-31 19:13 ` fabien at gcc dot gnu.org
2011-06-02 21:43 ` fabien at gcc dot gnu.org
2011-08-18 11:21 ` dodji at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).