On Sun, Oct 26, 2003 at 11:53:15PM +0100, Bernardo Innocenti wrote:
> do you also get this ICE during bootstrap on m68k-amigaos? [...]
This is a minimal testcase which fails when compiled with TARGET_68881
enabled (gcc -m68881 or -m680[46]0 -S foo.c):
double bar (double);
void foo (unsigned long a) {
bar (a);
}
Gunther