Fix 64-bit gcc.dg/profile-update-warning.c on 32-bit-default x86
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Thu, 29 Sep 2016 08:39:04 +0000 (08:39 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Thu, 29 Sep 2016 08:39:04 +0000 (08:39 +0000)
* gcc.dg/profile-update-warning.c: Restrict to ia32.
(dg-options): Remove -m32.

From-SVN: r240613

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/profile-update-warning.c

index f3ab8e8bc38063b2c58ff10814808e7c52c528d7..6acd1fc255fe32d71406260437ac5d8a6c16d235 100644 (file)
@@ -1,3 +1,8 @@
+2016-09-29  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
+
+       * gcc.dg/profile-update-warning.c: Restrict to ia32.
+       (dg-options): Remove -m32.
+
 2016-09-28  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/77756
index 0614fad960f120b13f6ebed4c8703c034919feff..63074e383f1649156cd6248b91f55dd53d1d1f59 100644 (file)
@@ -1,5 +1,5 @@
-/* { dg-do compile { target { i?86-*-* x86_64-*-* } } } */
-/* { dg-options "-fprofile-update=atomic -fprofile-generate -march=i386 -m32" } */
+/* { dg-do compile { target { { i?86-*-* x86_64-*-* } && ia32 } } } */
+/* { dg-options "-fprofile-update=atomic -fprofile-generate -march=i386" } */
 
 int main(int argc, char *argv[])
 {