pr63354.c: Restrict to Linux targets with 64-bit support.

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
This commit is contained in:
Bill Schmidt 2016-01-22 15:02:14 +00:00 committed by William Schmidt
parent 4aa16f8ddb
commit 057f7d3afd
2 changed files with 7 additions and 1 deletions

View 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

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