Commit 057f7d3a by Bill Schmidt Committed by William Schmidt

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
parent 4aa16f8d
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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment