URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [blockdata_2.f90] - Rev 399
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }
! Test for pr29537 where we did ICE trying to dereference the NULL
! proc_name from an unnamed block data which we intended to use as locus
! for a blank common.
block data
common c
end !block data
end
Go to most recent revision | Compare with Previous | Blame | View Log