[gnu.gcc.bug] smaller example

dlong@MIDGARD.UCSC.EDU (Dean Long) (10/21/88)

This program fails when compiled with -O with gcc 1.30 on a
sun4.

int x;

foo (y)
     int y;
{
  x = (y == 0);
}