pr77507.f90: Move to ...
authorSteven G. Kargl <kargl@gcc.gnu.org>
Sun, 11 Sep 2016 19:04:56 +0000 (19:04 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Sun, 11 Sep 2016 19:04:56 +0000 (19:04 +0000)
2016-09-11  Steven G. Kargl  <kargl@gcc.gnu.org>

* gfortran.dg/pr77507.f90: Move to ...
* gfortran.dg/ieee/pr77507.f90: here.

From-SVN: r240085

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/ieee/pr77507.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/pr77507.f90 [deleted file]

index 2ec3a240b869f4c89ecf549303de764c521cc328..84f06a0881cf31e9bd3f910c80c5b26ff0d9e28a 100644 (file)
@@ -1,3 +1,8 @@
+2016-09-11  Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       * gfortran.dg/pr77507.f90: Move to ...
+       * gfortran.dg/ieee/pr77507.f90: here.
+
 2016-08-09  Jan Hubicka  <hubicka@ucw.cz>
 
        PR ipa/61159
diff --git a/gcc/testsuite/gfortran.dg/ieee/pr77507.f90 b/gcc/testsuite/gfortran.dg/ieee/pr77507.f90
new file mode 100644 (file)
index 0000000..a72a091
--- /dev/null
@@ -0,0 +1,7 @@
+! { dg-do compile }
+Program p
+  Use ieee_arithmetic
+  Use iso_c_binding
+  Print *, ieee_value(x=1.0, class=ieee_negative_inf)
+  Print *, c_associated(c_ptr_1=c_null_ptr)
+End Program
diff --git a/gcc/testsuite/gfortran.dg/pr77507.f90 b/gcc/testsuite/gfortran.dg/pr77507.f90
deleted file mode 100644 (file)
index a72a091..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-! { dg-do compile }
-Program p
-  Use ieee_arithmetic
-  Use iso_c_binding
-  Print *, ieee_value(x=1.0, class=ieee_negative_inf)
-  Print *, c_associated(c_ptr_1=c_null_ptr)
-End Program