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

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
This commit is contained in:
Bill Schmidt 2016-01-22 19:59:23 +00:00 committed by William Schmidt
parent 3523ddc662
commit f7d2ad6f3c
2 changed files with 6 additions and 1 deletions

View 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> 2016-01-22 James Greenhalgh <james.greenhalgh@arm.com>
* gcc.dg/vect/bb-slp-pr68892.c: Require vect_double. * gcc.dg/vect/bb-slp-pr68892.c: Require vect_double.

View File

@ -1,7 +1,7 @@
/* Verify that we don't stack a frame for leaf functions when using /* Verify that we don't stack a frame for leaf functions when using
-pg -mprofile-kernel. */ -pg -mprofile-kernel. */
/* { dg-do compile { target { powerpc64*-linux-* } } } */ /* { dg-do compile { target { powerpc*-*-linux* } } } */
/* { dg-options "-O2 -pg -mprofile-kernel" } */ /* { dg-options "-O2 -pg -mprofile-kernel" } */
/* { dg-require-effective-target powerpc64 } */ /* { dg-require-effective-target powerpc64 } */
/* { dg-final { scan-assembler-not "mtlr" } } */ /* { dg-final { scan-assembler-not "mtlr" } } */