public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/9834: Duplicate use of class name is ignored
@ 2003-02-24 16:36 andrew.carson
  0 siblings, 0 replies; 3+ messages in thread
From: andrew.carson @ 2003-02-24 16:36 UTC (permalink / raw)
  To: gcc-gnats


>Number:         9834
>Category:       c++
>Synopsis:       Duplicate use of class name is ignored
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Feb 24 16:36:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     andrew.carson@brooks-pri.com
>Release:        unknown-1.0
>Organization:
>Environment:
egcs-2.91.66 19990314 (egcs-1.1.2 release)
though
gcc version 3.4 20030128 (experimental)
>Description:

The following code compiles and links, and it seems that it shouldn't:

bug.cxx:
-----------------------------------
#include <iostream>

struct A {
    static void foo();
};

void
A::A::A::A::A::A::A::A::foo()
{
    std::cerr << "A::A::A::A::A::A::A::A::foo" << std::endl;
}

int
main()
{
    A::A::foo();
    return 1;
}
-----------------------------------
>How-To-Repeat:

>Fix:

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


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

* Re: c++/9834: Duplicate use of class name is ignored
@ 2003-03-06 15:00 lerdsuwa
  0 siblings, 0 replies; 3+ messages in thread
From: lerdsuwa @ 2003-03-06 15:00 UTC (permalink / raw)
  To: andrew.carson, gcc-bugs, gcc-prs, nobody

Synopsis: Duplicate use of class name is ignored

State-Changed-From-To: analyzed->closed
State-Changed-By: lerdsuwa
State-Changed-When: Thu Mar  6 15:00:40 2003
State-Changed-Why:
    Not a bug.  Inside the scope of class 'A', the name 'A' is introduced to refer to the class itself.  So 'A::A' (the name 'A' inside class 'A') is equivalent to 'A' and so on.

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


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

* Re: c++/9834: Duplicate use of class name is ignored
@ 2003-02-24 16:43 bangerth
  0 siblings, 0 replies; 3+ messages in thread
From: bangerth @ 2003-02-24 16:43 UTC (permalink / raw)
  To: andrew.carson, gcc-bugs, gcc-prs, nobody

Synopsis: Duplicate use of class name is ignored

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Mon Feb 24 16:43:48 2003
State-Changed-Why:
    Confirmed. Rather surprising!

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


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

end of thread, other threads:[~2003-03-06 15:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-24 16:36 c++/9834: Duplicate use of class name is ignored andrew.carson
2003-02-24 16:43 bangerth
2003-03-06 15:00 lerdsuwa

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