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/] [char_expr_2.f90] - Rev 302
Compare with Previous | Blame | View Log
! { dg-do compile }! PR fortran/36803! PR fortran/36795!! "(n)" was simplified to the EXPR_VARIABLE "n"! and thus "(n)" was judged as definable.!interfacesubroutine foo(x)character, intent(out) :: x(:) ! or INTENT(INOUT)end subroutine fooend interfacecharacter :: n(5)call foo( (n) ) ! { dg-error "must be definable" }end
