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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [pr44882.f90] - Blame information for rev 694

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do compile }
2
! { dg-options "-O3 -ffast-math -funroll-loops -w" }
3
 
4
      SUBROUTINE TRUDGE(KDIR)
5
! There is a type mismatch here for TRUPAR which caused an ICE
6
      COMMON /TRUPAR/ DR(10),V(10,10)
7
      DO 110 I=1,NDIR
8
  110 DR(I)=V(I,JDIR)
9
      END
10
      SUBROUTINE TRUSRC(LEAVE)
11
      IMPLICIT DOUBLE PRECISION (A-H,O-Z)
12
      COMMON /TRUPAR/ DX(10),V(10,10)
13
      END
14
 

powered by: WebSVN 2.1.0

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