aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/pr91943.f90
blob: c2752c54e7b36110d8a7d7b56886dbfc11c860e8 (plain)
1
2
3
4
5
6
7
! { dg-do compile }
! PR fortran/91943
! Code contributed by Gerhard Steinmetz
program p
   print *, f(b'1001')  ! { dg-error "cannot appear as an actual argument" }
   call sub(b'1001')    ! { dg-error "cannot appear as an actual argument" }
end