re PR target/67462 (FAIL: gcc.dg/ifcvt-3.c scan-rtl-dump ce1 "3 true changes made")
authorJakub Jelinek <jakub@redhat.com>
Mon, 11 Jan 2016 19:07:31 +0000 (20:07 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 11 Jan 2016 19:07:31 +0000 (20:07 +0100)
PR target/67462
* gcc.dg/ifcvt-3.c: Only compile on lp64 targets, include also i?86
if lp64.

From-SVN: r232242

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/ifcvt-3.c

index aeea559..3652617 100644 (file)
@@ -1,5 +1,9 @@
 2016-01-11  Jakub Jelinek  <jakub@redhat.com>
 
+       PR target/67462
+       * gcc.dg/ifcvt-3.c: Only compile on lp64 targets, include also i?86
+       if lp64.
+
        PR target/69071
        * gcc.dg/pr69071.c: New test.
 
index 2e104a4..44233d4 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target aarch64*-*-* x86_64-*-* }  } */
+/* { dg-do compile { target { { aarch64*-*-* i?86-*-* x86_64-*-* } && lp64 } } } */
 /* { dg-options "-fdump-rtl-ce1 -O2" } */
 
 typedef long long s64;