This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/49977] New: [4.7 Regression] CFI notes are missed for delayed slot
- From: "kkojima at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 4 Aug 2011 14:01:06 +0000
- Subject: [Bug rtl-optimization/49977] New: [4.7 Regression] CFI notes are missed for delayed slot
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49977
Summary: [4.7 Regression] CFI notes are missed for delayed slot
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
Priority: P3
Component: rtl-optimization
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: kkojima@gcc.gnu.org
CC: rth@gcc.gnu.org, hp@gcc.gnu.org
Target: sh4-unknown-linux-gnu, cris-elf
Many EH tests fail on SH and CRIS. These failures went away with
-fno-delayed-branch on SH. The symptoms are quite similar to those
of PR49686.