URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [assign.f90] - Rev 816
Compare with Previous | Blame | View Log
! { dg-do run }! Program to test ASSIGNing a label to common variable. PR18827.program testinteger icommon iassign 2000 to i ! { dg-warning "Obsolete: ASSIGN statement" }2000 continueend
