URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [compile/] [module_common.f90] - Rev 695
Compare with Previous | Blame | View Log
! We were incorrectly trying to create a variable for the common block itself,! in addition to the variables it contains.module FOOimplicit noneinteger Icommon /C/Icontainssubroutine BARend subroutine BARend module FOO
