diff options
author | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2016-07-26 14:24:16 +0000 |
---|---|---|
committer | William Schmidt <wschmidt@gcc.gnu.org> | 2016-07-26 14:24:16 +0000 |
commit | ed26375bcb7932204d04af922d4896ea403354c4 (patch) | |
tree | 4658931707119f4bac863821b0a8c772df790b21 /gcc | |
parent | 6e281ce309a6382f3bf11787156baf8802e48194 (diff) | |
download | gcc-ed26375bcb7932204d04af922d4896ea403354c4.zip gcc-ed26375bcb7932204d04af922d4896ea403354c4.tar.gz gcc-ed26375bcb7932204d04af922d4896ea403354c4.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/powerpc/pr63354.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ecb1602..4df8b7d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 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 and unnecessary call to gimple_bb. diff --git a/gcc/testsuite/gcc.target/powerpc/pr63354.c b/gcc/testsuite/gcc.target/powerpc/pr63354.c index fd6de4d..574e0f3 100644 --- a/gcc/testsuite/gcc.target/powerpc/pr63354.c +++ b/gcc/testsuite/gcc.target/powerpc/pr63354.c @@ -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) |