URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [substring_integer_index.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }
! PR fortran/50524
!
program foo
print *, 'abc'(2.e0:3) ! { dg-error "must be of type INTEGER" }
print *,'qwe'(1:1e0) ! { dg-error "must be of type INTEGER" }
end program foo