[gnu.g++.bug] short program kills g++ 1.32 on sparc

schmidt%crimee.ics.uci.edu@PARIS.ICS.UCI.EDU ("Douglas C. Schmidt") (01/11/89)

Hi,

   The following silly program kill g++ 1.32 on the sparc.

----------------------------------------
struct {
   struct ( );
};
----------------------------------------

Here are this diagnostics:

----------------------------------------
g++ version 1.32.0
 /usr/public/lib/g++/gcc-cpp -+ -v -I/cd/ua/schmidt/include/ -undef
-D__GNU__ -D__GNUG__ -Dsparc -Dsun -Dunix test.c /tmp/cca12971.cpp
GNU CPP version 1.32
 /usr/public/lib/g++/gcc-c++ /tmp/cca12971.cpp -quiet -dumpbase test.c
-fstrength-reduce -finline-functions -fmemoize-lookups -fsave-memoized
-fchar-charconst -version -o /tmp/cca12971.s
GNU C++ version 1.32.0 (sparc) compiled by GNU C version 1.32.

Failed assertion 0 at line 5322 of `cplus-decl.c'.
/usr/public/g++: Program c++ got fatal signal 6.
----------------------------------------

Doug