c++/4598: "internal error #19990919" on duplicate constructor

cbg@steike.com cbg@steike.com
Wed Oct 17 15:36:00 GMT 2001


>Number:         4598
>Category:       c++
>Synopsis:       "internal error #19990919" on duplicate constructor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 17 15:36:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     cbg@steike.com
>Release:        unknown-1.0
>Organization:
>Environment:

>Description:
class Foo { Foo() { } }; Foo::Foo() { }

bug.cc:1: Internal error #19990919.
bug.cc:1: Internal compiler error in setup_vtbl_ptr, at
../gcc/cp/semantics.c:1203

-v:
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.0)

>How-To-Repeat:
Just compile the one line of code.
>Fix:
There's no problem, but a double declaration probably shouldn't crash the compiler :-)
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the Gcc-bugs mailing list