Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gfortran.dg/pr93603.f90

8 lines
173 B
Fortran
Raw Normal View History

2023-03-06 14:48:14 +01:00
! { dg-do compile }
program p
associate (y => z'1') ! { dg-error "cannot be a BOZ literal constant" }
end associate ! { dg-error "Expecting END PROGRAM" }
end