re PR target/66137 (ICE with -ffixed-ebp)
PR target/66137 * gcc.target/i386/pr66137.c: New test. From-SVN: r232981
This commit is contained in:
parent
401116b5a4
commit
26658b7c9e
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* gcc.target/mips/p5600-bonding.c (dg-options): Force the test to be
|
||||
|
11
gcc/testsuite/gcc.target/i386/pr66137.c
Normal file
11
gcc/testsuite/gcc.target/i386/pr66137.c
Normal file
@ -0,0 +1,11 @@
|
||||
/* 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++;
|
||||
}
|
Loading…
Reference in New Issue
Block a user