Re: [Bug tree-optimization/18746] New: segfault with cc1 compiled with checking disabled

2004-11-30 Thread Diego Novillo
On Wed, 2004-12-01 at 00:51 +, kazu at cs dot umass dot edu wrote: > I get "internal compiler error: Segmentation fault". > > The testcase was reduced from i386.c. > Hmm, does this happen after fold-all-builtins? Diego.

[Bug tree-optimization/18746] New: segfault with cc1 compiled with checking disabled

2004-11-30 Thread kazu at cs dot umass dot edu
Build cc1 with checking disabled. Then compile the following with ./cc1 -quiet -O2. extern void abort (void) __attribute__ ((noreturn)); extern char *strcpy (char *__restrict __dest, __const char *__restrict __src); int foo (int aaa, int bbb) { static char buf[30]; const char *p; switch (a