This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

c++/4188: ICE on simple namespace usage



>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:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]