Internal compiler error 248, with egcs-2.91.28
Peter Nordlund
petern@nada.kth.se
Tue May 12 02:28:00 GMT 1998
Error compiling blitz++ with egcs, snapshot 19980508 under solaris and
irix6.4
I have tried egcs snapshot 19980508 together
with blitz-0.2-alpha-06.
I installed egcs with make bootstrap-lean;make install on both
platforms.
-------------------------------------------------------
Solaris:
I configured blitz++ for egcs and tried to compile with make check
make[1]: Entering directory
`/afs/nada.kth.se/misc/cvap/blitz++/src/blitz-0.2-alpha-06/src'
g++ -ftemplate-depth-30 -I./.. -c ./globals.cpp
In file included from ../blitz/vector.h:492,
from ../blitz/tinyvec.h:427,
from ../blitz/indexexpr.h:39,
from ./globals.cpp:11:
../blitz/vector.cc:483: Internal compiler error 248.
../blitz/vector.cc:483: Please submit a full bug report to
`egcs-bugs@cygnus.com'.
make[1]: *** [globals.o] Error 1
make[1]: Leaving directory
`/afs/nada.kth.se/misc/cvap/blitz++/src/blitz-0.2-alpha-06/src'
make: *** [lib] Error 1
Printout of the os-version I used follows:
crunchy:blitz-0.2-alpha-06>>uname -a
SunOS crunchy.nada.kth.se 5.5.1 Generic_103640-12 sun4u sparc
SUNW,Ultra-Enterprise
---------------------------------------------------
Irix6.4, on a Silicon Graphics Octane:
I configured blitz++ for egcs and tried to compile with make lib
I got some parse errors related to IEEE-math stuff when trying to
compile blitz with make lib, so I "undefed"
BZ_HAVE_IEEE_MATH in config.h.
After that, I got an internal compiler error.
make[1]: Entering directory
`/usr/cvap/petern/src/Blitz++/blitz-0.2-alpha-06/src'
g++ -ftemplate-depth-30 -I./.. -c ./globals.cpp
In file included from ../blitz/vector.h:492,
from ../blitz/tinyvec.h:427,
from ../blitz/indexexpr.h:39,
from ./globals.cpp:11:
../blitz/vector.cc:483: Internal compiler error 248.
../blitz/vector.cc:483: Please submit a full bug report to
`egcs-bugs@cygnus.com'.
make[1]: *** [globals.o] Error 1
make[1]: Leaving directory
`/usr/cvap/petern/src/Blitz++/blitz-0.2-alpha-06/src'
make: *** [lib] Error 2
Printout of the os-version I used follows:
marr:blitz-0.2-alpha-06>>uname -a
IRIX64 marr 6.4 02121744 IP30 mips
If someone is interested in this problem and need more info I can
provide it on request.
//Peter
More information about the Gcc-bugs
mailing list