mirror of git://gcc.gnu.org/git/gcc.git
[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:
parent
37d6c719c4
commit
4826f48ec9
|
|
@ -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>
|
||||
|
||||
PR c++/85659
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/* PR libstdc++/85466 */
|
||||
/* { dg-do run } */
|
||||
/* { dg-require-effective-target c99_runtime } */
|
||||
/* { dg-options "-O2 -fno-builtin" } */
|
||||
/* { dg-add-options ieee } */
|
||||
/* { dg-add-options c99_runtime } */
|
||||
|
||||
#include "nextafter-1.c"
|
||||
|
|
|
|||
Loading…
Reference in New Issue