This is the mail archive of the
gcc-regression@gcc.gnu.org
mailing list for the GCC project.
Re: 14 GCC HEAD regressions, 1 new, with your patch on 2005-09-12T08:41:23Z.
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: gcc-regression at gcc dot gnu dot org
- Cc: ebotcazou at adacore dot com, amodra at bigpond dot net dot au, bkoz at redhat dot com, rth at redhat dot com, coudert at clipper dot ens dot fr, edelsohn at gnu dot org, jakub at redhat dot com
- Date: Tue, 13 Sep 2005 00:19:37 -0400
- Subject: Re: 14 GCC HEAD regressions, 1 new, with your patch on 2005-09-12T08:41:23Z.
- References: <20050913022707.BD4C51A215CCC@gcc-regress.apple.com>
On Sep 12, 2005, at 10:27 PM, GCC regression checker wrote:
With your recent patch, GCC HEAD has some regression test failures,
which used to pass. There are 1 new failures, and 13
failures that existed before and after that patch; 3 failures
have been fixed.
The new failures are:
native gcc.sum gcc.c-torture/execute/960512-1.c
This is a latent bug in the darwin's backend, darwin.md.
What is going on is that we moving a restore the PIC register
before are done with it but since this was not described in the
RTL, the scheduler thinks it is not a live at this point.
I will be testing a fix tonight for this by change movdf_low_si
into an define_insn_and_split.
Thanks,
Andrew Pinski