URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [use_allocated_1.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do run }! PR17678! We were incorrectly setting use-associated variables to unallocated! on procedure entry.module foointeger, dimension(:), allocatable :: barend moduleprogram mainuse fooallocate (bar(10))call initend program mainsubroutine inituse fooif (.not.allocated(bar)) call abortend subroutine init! { dg-final { cleanup-modules "foo" } }
