This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
c++/4188: ICE on simple namespace usage
- To: gcc-gnats at gcc dot gnu dot org
- Subject: c++/4188: ICE on simple namespace usage
- From: cap at informatik dot uni-rostock dot de
- Date: 31 Aug 2001 21:37:27 -0000
- Reply-To: cap at informatik dot uni-rostock dot de
>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: