public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/5655: 11.1.3 not enforced
@ 2002-06-05  9:22 lerdsuwa
  0 siblings, 0 replies; 3+ messages in thread
From: lerdsuwa @ 2002-06-05  9:22 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, pcarlini

Synopsis: 11.1.3 not enforced

State-Changed-From-To: open->analyzed
State-Changed-By: lerdsuwa
State-Changed-When: Wed Jun  5 09:22:06 2002
State-Changed-Why:
    Confirmed.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5655


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

* Re: c++/5655: 11.1.3 not enforced
@ 2002-11-08  2:12 lerdsuwa
  0 siblings, 0 replies; 3+ messages in thread
From: lerdsuwa @ 2002-11-08  2:12 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, lerdsuwa, nobody, pcarlini

Synopsis: 11.1.3 not enforced

Responsible-Changed-From-To: unassigned->lerdsuwa
Responsible-Changed-By: lerdsuwa
Responsible-Changed-When: Fri Nov  8 02:12:34 2002
Responsible-Changed-Why:
    Will look at it.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5655


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

* c++/5655: 11.1.3 not enforced
@ 2002-02-10 16:26 pcarlini
  0 siblings, 0 replies; 3+ messages in thread
From: pcarlini @ 2002-02-10 16:26 UTC (permalink / raw)
  To: gcc-gnats


>Number:         5655
>Category:       c++
>Synopsis:       11.1.3 not enforced
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Feb 10 16:26:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Paolo Carlini
>Release:        gcc version 3.1 20020209 (experimental)
>Organization:
>Environment:
i686-pc-linux-gnu
>Description:
It seems that the member access control rule 11.1.3 is not
enforced and the corresponding example does not trigger any
error (or warning):
struct S {
  class A;
private:
  class A {};
};
>How-To-Repeat:
The EDG front end emits:
"access.cc", line 4: warning: redeclaration of class "S::A" alters its access
    class A {};
          ^
or:
"access.cc", line 4: error: redeclaration of class "S::A" alters its access
    class A {};
          ^

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

end of thread, other threads:[~2002-11-08 10:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-05  9:22 c++/5655: 11.1.3 not enforced lerdsuwa
  -- strict thread matches above, loose matches on Subject: below --
2002-11-08  2:12 lerdsuwa
2002-02-10 16:26 pcarlini

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).