mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-23 12:01:15 +08:00
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
@ -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…
Reference in New Issue
Block a user