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.
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