pr66703.c: New test.
* gcc.target/i386/pr66703.c: New test. From-SVN: r225681
This commit is contained in:
parent
15e3956e40
commit
3655e7ca76
2 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
* gcc.target/i386/readeflags-1.c (readeflags_test): Declare with
|
||||
__attribute__((noinline, noclone)). Change "x" to "volatile char"
|
||||
type to prevent possible flag-clobbering zero-extensions.
|
||||
* gcc.target/i386/pr66703.c: New test.
|
||||
|
||||
2015-07-10 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
|
|
4
gcc/testsuite/gcc.target/i386/pr66703.c
Normal file
4
gcc/testsuite/gcc.target/i386/pr66703.c
Normal file
|
@ -0,0 +1,4 @@
|
|||
/* { dg-do run { target { ia32 } } } */
|
||||
/* { dg-options "-O0 -mtune=pentium" } */
|
||||
|
||||
#include "readeflags-1.c"
|
Loading…
Add table
Reference in a new issue