Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uwm.edu!uwvax!rang From: rang@cs.wisc.edu (Anton Rang) Newsgroups: gnu.gcc.bug Subject: Bug in gcc 1.36 optimizer Summary: Small program with no code crashes gcc 1.36 Message-ID: Date: 21 Jan 90 22:51:46 GMT Sender: news@spool.cs.wisc.edu Organization: UW-Madison CS department Lines: 14 GCC 1.36, on a VAX running Ultrix 3.0. Compiling the following program with -O causes cc1 to die with fatal signal 11. void sub() { while (0) { int j[1000000], i; for (i=0; i<100000; i++) j[i] = i; } } +---------------------------+------------------+-------------+ | Anton Rang (grad student) | rang@cs.wisc.edu | UW--Madison | +---------------------------+------------------+-------------+