m68k bootstrap failure

Gunther Nikl gni@gecko.de
Mon Oct 27 18:39:00 GMT 2003


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



More information about the Gcc mailing list