ppc-bitfield1.c: Skip if not LP64, don't specify -m64.

* gcc.dg/ppc-bitfield1.c: Skip if not LP64, don't specify -m64.
	* gcc.dg/ppc-and-1.c: Ditto.
	* gcc.dg/ppc-compare-1.c: Ditto.
	* gcc.dg/ppc-mov-1.c: Ditto

From-SVN: r90875
This commit is contained in:
Janis Johnson 2004-11-18 18:08:21 +00:00 committed by Janis Johnson
parent 4fdb8244ae
commit bb30f5c021
5 changed files with 15 additions and 4 deletions

View File

@ -1,3 +1,10 @@
2004-11-18 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/ppc-bitfield1.c: Skip if not LP64, don't specify -m64.
* gcc.dg/ppc-and-1.c: Ditto.
* gcc.dg/ppc-compare-1.c: Ditto.
* gcc.dg/ppc-mov-1.c: Ditto
2004-11-18 Daniel Jacobowitz <dan@codesourcery.com>
Mark Mitchell <mark@codesourcery.com>

View File

@ -1,5 +1,6 @@
/* { dg-do compile { target powerpc64-*-* } } */
/* { dg-options "-m64 -O2" } */
/* { dg-require-effective-target lp64 } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler "rlwinm \[0-9\]+,\[0-9\]+,0,0,30" } } */
/* { dg-final { scan-assembler "rlwinm \[0-9\]+,\[0-9\]+,0,29,30" } } */

View File

@ -1,5 +1,6 @@
/* { dg-do compile { target powerpc64-*-* } } */
/* { dg-options "-m64 -O2" } */
/* { dg-require-effective-target lp64 } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler-not "rlwinm \[0-9\]+,\[0-9\]+,\[0-9\]+,1,31" } } */
/* { dg-final { scan-assembler-not "rlwinm \[0-9\]+,\[0-9\]+,\[0-9\]+,0xffffffff" } } */

View File

@ -1,5 +1,6 @@
/* { dg-do compile { target powerpc64-*-* } } */
/* { dg-options "-m64 -O2" } */
/* { dg-require-effective-target lp64 } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler-not "cmpw" } } */

View File

@ -1,5 +1,6 @@
/* { dg-do compile { target powerpc64-*-* } } */
/* { dg-options "-m64 -O2" } */
/* { dg-require-effective-target lp64 } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler-not "fmr \[0-9\]+,\[0-9\]+" } }