URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [pointer_assign_2.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }
! PR32361 Type declaration to initialize data in named common
BLOCK DATA
integer, pointer :: ptr1 => NULL()
common / T / ptr1
END