--- Comment #5 from kkojima at gcc dot gnu dot org 2007-06-27 22:22 ---
Fixed.
--
kkojima at gcc dot gnu dot org changed:
What|Removed |Added
Status|NEW
--- Comment #4 from kkojima at gcc dot gnu dot org 2007-06-27 21:40 ---
Subject: Bug 32479
Author: kkojima
Date: Wed Jun 27 21:40:19 2007
New Revision: 126065
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126065
Log:
PR target/32479
* config/sh/sh.md (udivsi3):
--- Comment #3 from kkojima at gcc dot gnu dot org 2007-06-25 00:04 ---
Now this causes a build failure on sh4-unknown-linux-gnu during
compiling libgcc.
--
kkojima at gcc dot gnu dot org changed:
What|Removed |Added
---
--- 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 do
--- Comment #1 from mstein at phenix dot rootshell dot be 2007-06-24 10:43
---
Created an attachment (id=13776)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13776&action=view)
preprocessed source file
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32479