aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/minmax_char_2.f90
blob: b5f74eac93bc1e6360c04673c023521ce2f0c967 (plain)
1
2
3
4
! { dg-do compile }
! { dg-options "-std=f95" }
  print *, min("foo", "bar") ! { dg-error "Fortran 2003.* CHARACTER argument" }
  end