public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/3123: A class derivated from a namespace causes an internal compiler error
@ 2002-03-16  5:06 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2002-03-16  5:06 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, gdr, tdegrange

Synopsis: A class derivated from a namespace causes an internal compiler error

State-Changed-From-To: analyzed->closed
State-Changed-By: rodrigc
State-Changed-When: Sat Mar 16 05:06:31 2002
State-Changed-Why:
    Cannot reproduce ICE with gcc 3.0.4

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


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

* Re: c++/3123: A class derivated from a namespace causes an internal compiler error
@ 2001-08-11 12:56 gdr
  0 siblings, 0 replies; 3+ messages in thread
From: gdr @ 2001-08-11 12:56 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, gdr, nobody, tdegrange

Synopsis: A class derivated from a namespace causes an internal compiler error

Responsible-Changed-From-To: unassigned->gdr
Responsible-Changed-By: gdr
Responsible-Changed-When: Sat Aug 11 12:56:05 2001
Responsible-Changed-Why:
    Analyzed.
State-Changed-From-To: open->analyzed
State-Changed-By: gdr
State-Changed-When: Sat Aug 11 12:56:05 2001
State-Changed-Why:
    Confirmed as bug.  Frightening behaviour.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3123&database=gcc


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

* c++/3123: A class derivated from a namespace causes an internal compiler error
@ 2001-06-11  9:46 tdegrange
  0 siblings, 0 replies; 3+ messages in thread
From: tdegrange @ 2001-06-11  9:46 UTC (permalink / raw)
  To: gcc-gnats

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1163 bytes --]

>Number:         3123
>Category:       c++
>Synopsis:       A class derivated from a namespace causes an internal compiler error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Jun 11 09:46:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Dégrange
>Release:        Regcc version 2.95.3 19991030 (prerelease)
>Organization:
>Environment:

>Description:
> gcc -v
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux/2.95.3/specs
gcc version 2.95.3 19991030 (prerelease)

"The following code causes an GCC internal error on my
system and seems to be accepted on "CodeSourcery's Online
Test Compilation".
In both cases it seems to me that GCC has a bug."

> g++ main.cc
main.cc:6: Internal compiler error.
main.cc:6: Please submit a full bug report.
main.cc:6: See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.
>How-To-Repeat:
file "main.cc":
namespace Out {
   namespace In {
   }
}

class Class : public Out::In {
};
>Fix:

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


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

end of thread, other threads:[~2002-03-16 13:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-16  5:06 c++/3123: A class derivated from a namespace causes an internal compiler error rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2001-08-11 12:56 gdr
2001-06-11  9:46 tdegrange

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