URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [write_invalid_format.f90] - Rev 399
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do "compile" }
! PR fortran/35582 - ICE on invalid format
! Testcase contributed by
! Leandro Martinez <leandromartinez DOT spam AT gmail DOT com>
real, parameter :: a = 1.
write(*,a) 'test' ! { dg-error "expression in FORMAT tag" }
end
Go to most recent revision | Compare with Previous | Blame | View Log