public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/26254]  New: FAIL: gcc.c-torture/compile/20011109-1.c,-O1
@ 2006-02-13  4:50 kkojima at gcc dot gnu dot org
  2006-02-13  4:51 ` [Bug rtl-optimization/26254] [4.2 Regression] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: kkojima at gcc dot gnu dot org @ 2006-02-13  4:50 UTC (permalink / raw)
  To: gcc-bugs

On sh4-*-linux-gnu, gcc.c-torture/compile/20011109-1.c with -O1
starts to fail:

testsuite/gcc.c-torture/compile/20011109-1.c:51: error: unrecognizable insn:
(insn 26 25 232 4 (parallel [
            (set (reg:SI 248)
                (gt:SI (reg:DF 246)
                    (reg:DF 247)))
            (use (reg/v:PSI 151 ))
        ]) -1 (insn_list:REG_DEP_TRUE 24 (insn_list:REG_DEP_TRUE 25 (nil)))
    (nil))

after -fmove-loop-invariants is enabled by default.
SH backend defines set insns whose destinations are the hard reg
like T_REG and R0_REG.  It seems that move_loop_invariants makes
such pattern into
  (set pseudo_reg_A ...) + (set hard_reg pseudo_reg_A)
and then the former insn fails to be recognized.


-- 
           Summary: FAIL: gcc.c-torture/compile/20011109-1.c,-O1
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P3
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kkojima at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: sh4-*-linux-gnu


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


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

end of thread, other threads:[~2006-03-13 13:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-13  4:50 [Bug rtl-optimization/26254] New: FAIL: gcc.c-torture/compile/20011109-1.c,-O1 kkojima at gcc dot gnu dot org
2006-02-13  4:51 ` [Bug rtl-optimization/26254] [4.2 Regression] " pinskia at gcc dot gnu dot org
2006-02-13  4:56 ` pinskia at gcc dot gnu dot org
2006-02-13  5:15 ` kkojima at gcc dot gnu dot org
2006-02-13  5:15 ` pinskia at gcc dot gnu dot org
2006-02-13 12:26 ` rakdver at gcc dot gnu dot org
2006-02-13 13:08 ` kkojima at gcc dot gnu dot org
2006-02-13 13:59 ` rakdver at gcc dot gnu dot org
2006-02-13 19:53 ` rakdver at gcc dot gnu dot org
2006-02-14  0:34 ` kkojima at gcc dot gnu dot org
2006-03-03 18:19 ` patchapp at dberlin dot org
2006-03-13 12:28 ` rakdver at gcc dot gnu dot org
2006-03-13 13:54 ` pinskia 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).