EGCS 1.0.3a and Blitz++-0.2-alpha-06

Guy Delamarter delamart@callisto.pas.rochester.edu
Sat May 16 12:54:00 GMT 1998


I am running on a x86 linux-2.0.33 libc5 (RH4.2) system.  I ran into
this problem while trying to compile the latest Blitz++ (0.2-alpha-06) 
testsuite.

I configured Blitz++ and then executed

make lib

which worked fine.  Then I executed:

make check

The result was:

make[1]: Entering directory `/data/delamart/blitz-0.2-alpha-06/compiler'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/data/delamart/blitz-0.2-alpha-06/compiler'
make[1]: Entering directory `/data/delamart/blitz-0.2-alpha-06/src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/data/delamart/blitz-0.2-alpha-06/src'
make[1]: Entering directory `/data/delamart/blitz-0.2-alpha-06/testsuite'
g++ -I./.. -ftemplate-depth-30 -g -DBZ_DEBUG  -c ./ctors.cpp
../blitz/arrayops.cc: In method `class Array<int,1> & Array<int,1>::operator =(class _bz_ArrayExpr<ArrayIterator<int,1> >)':
../blitz/arrayops.cc:214: Internal compiler error.
../blitz/arrayops.cc:214: Please submit a full bug report to `egcs-bugs@cygnus.com'.
make[1]: *** [ctors.o] Error 1
make[1]: Leaving directory `/data/delamart/blitz-0.2-alpha-06/testsuite'
make: *** [check] Error 2

Since Blitz++ is supposed to be part of the egcs test suite, I assume
you have access to the source code.


Cheers,
Guy Delamarter



More information about the Gcc-bugs mailing list