Internal compiler error gcc-2.95

Jason Schonberg schon@mips.com
Mon May 24 17:30:00 GMT 1999


egcs version :
[schon@pc-linux fptest]$ /scratch/egcsinstall/bin/gcc -v
Reading specs from /scratch/egcsinstall/lib/gcc-lib/i686-linux-gnu/gcc-2.95/specs
gcc version gcc-2.95 19990524 (prerelease)

system type :
[schon@pc-linux fptest]$ uname -a
Linux pc-linux 2.2.5-15 #1 Mon Apr 19 23:00:46 EDT 1999 i686 unknown

Command line :
/scratch/egcsinstall/bin/gcc -O2 -o run fptest.c

source file (fptest.c) :
#include <limits.h>

int main()
{
 long int A, B, C;
 A = INT_MIN;
 B = -1;
 C = A/B;
}

Error Message :
fptest.c: In function `main':
fptest.c:9: Internal compiler error in `float_signal', at toplev.c:2418

Jason Schonberg
schon@mips.com


More information about the Gcc-bugs mailing list