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]

compiler bug


 
The compiler and system particulars are in the  attached readme file.
 
 
 
-- 
David A Fournier
PO Box 2040
Sidney, B.C. V8L 3S3
Canada
250-655-3364
otter@otter-rsch.com
http://otter-rsch.com
 

imat.ii.bz2


Note: with optimization level -O1 problem goes away.

Here are the compiler flags used.
g++ --save-temps -fpermissive -O3 -c -I.  -mcpu=pentiumpro -D__GNUDOS__ -DSAFE_ALL -Dlinux imat.cpp 

Error message:
imat.cpp: In method `void imatrix::allocate(int, int, int, const ivector &)':
imat.cpp:112: Internal compiler error.
imat.cpp:112: Please submit a full bug report.
imat.cpp:112: See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.

Compiler type:
Reading specs from /newusr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/specs
gcc version 2.95.2 19991024 (release)

running on redhat 6.1 on a dual processor pentium II.

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