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
+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
--- /dev/null
+! { 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
+++ /dev/null
-! { 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