This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: recent regression on darwin
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Jack Howarth <howarth at bromo dot med dot uc dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 12 Mar 2009 20:56:35 -0700
- Subject: Re: recent regression on darwin
- References: <20090313011120.GA11850@bromo.med.uc.edu>
On Thu, Mar 12, 2009 at 6:11 PM, Jack Howarth <howarth@bromo.med.uc.edu> wrote:
> ? I think we may have a regression in gcc trunk
> on i686-apple-darwin9. We seem to be failing the
> following testcase in current gcc trunk (r144825)...
>
> Running /sw/src/fink.build/gcc44-4.3.999-20090312/gcc-4.4-20090312/gcc/testsuite/gcc.dg/dg.exp ...
> FAIL: gcc.dg/asm-b.c (test for excess errors)
> WARNING: gcc.dg/asm-b.c compilation failed to produce executable
This test has an invalid register constraint:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39451
H.J.
----