URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [der_charlen_1.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }! PR 18990! we used to ICE on these examplesmodule coretype, public :: Tcharacter(len=I) :: str ! { dg-error "needs to be a constant specification expression" }end type TprivateCONTAINSsubroutine FOO(X)type(T), intent(in) :: Xend subroutineend module coremodule another_coretype :: Tcharacter(len=*) :: s ! { dg-error "needs to be a constant specification expr" }end type TprivateCONTAINSsubroutine FOO(X)type(T), intent(in) :: Xend subroutineend module another_core! { dg-final { cleanup-modules "core another_core" } }
