schmidt@BONNIE.ICS.UCI.EDU ("Douglas C. Schmidt") (11/26/88)
Bug Report for GCC:
-------------------
Problem : gcc 1.31 produces a fatal signal on the following file
1.) Version : gcc 1.31
-----------
2.) Input Program :
-----------------
main()
{
unsigned long long x;
signed long long y;
x = 1234567;
y = -1234567;
printf("%d %d %d %d %d %d %d\n",
x*x, x*y, y*y, x>>16, x<<16, x+x, x-y);
}
3.) Command Used : gcc -v
----------------
4.) Files used :
--------------
config.gcc sequent-i386
5.) Machine(s) used :
-------------------
Sequent Symmetry DYNIX (TM)V3 (BSD 4.3 features)
6.) Compiler diagnostics :
------------------------
gcc version 1.31
/usr/public/lib/gcc/gcc-cpp -v -undef -D__GNU__ -D__GNUC__ -Dunix
-Di386 -Dsequent save5.c /tmp/cc013038.cpp
GNU CPP version 1.31
/usr/public/lib/gcc/gcc-cc1 /tmp/cc013038.cpp -quiet -dumpbase
save5.c -version -o /tmp/cc013038.s
gcc: Program cc1 got fatal signal 4.