public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/28985]  New: class member access using a qualified-id fails to check for match of classes
@ 2006-09-08 18:01 amylaar at gcc dot gnu dot org
  2006-09-09  4:11 ` [Bug c++/28985] [4.0/4.1/4.2 Regression] " pinskia at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: amylaar at gcc dot gnu dot org @ 2006-09-08 18:01 UTC (permalink / raw)
  To: gcc-bugs

The following code violates clause 4 of 3.4.5

class C {};

void
f ()
{
  C o;

  class C {};

  o.C::~C ();
}


-- 
           Summary: class member access using a qualified-id fails to check
                    for match of classes
           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=28985


^ permalink raw reply	[flat|nested] 11+ messages in thread
[parent not found: <bug-28985-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2021-07-24  0:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-08 18:01 [Bug c++/28985] New: class member access using a qualified-id fails to check for match of classes amylaar at gcc dot gnu dot org
2006-09-09  4:11 ` [Bug c++/28985] [4.0/4.1/4.2 Regression] " pinskia at gcc dot gnu dot org
2006-09-10 22:09 ` mmitchel at gcc dot gnu dot org
2007-02-03 19:44 ` [Bug c++/28985] [4.0/4.1/4.2/4.3 " gdr at gcc dot gnu dot org
2007-02-03 20:55 ` pinskia at gcc dot gnu dot org
2007-02-14  9:16 ` mmitchel at gcc dot gnu dot org
2008-07-04 21:30 ` [Bug c++/28985] [4.2/4.3/4.4 " jsm28 at gcc dot gnu dot org
2008-12-03 22:03 ` jason at gcc dot gnu dot org
2008-12-04 14:57 ` [Bug c++/28985] [DR 399] " jason at gcc dot gnu dot org
2009-03-31 19:42 ` jsm28 at gcc dot gnu dot org
     [not found] <bug-28985-4@http.gcc.gnu.org/bugzilla/>
2021-07-24  0:29 ` pinskia 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).