URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [inquire-complex.f90] - Rev 302
Compare with Previous | Blame | View Log
! { dg-do run }! PR 23428: Inquire(iolength) used to give the wrong result.program mainimplicit noneinteger s4, s8complex(kind=8) c8complex(kind=4) c4inquire (iolength=s4) c4inquire (iolength=s8) c8if (s4 /= 8 .or. s8 /= 16) call abortend program main
