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]

ICE 892 egcs 1.1 testcase


gcc version egcs-2.91.57 19980901 (egcs-1.1 release)
uname -a : SunOS ranec 5.5.1 Generic_103640-05 sun4m sparc

ranec egcsbugs 60: c++ -save-temps -v probe.cc
Reading specs from
/usr/local/egcs/lib/gcc-lib/sparc-sun-solaris2.5.1/egcs-2.91.57/specs
gcc version egcs-2.91.57 19980901 (egcs-1.1 release)
 /usr/local/egcs/lib/gcc-lib/sparc-sun-solaris2.5.1/egcs-2.91.57/cpp
-lang-c++ -v -undef -D__GNUC__=2 -D__GNUG__=2 -D__cplusplus
-D__GNUC_MINOR__=91 -Dsparc -Dsun -Dunix -D__svr4__ -D__SVR4 -D__sparc__
-D__sun__ -D__unix__ -D__svr4__ -D__SVR4 -D__sparc -D__sun -D__unix
-Asystem(unix) -Asystem(svr4) -D__EXCEPTIONS -D__GCC_NEW_VARARGS__
-Acpu(sparc) -Amachine(sparc) probe.cc probe.ii
GNU CPP version egcs-2.91.57 19980901 (egcs-1.1 release) (sparc)
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/egcs/include/g++
 /usr/local/include
 /usr/local/egcs/sparc-sun-solaris2.5.1/include
 /usr/local/egcs/lib/gcc-lib/sparc-sun-solaris2.5.1/egcs-2.91.57/include
 /usr/include
End of search list.
 /usr/local/egcs/lib/gcc-lib/sparc-sun-solaris2.5.1/egcs-2.91.57/cc1plus
probe.ii -quiet -dumpbase probe.cc -version -o probe.s
GNU C++ version egcs-2.91.57 19980901 (egcs-1.1 release)
(sparc-sun-solaris2.5.1) compiled by GNU C version egcs-2.91.57 19980901
(egcs-1.1 release).
probe.cc:4: warning: all member functions in class `test10' are private
probe.cc:4: warning: `class test10' only defines a private destructor
and has no friends
probe.cc:6: Internal compiler error 892.
probe.cc:6: Please submit a full bug report to `egcs-bugs@cygnus.com'.

See probe.ii (attached).
	Bernhard
# 1 "probe.cc"
class test10{                                                                   
  test10() {}                                                                   
  ~test10();                                                                    
};                                                                              
                                                                                
test10::~test10(char *a) {                                                      
}                                                                               
                                                                                
main() {                                                                        
}                                                                               

PGP signature


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