URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [procedure_lvalue.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }! Tests the fix for PR17911, where a USE associated l-value! would cause an ICE in gfc_conv_variable.! Test contributed by Tobias Schlueter <tobi@gcc.gnu.org>module tinterface amodule procedure bend interfacecontainsinteger function b(x)b = xend function bend module tsubroutine ruse tb = 1. ! { dg-error "is not a variable" }y = a(1.)end subroutine r! { dg-final { cleanup-modules "t" } }
