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/32479] [sh] ICE in cse_extended_basic_block, at cse.c:6117



------- Comment #2 from kkojima at gcc dot gnu dot org  2007-06-24 23:28 -------
A reduced testcase fails on sh4 for -O2 with the same check:

void foo (int nc)
{
  unsigned i, n;

  if (nc % 3)
    abort ();

  n = nc / 3;

  for (i = 0; i < n; i++)
    baz ();
}


-- 

kkojima at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-06-24 23:28:48
               date|                            |


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


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