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]

[CVS source] bootstrap failure on Solaris-2.[56]



With the following flags, bootstrapping current CVS tree fails on
Solaris.

	BOOT_CFLAGS='-g -O2 -fnew-abi -fnew-exceptions'
	BOOT_CXXFLAGS='-g -O2 -fnew-abi -fnew-exceptions -fstrict-aliasing'

-- Gaby

poivre% make bootstrap BOOT_CFLAGS='-g -O2 -fnew-abi -fnew-exceptions' BOOT_CXXFLAGS='-g -O2 -fnew-abi -fnew-exceptions -fstrict-aliasing' LANGUAGES='c c++'

.
.
.

./xgcc -B./ -B/BASE/dosreis/EGCS/sparc-sun-solaris2.6/bin/ -I/BASE/dosreis/EGCS/sparc-sun-solaris2.6/include -O2   -DIN_GCC -DHAIFA  -DSVR4  -W -Wall -g -O2 -fnew-abi -fnew-exceptions -I./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED   -g -O2 -I. -I/BASE/dosreis/EGCS/egcs/gcc -I/BASE/dosreis/EGCS/egcs/gcc/config -I/BASE/dosreis/EGCS/egcs/gcc/../include \
  -c /BASE/dosreis/EGCS/egcs/gcc/cp/tinfo.cc
/BASE/dosreis/EGCS/egcs/gcc/cp/tinfo.cc: In function `void
__rtti_class(void *, const char *, const __class_type_info::base_info *, unsigned int)':
/BASE/dosreis/EGCS/egcs/gcc/cp/tinfo.cc:52: Internal compiler error.
/BASE/dosreis/EGCS/egcs/gcc/cp/tinfo.cc:52: Please submit a full bug report.
/BASE/dosreis/EGCS/egcs/gcc/cp/tinfo.cc:52: See
<URL:http://egcs.cygnus.com/faq.html#bugreport> for instructions.
make[3]: *** [tinfo.o] Error 1
make[3]: Leaving directory `/tmp/EGCS/gcc'


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