pr63354.c: Require lp64 since -mprofile-kernel is not legal with -m32.
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Tue, 26 Jul 2016 14:24:16 +0000 (14:24 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Tue, 26 Jul 2016 14:24:16 +0000 (14:24 +0000)
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

gcc/ChangeLog
gcc/testsuite/gcc.target/powerpc/pr63354.c

index ecb16027cf756b355566e4f91920e863d784fdde..4df8b7d7df2a0eb5bd223e69757730bfb15e36f3 100644 (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
index fd6de4d62878450e345a3c3591226124f6d0bc3d..574e0f32275389cb0e09cf6f4ee1732d6c27d32c 100644 (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)