This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH,SH] Add SH2A new instructions 5/6
- From: Kaz Kojima <kkojima at rr dot iij4u dot or dot jp>
- To: naveen dot hs at kpitcummins dot com
- Cc: gcc-patches at gcc dot gnu dot org, Prafulla dot Thakare at kpitcummins dot com
- Date: Thu, 20 Mar 2008 10:17:58 +0900 (JST)
- Subject: Re: [PATCH,SH] Add SH2A new instructions 5/6
- References: <78DE440C4156CC45A35FDBCBF9B830D702327225@sohm.kpit.com>
"Naveen H.S." <naveen.hs@kpitcummins.com> wrote:
> * gcc.target/sh/sh2a-bclr.c: New test.
> * gcc.target/sh/sh2a-bset.c: New test.
I've got a failure
FAIL: gcc.target/sh/sh2a-bset.c scan-assembler bclr
for the new sh2a-bset.c test with -m2a. It seems that
there is a typo in that test. Perhaps
@@ -3,7 +3,7 @@
/* { dg-do assemble {target sh*-*-*}} */
/* { dg-options "-O1" } */
/* { dg-skip-if "" { "sh*-*-*" } "*" "-m2a -m2a-nofpu -m2a-single -m2a-single-only" } */
-/* { dg-final { scan-assembler "bclr"} } */
+/* { dg-final { scan-assembler "bset"} } */
struct a
{
Regards,
kaz