pr66703.c: New test.

* gcc.target/i386/pr66703.c: New test.

From-SVN: r225681
This commit is contained in:
Uros Bizjak 2015-07-10 17:44:22 +02:00 committed by Uros Bizjak
parent 15e3956e40
commit 3655e7ca76
2 changed files with 5 additions and 0 deletions

View file

@ -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>

View file

@ -0,0 +1,4 @@
/* { dg-do run { target { ia32 } } } */
/* { dg-options "-O0 -mtune=pentium" } */
#include "readeflags-1.c"