URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [assign_2.f90] - Rev 844
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do run }
! Option passed to avoid excess errors from obsolete warning
! { dg-options "-w" }
! PR18827
integer i,j
common /foo/ i,j
assign 1000 to j
j = 5
goto j
1000 continue
end
Go to most recent revision | Compare with Previous | Blame | View Log