! { dg-do "compile" } ! PR fortran/35582 - ICE on invalid format ! Testcase contributed by ! Leandro Martinez real, parameter :: a = 1. write(*,a) 'test' ! { dg-error "expression in FORMAT tag" } end