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:
parent
67aa2f669b
commit
0194fe648b
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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" } } */
|
||||
|
||||
|
|
|
@ -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" } } */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue