[gnu.gcc.bug] gcc and g++ 1.31 gets fatal signal on sun 3 and sun 4

schmidt%siam.ics.uci.edu@PARIS.ICS.UCI.EDU ("Douglas C. Schmidt") (12/19/88)

Hi,

  The following short program causes a fatal signal on gcc and g++ 1.31.

----------------------------------------
#define a 0
#if a == 0 || 4 / a < 2
----------------------------------------

This is probably caused by a divide by zero error!

----------------------------------------
gcc version 1.31
 /usr/public/lib/gcc/gcc-cpp -v -I/cd/ua/schmidt/include/ -undef
-D__GNU__ -D__GNUC__ -Dsparc -Dsun -Dunix cpp.c /tmp/cca10118.cpp
GNU CPP version 1.31
/usr/public/gcc: Program cpp got fatal signal 8.
----------------------------------------

Doug