pr85862.c: Rename to...
authorRichard Sandiford <richard.sandiford@linaro.org>
Tue, 22 May 2018 15:11:45 +0000 (15:11 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 22 May 2018 15:11:45 +0000 (15:11 +0000)
2018-05-22  Richard Sandiford  <richard.sandiford@linaro.org>

gcc/testsuite/
* gcc.dg/torture/pr85862.c: Rename to...
* gcc.dg/torture/pr85852.c: ...this.

From-SVN: r260536

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr85852.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/torture/pr85862.c [deleted file]

index 00ef526f8c91959b1d8c058e5ed18da806ff5da1..912a1f26886741e68a055804bb42bf5ea4229367 100644 (file)
@@ -1,3 +1,8 @@
+2018-05-22  Richard Sandiford  <richard.sandiford@linaro.org>
+
+       * gcc.dg/torture/pr85862.c: Rename to...
+       * gcc.dg/torture/pr85852.c: ...this.
+
 2018-05-22  Justin Squirek  <squirek@adacore.com>
 
        * 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 (file)
index 0000000..39995bc
--- /dev/null
@@ -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 (file)
index 39995bc..0000000
+++ /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;
-}