re PR testsuite/91245 (gnat.dg/float_value1.adb FAILs)
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 25 Jul 2019 08:01:20 +0000 (08:01 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 25 Jul 2019 08:01:20 +0000 (08:01 +0000)
PR testsuite/91245
* gnat.dg/float_value1.adb: Only run on x86.

From-SVN: r273788

gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/float_value1.adb

index 532d1c195a3e8b796adbe5f62f8f68585580c401..0712be97dfa4b76650806349983110a13a97e206 100644 (file)
@@ -1,3 +1,8 @@
+2019-07-25  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR testsuite/91245
+       * gnat.dg/float_value1.adb: Only run on x86.
+
 2019-07-24  Martin Sebor  <msebor@redhat.com>
 
        PR tree-optimization/91183
index 8e36767bf6bb9492aadb1215e9af2ff15c80a508..df7761e8ffb9e6cdecb1f347f94909699f3205a7 100644 (file)
@@ -1,4 +1,4 @@
---  { dg-do run }
+--  { dg-do run { target i?86-*-* x86_64-*-* } }
 
 with Ada.Strings.Fixed; use Ada.Strings.Fixed;