Commit 3655e7ca by Uros Bizjak Committed by Uros Bizjak

pr66703.c: New test.

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

From-SVN: r225681
parent 15e3956e
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
* gcc.target/i386/readeflags-1.c (readeflags_test): Declare with * gcc.target/i386/readeflags-1.c (readeflags_test): Declare with
__attribute__((noinline, noclone)). Change "x" to "volatile char" __attribute__((noinline, noclone)). Change "x" to "volatile char"
type to prevent possible flag-clobbering zero-extensions. type to prevent possible flag-clobbering zero-extensions.
* gcc.target/i386/pr66703.c: New test.
2015-07-10 Paolo Carlini <paolo.carlini@oracle.com> 2015-07-10 Paolo Carlini <paolo.carlini@oracle.com>
......
/* { dg-do run { target { ia32 } } } */
/* { dg-options "-O0 -mtune=pentium" } */
#include "readeflags-1.c"
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