[gnu.g++.bug] g++ gets fatal signal on sparc

schmidt@GLACIER.ICS.UCI.EDU ("Douglas C. Schmidt") (04/09/89)

   Here's a good one-liner that kills g++ 1.34.x with a fatal signal
on the sparc:

----------------------------------------
int &i = (int&) 10;
----------------------------------------

   Doug