aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/assign_8.f90
blob: f06776fcd965b307e91abb5690effa5d2e14a35b (plain)
1
2
3
4
! { dg-do compile }
! PR fortran/20883
      write (*, a) b ! { dg-error "must be of type default-kind CHARACTER or of INTEGER" }
      end