aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/pr77507.f90
blob: a72a0915ca03ad219db5f3bb2870c88db7669ebb (plain)
1
2
3
4
5
6
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