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: 20 GCC HEAD regressions, 1 new, with your patch on 2004-09-07T21:13:13Z.



On Sep 8, 2004, at 11:50 AM, Geoff Keating wrote:


The problem appears to be right at the end of the testcase. The last loop is:

  for(i=0;i<4;i++)
    if((a[i]==b[i])!=r[i])
      abort();
  exit(0);


This is caused by the IV-OPT patch.

-- Pinski


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