This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/52394] New: SH Target: SH2A defunct bitops
- From: "olegendo at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 26 Feb 2012 23:50:12 +0000
- Subject: [Bug target/52394] New: SH Target: SH2A defunct bitops
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52394
Bug #: 52394
Summary: SH Target: SH2A defunct bitops
Classification: Unclassified
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: olegendo@gcc.gnu.org
CC: kkojima@gcc.gnu.org
Target: sh2a-*-*
As of rev 184582 the following SH2A bitops tests are failing:
FAIL: gcc.target/sh/sh2a-band.c scan-assembler band.b
FAIL: gcc.target/sh/sh2a-bld.c scan-assembler bld.b
FAIL: gcc.target/sh/sh2a-bor.c scan-assembler bor.b
FAIL: gcc.target/sh/sh2a-bxor.c scan-assembler bxor.b
It seems that the corresponding insns are not generated.