URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [module_parameter_array_refs_1.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }! Tests the fix for 26074, in which the array reference below would! be determined not to be constant within modules.!! Contributed by Jonathan Dursi <ljdursi@cita.utoronto.ca>!module foointeger, parameter :: len = 5integer :: arr(max(len,1))end! { dg-final { cleanup-modules "foo" } }
