]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.target/i386/pr66703.c: New test.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Jul 2015 15:44:22 +0000 (15:44 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Jul 2015 15:44:22 +0000 (15:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225681 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr66703.c [new file with mode: 0644]

index 614560469970018ba1f0695c9e22309c4f5f3d80..3c5586ecc81834b3b009e80b49917168f1f8767e 100644 (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>
 
diff --git a/gcc/testsuite/gcc.target/i386/pr66703.c b/gcc/testsuite/gcc.target/i386/pr66703.c
new file mode 100644 (file)
index 0000000..0fb0582
--- /dev/null
@@ -0,0 +1,4 @@
+/* { dg-do run { target { ia32 } } } */
+/* { dg-options "-O0 -mtune=pentium" } */
+
+#include "readeflags-1.c"