mirror of git://gcc.gnu.org/git/gcc.git
pr63354.c: Require lp64 since -mprofile-kernel is not legal with -m32.
2016-07-26 Bill Schmidt <wschmidt@linux.vnet.ibm.com> * gcc.target/powerpc/pr63354.c: Require lp64 since -mprofile-kernel is not legal with -m32. From-SVN: r238759
This commit is contained in:
parent
6e281ce309
commit
ed26375bcb
|
|
@ -1,3 +1,8 @@
|
|||
2016-07-26 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
|
||||
|
||||
* gcc.target/powerpc/pr63354.c: Require lp64 since
|
||||
-mprofile-kernel is not legal with -m32.
|
||||
|
||||
2016-07-26 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
|
||||
|
||||
* gimple-ssa-strength-reduction.c (slsr_process_phi): Remove dead
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
/* { dg-do compile { target { powerpc*-*-linux* } } } */
|
||||
/* { dg-options "-O2 -pg -mprofile-kernel" } */
|
||||
/* { dg-require-effective-target powerpc64 } */
|
||||
/* { dg-require-effective-target lp64 } */
|
||||
/* { dg-final { scan-assembler-not "mtlr" } } */
|
||||
|
||||
int foo(void)
|
||||
|
|
|
|||
Loading…
Reference in New Issue