testsuite: Do not run g++.target/i386/pr93828.C on 32bit targets.
authorUros Bizjak <ubizjak@gmail.com>
Thu, 20 Feb 2020 21:17:44 +0000 (22:17 +0100)
committerUros Bizjak <ubizjak@gmail.com>
Thu, 20 Feb 2020 21:17:44 +0000 (22:17 +0100)
gcc/testsuite/g++.target/i386/pr93828.C

index e0c1975..4ff3f9b 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do run }
+// { dg-do run { target { ! ia32 } } }
 // { dg-require-effective-target c++11 }
 // { dg-options "-O2 -march=k8" }