URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [eoshift.f90] - Rev 816
Compare with Previous | Blame | View Log
! { dg-do run }! PR 18958: We used to segfault for eoshifting off the end of an array.program maincharacter(len=20) linewrite (line,'(2I4)') eoshift((/1, 3/), 3)end program main
