rab@ALLSPICE.BERKELEY.EDU (Robert A. Bruce) (01/03/90)
The following program causes gcc 1.36 to take a bus error on the sun4. The bus error occurs in the function `output_address', line 1528, file final.c. -------------------------------------------------------- void foo() { static double y[101]; double x; int i; for (i = -1; x >= y[i+1]; ++i){ } return; } -------------------------------------------------------- -bob