public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/28988]  New: g++ does not check first type name in pseudo-destructor-name
@ 2006-09-08 19:02 amylaar at gcc dot gnu dot org
  2006-09-09  4:16 ` [Bug c++/28988] [4.0/4.1/4.2 Regression] " pinskia at gcc dot gnu dot org
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: amylaar at gcc dot gnu dot org @ 2006-09-08 19:02 UTC (permalink / raw)
  To: gcc-bugs

The following code is accepted, contrary to clause 5.2.4:

typedef int C;
typedef double D;

void
f ()
{
  C o;

  o.D::~C ();
}


-- 
           Summary: g++ does not check first type name in pseudo-destructor-
                    name
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: accepts-invalid
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: amylaar at gcc dot gnu dot org


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


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

end of thread, other threads:[~2007-01-28 18:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-08 19:02 [Bug c++/28988] New: g++ does not check first type name in pseudo-destructor-name amylaar at gcc dot gnu dot org
2006-09-09  4:16 ` [Bug c++/28988] [4.0/4.1/4.2 Regression] " pinskia at gcc dot gnu dot org
2006-09-09  6:40 ` pinskia at gcc dot gnu dot org
2006-09-09 21:22 ` pinskia at gcc dot gnu dot org
2006-09-10 22:10 ` mmitchel at gcc dot gnu dot org
2006-09-14  6:39 ` pinskia at gcc dot gnu dot org
2006-09-26 16:59 ` pinskia at gcc dot gnu dot org
2007-01-27 22:30 ` [Bug c++/28988] [4.0/4.1/4.2/4.3 " steven at gcc dot gnu dot org
2007-01-28 18:09 ` pinskia at gcc dot gnu dot org
2007-01-28 18:19 ` pinskia at gcc dot gnu dot org
2007-01-28 18:19 ` pinskia at gcc dot gnu dot org
2007-01-28 18:19 ` pinskia 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).