public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/41813]  New: [4.5 Regression] SH: delay slot is filled with a wrong insn
@ 2009-10-24  0:46 kkojima at gcc dot gnu dot org
  2009-10-24  0:48 ` [Bug target/41813] " kkojima at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kkojima at gcc dot gnu dot org @ 2009-10-24  0:46 UTC (permalink / raw)
  To: gcc-bugs

gcc.dg/pr28796-2.c execution test fails on sh for a while.
There is a wrong code like

        fcmp/eq dr2,dr4
        bf/s    .L93
        fcmp/gt dr2,dr4
        bra     .L92
        movt    r2

which should be

        fcmp/eq dr2,dr4
        bf/s    .L53
        movt    r2
.L92:
        ...

.L53:
        fcmp/gt dr2,dr4
.L93:

i.e. a delay slot is filled with a wrong insn.  It stated
to fail between revision 152230 and 152317 but it seems
there are no related changes.  Perhaps some changes revealed
this latent problem.


-- 
           Summary: [4.5 Regression] SH: delay slot is filled with a wrong
                    insn
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Keywords: wrong-code
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kkojima at gcc dot gnu dot org
GCC target triplet: sh4-unknown-linux-gnu


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-10-25 23:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-24  0:46 [Bug target/41813] New: [4.5 Regression] SH: delay slot is filled with a wrong insn kkojima at gcc dot gnu dot org
2009-10-24  0:48 ` [Bug target/41813] " kkojima at gcc dot gnu dot org
2009-10-24 11:51 ` rguenth at gcc dot gnu dot org
2009-10-25 23:10 ` kkojima at gcc dot gnu dot org
2009-10-25 23:14 ` kkojima at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).