
bugreport (as requested by g++)
submitted by
joerg arndt  (arndt@spektracom.de)


if some info is missing please tell me !

-------------------------------

SHOWING THE BUG:

unpack mod*.tgz

it will create a directory mod

then proceed as follows:

-------------------------------
>make new
(...)

>make test
g++  -Wall -Wstrict-prototypes -Wconversion    -O6 -ffast-math -fomit-frame-pointer -funroll-loops     -c test.cc -o test.o
rm -f tbin.exe
 compiling highly cryptic test code ... 
g++ -g test.cc  -Wall -Wstrict-prototypes -Wconversion    -O6 -ffast-math -fomit-frame-pointer -funroll-loops   libmod.a -o tbin.exe
test.cc: In function `void testops()':
test.cc:44: Internal compiler error.
test.cc:44: Please submit a full bug report to `bug-g++@prep.ai.mit.edu'.
make: *** [test] Error 1

-------------------------------

in the file modarith.h there are two lines (# 38/39)
which allow setting the bug off and on


-------------------------------

misc info on my computer:

AMD K6/233 on gigabyte HX2 mainboard with 512PBcache
(very early chip revision with all possible bugs!)

 ----- VERSIONS: -----  
Linux version 2.0.30 (root@jjj) (gcc version 2.7.2.1)
#8 Mon Aug 11 14:23:21 CEST 1997

 ----- CPUINFO: -----  
processor	: 0
cpu		: 586
model		: 6
vendor_id	: AuthenticAMD
stepping	: 1
fdiv_bug	: no
hlt_bug		: no
fpu		: yes
fpu_exception	: yes
cpuid		: yes
wp		: yes
flags		: fpu vme de pse tsc msr mce cx8 mmx
bogomips        : 466.94
 ----- MEMINFO: -----  
MemTotal:     63004 kB
SwapTotal:    79628 kB
