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
+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
/* 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)