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/] [stfunc_2.f90] - Rev 307
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }
! PR 20467 : we didn't check if a statement function had the dummy attribute.
SUBROUTINE a(b)
b(c) = 0 ! { dg-error "Unclassifiable statement" }
END SUBROUTINE a
Go to most recent revision | Compare with Previous | Blame | View Log