PR target/81647: Fix testcase.

2018-03-20  Christophe Lyon  <christophe.lyon@linaro.org>

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

From-SVN: r258672
This commit is contained in:
Christophe Lyon 2018-03-20 08:11:35 +00:00 committed by Christophe Lyon
parent a8ed1cbd67
commit 18c5bc3f90
2 changed files with 6 additions and 0 deletions

View 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

View File

@ -1,5 +1,6 @@
/* { dg-do run } */
/* { dg-options "-O3 -fdump-tree-ssa" } */
/* { dg-require-effective-target fenv_exceptions } */
#include <fenv.h>