Commit f7d2ad6f by Bill Schmidt Committed by William Schmidt

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
parent 3523ddc6
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.
......
/* 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" } } */
......
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