This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: m68k bootstrap failure


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]