URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [implicit_7.f90] - Rev 844
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }
! PR 24643
! This tests a case where the compiler used to ICE in an early
! incarnation of the patch
ylocal=1
ybtable=ylocal(1:2) ! { dg-error "Unclassifiable" }
end
Go to most recent revision | Compare with Previous | Blame | View Log