RISC-V: Regenerate opt urls.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr91943.f90
blobc2752c54e7b36110d8a7d7b56886dbfc11c860e8
1 ! { dg-do compile }
2 ! PR fortran/91943
3 ! Code contributed by Gerhard Steinmetz
4 program p
5 print *, f(b'1001') ! { dg-error "cannot appear as an actual argument" }
6 call sub(b'1001') ! { dg-error "cannot appear as an actual argument" }
7 end