c++/3494: Internal compiler error (with wrong code, though)

rodrigc@gcc.gnu.org rodrigc@gcc.gnu.org
Sat Feb 23 18:41:00 GMT 2002


Synopsis: Internal compiler error (with wrong code, though)

State-Changed-From-To: analyzed->closed
State-Changed-By: rodrigc
State-Changed-When: Sat Feb 23 18:33:49 2002
State-Changed-Why:
    With gcc 3.0.4, the following compiler ICE occurs:
    k.cc:1: warning: all member functions in class `_fred' are private
    k.cc:7: Internal error #89.
    k.cc:7: Internal compiler error in get_binfo, at cp/search.c:273
    Please submit a full bug report,
    with preprocessed source if appropriate.
    See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
    
    
    With gcc version 3.1 20020217 (experimental), the compiler
    does not ICE and the following compilation error results:
    
    
    k.cc:1: warning: all member functions in class `_fred' are private
    k.cc:7: type `_fred*' is not a base type for type `_barney'

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3494



More information about the Gcc-bugs mailing list