]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr63354c: Adjust target selector to include 32-bit targets testing an -m64 multilib.
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Fri, 22 Jan 2016 19:59:23 +0000 (19:59 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Fri, 22 Jan 2016 19:59:23 +0000 (19:59 +0000)
2016-01-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

* gcc.target/powerpc/pr63354c: Adjust target selector to include
32-bit targets testing an -m64 multilib.

From-SVN: r232744

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/pr63354.c

index e0068059e901704b077883761bcbb4598c7c299b..06e9138831e47cfd7e3cf03e813dd19264b95732 100644 (file)
@@ -1,3 +1,8 @@
+2016-01-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
+
+       * gcc.target/powerpc/pr63354c: Adjust target selector to include
+       32-bit targets testing an -m64 multilib.
+
 2016-01-22  James Greenhalgh  <james.greenhalgh@arm.com>
 
        * gcc.dg/vect/bb-slp-pr68892.c: Require vect_double.
index 4f9f79faac3de7f853a74c95230d79e06fa6571f..fd6de4d62878450e345a3c3591226124f6d0bc3d 100644 (file)
@@ -1,7 +1,7 @@
 /* Verify that we don't stack a frame for leaf functions when using
    -pg -mprofile-kernel.  */
 
-/* { dg-do compile { target { powerpc64*-linux-* } } } */
+/* { dg-do compile { target { powerpc*-*-linux* } } } */
 /* { dg-options "-O2 -pg -mprofile-kernel" } */
 /* { dg-require-effective-target powerpc64 } */
 /* { dg-final { scan-assembler-not "mtlr" } } */