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/] [pr20950.f] - Rev 302
Compare with Previous | Blame | View Log
! PR libfortran/20950 ! Original bug-report by Walt Brainerd, The Fortran Company ! { dg-do run } ! { dg-options "-std=legacy" } ! character*20 c inquire (33, sequential = c) if (c .ne. "UNKNOWN") call abort end