This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
c++/3004: g++ internal compiler error on "class Foo::Bar::Baz::Ptr"
- To: gcc-gnats at gcc dot gnu dot org
- Subject: c++/3004: g++ internal compiler error on "class Foo::Bar::Baz::Ptr"
- From: tjic at permabit dot com
- Date: 30 May 2001 16:22:16 -0000
- Reply-To: tjic at permabit dot com
>Number: 3004
>Category: c++
>Synopsis: g++ internal compiler error on "class Foo::Bar::Baz::Ptr"
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed May 30 09:26:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: Travis J.I. Corcoran
>Release: g++ 2.95.2
>Organization:
>Environment:
Linux 2.2.19
>Description:
run g++ on a short file, get an internal error.
foo.cpp:
namespace Foo{
namespace Bar {
class Baz {
public: typedef Baz * Ptr; }; } }
class Foo::Bar::Baz::Ptr;
g++ -c -o foo.o foo.cpp
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: