From: Steven G. Kargl Date: Sun, 11 Sep 2016 19:04:56 +0000 (+0000) Subject: pr77507.f90: Move to ... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=217fabada66e747ef87bc6c812b3a24edc106512;p=gcc.git pr77507.f90: Move to ... 2016-09-11 Steven G. Kargl * gfortran.dg/pr77507.f90: Move to ... * gfortran.dg/ieee/pr77507.f90: here. From-SVN: r240085 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2ec3a240b86..84f06a0881c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2016-09-11 Steven G. Kargl + + * gfortran.dg/pr77507.f90: Move to ... + * gfortran.dg/ieee/pr77507.f90: here. + 2016-08-09 Jan Hubicka 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 index 00000000000..a72a0915ca0 --- /dev/null +++ b/gcc/testsuite/gfortran.dg/ieee/pr77507.f90 @@ -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 index a72a0915ca0..00000000000 --- a/gcc/testsuite/gfortran.dg/pr77507.f90 +++ /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