[gnu.g++.bug] BUG in G++ 1.32.0 - abort on variable redeclaration

rfg@MCC.COM (Ron Guilmette) (01/28/89)

The following program causes the G++ 1.32.0 compiler (proper) to
abort.  This happens on a Sun3/SunOS 3.?

int gorp()
{
    int done;
    int done;
}