From: Richard Sandiford Date: Tue, 22 May 2018 15:11:45 +0000 (+0000) Subject: pr85862.c: Rename to... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f141b40a181eea1546d0b6930c4eb386cd28241f;p=gcc.git pr85862.c: Rename to... 2018-05-22 Richard Sandiford gcc/testsuite/ * gcc.dg/torture/pr85862.c: Rename to... * gcc.dg/torture/pr85852.c: ...this. From-SVN: r260536 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 00ef526f8c9..912a1f26886 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2018-05-22 Richard Sandiford + + * gcc.dg/torture/pr85862.c: Rename to... + * gcc.dg/torture/pr85852.c: ...this. + 2018-05-22 Justin Squirek * gnat.dg/warn14.adb: New testcase. diff --git a/gcc/testsuite/gcc.dg/torture/pr85852.c b/gcc/testsuite/gcc.dg/torture/pr85852.c new file mode 100644 index 00000000000..39995bc3d18 --- /dev/null +++ b/gcc/testsuite/gcc.dg/torture/pr85852.c @@ -0,0 +1,9 @@ +/* { dg-do compile } */ +/* { dg-additional-options "-fexceptions -fnon-call-exceptions" } */ +/* { dg-additional-options "-fexceptions -fnon-call-exceptions -mfma" { target i?86-*-* x86_64-*-* } } */ + +void +ki (double nq) +{ + double no = 1.1 * nq - nq; +} diff --git a/gcc/testsuite/gcc.dg/torture/pr85862.c b/gcc/testsuite/gcc.dg/torture/pr85862.c deleted file mode 100644 index 39995bc3d18..00000000000 --- a/gcc/testsuite/gcc.dg/torture/pr85862.c +++ /dev/null @@ -1,9 +0,0 @@ -/* { dg-do compile } */ -/* { dg-additional-options "-fexceptions -fnon-call-exceptions" } */ -/* { dg-additional-options "-fexceptions -fnon-call-exceptions -mfma" { target i?86-*-* x86_64-*-* } } */ - -void -ki (double nq) -{ - double no = 1.1 * nq - nq; -}