[Bug target/43417] SH: 4.4 ICE in final_scan_insn, at final.c:2604

2010-04-10 Thread jiez at gcc dot gnu dot org
--- Comment #10 from jiez at gcc dot gnu dot org 2010-04-10 15:17 --- Subject: Bug 43417 Author: jiez Date: Sat Apr 10 15:17:15 2010 New Revision: 158194 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158194 Log: PR target/43417 * gcc.target/sh/pr43417.c: New tes

[Bug target/43417] SH: 4.4 ICE in final_scan_insn, at final.c:2604

2010-04-10 Thread jiez at gcc dot gnu dot org
--- Comment #9 from jiez at gcc dot gnu dot org 2010-04-10 15:14 --- Subject: Bug 43417 Author: jiez Date: Sat Apr 10 15:14:13 2010 New Revision: 158193 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158193 Log: PR target/43417 * gcc.target/sh/pr43417.c: New test

[Bug target/43417] SH: 4.4 ICE in final_scan_insn, at final.c:2604

2010-04-10 Thread jiez at gcc dot gnu dot org
--- Comment #8 from jiez at gcc dot gnu dot org 2010-04-10 15:12 --- Subject: Bug 43417 Author: jiez Date: Sat Apr 10 15:12:14 2010 New Revision: 158192 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=158192 Log: PR target/43417 * gcc.target/sh/pr43417.c: New test

[Bug target/43417] SH: 4.4 ICE in final_scan_insn, at final.c:2604

2010-04-10 Thread jiez at gcc dot gnu dot org
--- Comment #7 from jiez at gcc dot gnu dot org 2010-04-10 11:43 --- For the record, -m4 is needed to reproduce this issue. -- jiez at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/43417] SH: 4.4 ICE in final_scan_insn, at final.c:2604

2010-03-21 Thread kkojima at gcc dot gnu dot org
--- Comment #6 from kkojima at gcc dot gnu dot org 2010-03-21 22:32 --- Fixed. -- kkojima at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug target/43417] SH: 4.4 ICE in final_scan_insn, at final.c:2604

2010-03-21 Thread kkojima at gcc dot gnu dot org
--- Comment #5 from kkojima at gcc dot gnu dot org 2010-03-21 22:29 --- Subject: Bug 43417 Author: kkojima Date: Sun Mar 21 22:29:19 2010 New Revision: 157610 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157610 Log: Backport from mainline: 2009-05-12 Paolo Bon

[Bug target/43417] SH: 4.4 ICE in final_scan_insn, at final.c:2604

2010-03-20 Thread kkojima at gcc dot gnu dot org
--- Comment #4 from kkojima at gcc dot gnu dot org 2010-03-20 09:08 --- I'm able to reproduce it with -O2 -fno-schedule-insns on 4.4. Perhaps debian uses the local patch to make -fno-schedule-insns default. I'll backport the patch referred in #2 to 4.4 branch if it passes the usual tests

[Bug target/43417] SH: 4.4 ICE in final_scan_insn, at final.c:2604

2010-03-18 Thread iwamatsu at nigauri dot org
--- Comment #3 from iwamatsu at nigauri dot org 2010-03-19 06:11 --- (In reply to comment #2) > Looks the same issue in > > http://gcc.gnu.org/ml/gcc-patches/2009-04/msg00747.html > > though I can't reproduce the problem with my gcc-4.4.3 and > 4.4 head compilers for the test case in #

[Bug target/43417] SH: 4.4 ICE in final_scan_insn, at final.c:2604

2010-03-18 Thread kkojima at gcc dot gnu dot org
--- Comment #2 from kkojima at gcc dot gnu dot org 2010-03-18 12:39 --- Looks the same issue in http://gcc.gnu.org/ml/gcc-patches/2009-04/msg00747.html though I can't reproduce the problem with my gcc-4.4.3 and 4.4 head compilers for the test case in #1. Could you try the patch in the