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:
Bill Schmidt 2016-07-26 14:24:16 +00:00 committed by William Schmidt
parent 6e281ce309
commit ed26375bcb
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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)