OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc3/] [gcc/] [testsuite/] [gfortran.dg/] [vect/] [pr33301.f] - Blame information for rev 516

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
c { dg-do compile }
2
C Derived from lapack
3
      SUBROUTINE ZGELSX( M, N, NRHS, A, LDA, B, LDB, JPVT, RCOND, RANK,
4
     $                   WORK, RWORK, INFO )
5
      COMPLEX(kind=8)         WORK( * )
6
c     Following declaration added on transfer to gfortran testsuite.
7
c     It is present in original lapack source
8
      integer rank
9
            DO 20 I = 1, RANK
10
               WORK( ISMAX+I-1 ) = S2*WORK( ISMAX+I-1 )
11
   20       CONTINUE
12
      END
13
 
14
c { dg-final { cleanup-tree-dump "vect" } }

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.