This is the mail archive of the gcc-regression@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: 14 GCC HEAD regressions, 1 new, with your patch on 2005-09-12T08:41:23Z.



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


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