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/] [contains_empty_1.f03] - Rev 302
Compare with Previous | Blame | View Log
! { dg-do compile }! { dg-options "-std=f2003 -pedantic" }program testprint *, 'hello there'containsend program test ! { dg-error "Fortran 2008: CONTAINS statement without" }module trucinteger, parameter :: answer = 42containsend module truc ! { dg-error "Fortran 2008: CONTAINS statement without" }
