From: Bill Schmidt Date: Fri, 22 Jan 2016 15:02:14 +0000 (+0000) Subject: pr63354.c: Restrict to Linux targets with 64-bit support. X-Git-Tag: basepoints/gcc-7~1387 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=057f7d3afdba4fb5b8119d225140b94f37d1ac70;p=thirdparty%2Fgcc.git pr63354.c: Restrict to Linux targets with 64-bit support. 2016-01-22 Bill Schmidt * gcc.target/powerpc/pr63354.c: Restrict to Linux targets with 64-bit support. From-SVN: r232732 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a20f8606e628..996be8771dfd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-01-22 Bill Schmidt + + * gcc.target/powerpc/pr63354.c: Restrict to Linux targets with + 64-bit support. + 2016-01-22 Christian Bruel PR target/68674 diff --git a/gcc/testsuite/gcc.target/powerpc/pr63354.c b/gcc/testsuite/gcc.target/powerpc/pr63354.c index dd2858336e96..4f9f79faac3d 100644 --- a/gcc/testsuite/gcc.target/powerpc/pr63354.c +++ b/gcc/testsuite/gcc.target/powerpc/pr63354.c @@ -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)