[testsuite] gcc.dg/nextafter-2.c: Restrict to c99_runtime

2018-05-07  Christophe Lyon  <christophe.lyon@linaro.org>

	* gcc.dg/nextafter-2.c: Add c99_runtime effective target
	and options.

From-SVN: r259994
This commit is contained in:
Christophe Lyon 2018-05-07 13:49:03 +00:00 committed by Christophe Lyon
parent 37d6c719c4
commit 4826f48ec9
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2018-05-07 Christophe Lyon <christophe.lyon@linaro.org>
* gcc.dg/nextafter-2.c: Add c99_runtime effective target
and options.
2018-05-06 Jakub Jelinek <jakub@redhat.com> 2018-05-06 Jakub Jelinek <jakub@redhat.com>
PR c++/85659 PR c++/85659

View File

@ -1,6 +1,8 @@
/* PR libstdc++/85466 */ /* PR libstdc++/85466 */
/* { dg-do run } */ /* { dg-do run } */
/* { dg-require-effective-target c99_runtime } */
/* { dg-options "-O2 -fno-builtin" } */ /* { dg-options "-O2 -fno-builtin" } */
/* { dg-add-options ieee } */ /* { dg-add-options ieee } */
/* { dg-add-options c99_runtime } */
#include "nextafter-1.c" #include "nextafter-1.c"