This is the mail archive of the gcc-bugs@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]

[Bug target/39718] New: [cond-optab] crash on crx in IRA


/* -O3 -funroll-loops */
int foo (long b, int c)
{
  int d = 0, e;
  while (b--)
    {
      e = 0;
      if (!d) e = d = 1; else e = 0;
      if (!(c & 0x10) || !(c & 0x4000) || !e) continue;
      if (c & 0x80) break;
    }
}


-- 
           Summary: [cond-optab] crash on crx in IRA
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bonzini at gnu dot org
OtherBugsDependingO 39714
             nThis:


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39718


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