public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/5673: namespace handling error across inheritance
@ 2002-02-12 11:52 nathan
  0 siblings, 0 replies; 2+ messages in thread
From: nathan @ 2002-02-12 11:52 UTC (permalink / raw)
  To: dmuell, gcc-bugs, gcc-prs, nobody

Synopsis: namespace handling error across inheritance

State-Changed-From-To: open->closed
State-Changed-By: nathan
State-Changed-When: Tue Feb 12 11:52:11 2002
State-Changed-Why:
    not a bug.
    the 'base' part of 'base::foo' is looked up according to
    the rules of [3.4.1]/8. We look in the scope of derived::foo
    then the scope of derived, then the scope of ns::base. In 
    ns:base we find base, via the name injection rule of
    [9]/2.
    
    So either ns::base::foo, or base::foo is acceptable.

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


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

* c++/5673: namespace handling error across inheritance
@ 2002-02-12 11:06 dmuell
  0 siblings, 0 replies; 2+ messages in thread
From: dmuell @ 2002-02-12 11:06 UTC (permalink / raw)
  To: gcc-gnats


>Number:         5673
>Category:       c++
>Synopsis:       namespace handling error across inheritance
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          accepts-illegal
>Submitter-Id:   net
>Arrival-Date:   Tue Feb 12 11:06:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     dmuell@gmx.net
>Release:        gcc version 2.95.3 20010315
>Organization:
>Environment:
Linux 2.4.16
>Description:
Hi, 

it seems to me that the attached source file shouldn't 
compile, because the referenced method call is in a different
namespace. 

I've posted the snippet on the mailinglist and all replies to
the posting came to the conclusion that this must be a bug in gcc.

http://gcc.gnu.org/ml/gcc/2002-02/msg00737.html

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/octet-stream; name="nstest.cc"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="nstest.cc"

Cm5hbWVzcGFjZSBucyB7CgpjbGFzcyBiYXNlIHsKcHVibGljOgogIHZpcnR1YWwgfmJhc2UoKSB7
fTsKICB2aXJ0dWFsIHZvaWQgZm9vKCkge307Cn07Cgp9CgpjbGFzcyBkZXJpdmVkIDogcHVibGlj
IG5zOjpiYXNlIHsKcHVibGljOgogIHZpcnR1YWwgdm9pZCBmb28oKTsKfTsKCnZvaWQgZGVyaXZl
ZDo6Zm9vKCkKewogIGJhc2U6OmZvbygpOyAvLyBvciBuczo6YmFzZTo6Zm9vID8KfQoKaW50IG1h
aW4oKSAKewogIGRlcml2ZWQgZDsKICBkLmZvbygpOwogIHJldHVybiAwOwp9Cg==


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

end of thread, other threads:[~2002-02-12 19:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-12 11:52 c++/5673: namespace handling error across inheritance nathan
  -- strict thread matches above, loose matches on Subject: below --
2002-02-12 11:06 dmuell

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