Commit 26658b7c by Jakub Jelinek Committed by Jakub Jelinek

re PR target/66137 (ICE with -ffixed-ebp)

	PR target/66137
	* gcc.target/i386/pr66137.c: New test.

From-SVN: r232981
parent 401116b5
2016-01-29 Jakub Jelinek <jakub@redhat.com>
PR target/66137
* gcc.target/i386/pr66137.c: New test.
2016-01-29 Andrew Bennett <andrew.bennett@imgtec.com> 2016-01-29 Andrew Bennett <andrew.bennett@imgtec.com>
* gcc.target/mips/p5600-bonding.c (dg-options): Force the test to be * gcc.target/mips/p5600-bonding.c (dg-options): Force the test to be
......
/* PR target/66137 */
/* { dg-do compile } */
/* { dg-options "-mavx -O3 -ffixed-ebp" } */
void
foo (char *x, char *y, char *z, int a)
{
int i;
for (i = a; i > 0; i--)
*x++ = *y++ = *z++;
}
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