URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [real_index_1.f90] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do run }
! PR 16907 : We didn't support REAL array indices as an extension
integer I, A(10)
A = 2
I=A(1.0) ! { dg-warning "Extension" }
if (i/=2) call abort ()
end
Go to most recent revision | Compare with Previous | Blame | View Log