URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [g77/] [990115-1.f] - Rev 315
Go to most recent revision | Compare with Previous | Blame | View Log
c { dg-do compile } C Derived from lapack SUBROUTINE ZGELSX( M, N, NRHS, A, LDA, B, LDB, JPVT, RCOND, RANK, $ WORK, RWORK, INFO ) COMPLEX(kind=8) WORK( * ) c Following declaration added on transfer to gfortran testsuite. c It is present in original lapack source integer rank DO 20 I = 1, RANK WORK( ISMAX+I-1 ) = S2*WORK( ISMAX+I-1 ) 20 CONTINUE END
Go to most recent revision | Compare with Previous | Blame | View Log