aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/pr93603.f90
blob: fd452e52ca2063e5228c329af78c763ae959df80 (plain)
1
2
3
4
5
6
7
! { 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