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]
Other format: [Raw text]

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


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


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