public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/19395] New: [3.3/3.4/4.0 regression] invalid scope qualifier allowed in typedef
@ 2005-01-12 13:02 reichelt at gcc dot gnu dot org
  2005-01-12 15:54 ` [Bug c++/19395] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2005-01-12 13:02 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet is accepted since gcc 3.0
(without warning, even with -pedantic -Wall -W):

=======================
struct A
{
    typedef int ::X;
};
=======================

-- 
           Summary: [3.3/3.4/4.0 regression] invalid scope qualifier allowed
                    in typedef
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Keywords: accepts-invalid
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2005-05-19 17:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-12 13:02 [Bug c++/19395] New: [3.3/3.4/4.0 regression] invalid scope qualifier allowed in typedef reichelt at gcc dot gnu dot org
2005-01-12 15:54 ` [Bug c++/19395] " pinskia at gcc dot gnu dot org
2005-01-31  1:49 ` mmitchel at gcc dot gnu dot org
2005-01-31  4:08 ` cvs-commit at gcc dot gnu dot org
2005-01-31  4:12 ` [Bug c++/19395] [3.3/3.4 " mmitchel at gcc dot gnu dot org
2005-05-19 17:24 ` mmitchel at gcc dot gnu dot 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).