public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/4188: ICE on simple namespace usage
@ 2001-09-02  1:09 rodrigc
  0 siblings, 0 replies; 2+ messages in thread
From: rodrigc @ 2001-09-02  1:09 UTC (permalink / raw)
  To: cap, gcc-bugs, gcc-prs, nobody, rodrigc

Synopsis: ICE on simple namespace usage

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Sun Sep  2 01:09:44 2001
State-Changed-Why:
    Does not result in Internal Compiler Error with gcc 3.0.1.
    
    Compilation errors result:
    a.cc:9: invalid use of `::'
    a.cc:10: invalid use of `::'
    a.cc:10: field `X::c' invalidly declared function type

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


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

* c++/4188: ICE on simple namespace usage
@ 2001-08-31 14:46 cap
  0 siblings, 0 replies; 2+ messages in thread
From: cap @ 2001-08-31 14:46 UTC (permalink / raw)
  To: gcc-gnats

>Number:         4188
>Category:       c++
>Synopsis:       ICE on simple namespace usage
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Fri Aug 31 14:46:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     cap@informatik.uni-rostock.de
>Release:        egcs-2.91.66
>Organization:
>Environment:
Solaris 2.6
>Description:
Produces  internal compiler error on the following code
(removing line Y::c() clears the problem)

namespace Y { }

class X {
 public:
   int a;
   int Y::b;
   int Y::c();


};


main () {}
>How-To-Repeat:

>Fix:

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


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

end of thread, other threads:[~2001-09-02  1:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-02  1:09 c++/4188: ICE on simple namespace usage rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2001-08-31 14:46 cap

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