]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr63354.c: Restrict to Linux targets with 64-bit support.
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Fri, 22 Jan 2016 15:02:14 +0000 (15:02 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Fri, 22 Jan 2016 15:02:14 +0000 (15:02 +0000)
2016-01-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

* gcc.target/powerpc/pr63354.c: Restrict to Linux targets with
64-bit support.

From-SVN: r232732

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

index a20f8606e628affb23901112a30098754ec29465..996be8771dfd0bfca4d22fcc23b117840755f141 100644 (file)
@@ -1,3 +1,8 @@
+2016-01-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
+
+       * gcc.target/powerpc/pr63354.c: Restrict to Linux targets with
+       64-bit support.
+
 2016-01-22  Christian Bruel  <christian.bruel@st.com>
 
        PR target/68674
index dd2858336e96cec6a712a0150189b52716f81207..4f9f79faac3de7f853a74c95230d79e06fa6571f 100644 (file)
@@ -1,8 +1,9 @@
 /* Verify that we don't stack a frame for leaf functions when using
    -pg -mprofile-kernel.  */
 
-/* { dg-do compile { target { powerpc64*-*-* } } } */
+/* { dg-do compile { target { powerpc64*-linux-* } } } */
 /* { dg-options "-O2 -pg -mprofile-kernel" } */
+/* { dg-require-effective-target powerpc64 } */
 /* { dg-final { scan-assembler-not "mtlr" } } */
 
 int foo(void)