PR target/81647: Fix testcase.
authorChristophe Lyon <christophe.lyon@linaro.org>
Tue, 20 Mar 2018 08:11:35 +0000 (08:11 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Tue, 20 Mar 2018 08:11:35 +0000 (09:11 +0100)
2018-03-20  Christophe Lyon  <christophe.lyon@linaro.org>

PR target/81647
* gcc.target/aarch64/pr81647.c: Require fenv_exceptions.

From-SVN: r258672

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/pr81647.c

index d1c359b9e7c654ba018db56aac4afa99658e54fa..d141e99537dc6486d0545a00126fe65616bf396a 100644 (file)
@@ -1,3 +1,8 @@
+2018-03-20  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       PR target/81647
+       * gcc.target/aarch64/pr81647.c: Require fenv_exceptions.
+
 2018-03-20  Jakub Jelinek  <jakub@redhat.com>
 
        PR c/84953
index f60dfba49d538e3b2164b11392ab8dbfdba6546e..2d764030dc8e0d4d5939632cb66bd975642572ed 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-O3 -fdump-tree-ssa" } */
+/* { dg-require-effective-target fenv_exceptions } */
 
 #include <fenv.h>