OpenCores
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.fortran-torture/] [compile/] [pr32417.f90] - Blame information for rev 303

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 303 jeremybenn
! PR tree-opt/32417
2
! this used to crash while running IV-opts
3
! aff_combination_add_elt was not ready to handle pointers correctly
4
 
5
SUBROUTINE ONEINTS()
6
  COMMON /INFOA / NAT,NUM
7
  DIMENSION TINT(NUM*NUM,NAT,3,3,3),TINTM(NUM,NUM,NAT,3,3,3)
8
 
9
  CALL TINTS(IC)
10
  DO ID=1,3
11
    DO IC=1,NAT
12
      TINTM(J,I,IC,IAN,INU,ID) = TINT((I-1)*NUM+J,IC,IAN,INU,ID)
13
    ENDDO
14
  ENDDO
15
END

powered by: WebSVN 2.1.0

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