parity-1.c: POWER5 feature, not POWER6.

* gcc.target/powerpc/parity-1.c: POWER5 feature, not POWER6.
        * gcc.target/powerpc/popcount-1.c: Same.

From-SVN: r129284
This commit is contained in:
David Edelsohn 2007-10-13 15:03:07 +00:00 committed by David Edelsohn
parent 67aa2f669b
commit 0194fe648b
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-10-13 David Edelsohn <edelsohn@gnu.org>
* gcc.target/powerpc/parity-1.c: POWER5 feature, not POWER6.
* gcc.target/powerpc/popcount-1.c: Same.
2007-10-12 Simon Martin <simartin@users.sourceforge.net>
PR c++/26698

View File

@ -1,5 +1,5 @@
/* { dg-do compile { target { ilp32 } } } */
/* { dg-options "-O2 -mcpu=power6" } */
/* { dg-options "-O2 -mcpu=power5" } */
/* { dg-final { scan-assembler "popcntb" } } */
/* { dg-final { scan-assembler-not "mullw" } } */

View File

@ -1,5 +1,5 @@
/* { dg-do compile { target { ilp32 } } } */
/* { dg-options "-O2 -mcpu=power6" } */
/* { dg-options "-O2 -mcpu=power5" } */
/* { dg-final { scan-assembler "popcntb" } } */
/* { dg-final { scan-assembler-not "mullw" } } */