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]

Bug in g+++


I get the following bug from the attached source and preprocessed files. 


/opt/exp-gcc/bin/g++ -v --save-temps test.C
Reading specs from /opt/exp-gcc/lib/gcc-lib/sparc-sun-solaris2.7/2.96/specs
gcc version 2.96 20000311 (experimental)
 /opt/exp-gcc/lib/gcc-lib/sparc-sun-solaris2.7/2.96/cpp -lang-c++ -v
-D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=96 -D__GNUC_P
ATCHLEVEL__=0 -D__cplusplus -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__SIZE_TYPE__=unsigned int -D__PTRDIFF_TYPE__=int -D__
GCC_NEW_VARARGS__ -Acpu(sparc) -Amachine(sparc) test.C test.ii
GNU CPP version 2.96 20000311 (experimental) (cpplib)
 (sparc)
#include "..." search starts here:
#include <...> search starts here:
 /opt/exp-gcc/include/g++-3
 /opt/exp-gcc/include
 /opt/exp-gcc/lib/gcc-lib/sparc-sun-solaris2.7/2.96/include
 /opt/exp-gcc/sparc-sun-solaris2.7/include
 /usr/include
End of search list.
 /opt/exp-gcc/lib/gcc-lib/sparc-sun-solaris2.7/2.96/cc1plus test.ii -quiet
-dumpbase test.cc -version -o test.s
GNU C++ version 2.96 20000311 (experimental) (sparc-sun-solaris2.7) compiled
by GNU C version 2.95.2 19991024 (release).
test.C: In method `int A::fred ()':
test.C:28: Internal compiler error in `const_hash', at varasm.c:2479
test.C:28: Please submit a full bug report.
test.C:28: See <URL:http://www.gnu.org/software/gcc/bugs.html
<URL:http://www.gnu.org/software/gcc/bugs.html> > for
test.C:28: instructions.

   

winmail.dat


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