URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [assign_3.f90] - Rev 816
Compare with Previous | Blame | View Log
! { dg-do compile }! Option passed to avoid excess errors from obsolete warning! { dg-options "-w" }! PR18827integer i,jequivalence (i,j)assign 1000 to iwrite (*, j) ! { dg-error "not been assigned a format label" }goto j ! { dg-error "not been assigned a target label" }1000 continueend
