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:
parent
4aa16f8ddb
commit
057f7d3afd
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user