This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/50630] New: rx: sbb_flags doesn't call rx_match_ccmode
- From: "Paulo.Matos at csr dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 06 Oct 2011 14:48:01 +0000
- Subject: [Bug target/50630] New: rx: sbb_flags doesn't call rx_match_ccmode
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50630
Bug #: 50630
Summary: rx: sbb_flags doesn't call rx_match_ccmode
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: target
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: Paulo.Matos@csr.com
Hi,
I am not sure but I think *sbb_flags should be predicated by
"reload_completed && rx_match_ccmode(insn, CC_ZSCmode)"
as is the case for *adc_flags.
I don't think this is a major problem. In the worst case, GCC is just not
generating code as good as it could.