This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap failure on darwin6.3 HEAD
- From: "Andreas Tobler" <toa at pop dot agri dot ch>
- To: "Andrew Pinski" <pinskia at physics dot uc dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 5 May 2003 15:02:35 +0200
- Subject: Re: bootstrap failure on darwin6.3 HEAD
>-- Original Message --
>I think this is caused by Keating's patch to turn on fsel without using
>
>--fast-math if powerpc-gfxopt is requested (which is always on Darwin).
>It is also causing g77.f-torture/compile/980310-3.f to fail.
>See <http://gcc.gnu.org/ml/gcc/2003-05/msg00324.html>.
Hm, it the same here:
(gdb) up
#1 0x001afb5c in rs6000_emit_cmove (dest=0x12549e0, op=0x23e1, true_cond=0x12544f0,
false_cond=0x1254490) at ../../gcc/gcc/config/rs6000/rs6000.c:9185
9185 abort ();
(gdb) p code
$23 = UNLE
Thx,
Andreas