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

Subversion Repositories openrisc

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

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do compile }
2
! { dg-options "-fno-automatic -finit-local-zero" }
3
!
4
! PR fortran/51800
5
!
6
! Contributed by Mario Baumann
7
!
8
      SUBROUTINE FOO( N, A )
9
      IMPLICIT NONE
10
      INTEGER :: N
11
      INTEGER :: A(1:N)
12
      INTEGER :: J
13
      INTEGER :: DUMMY(1:N)
14
      DO J=1,N
15
         DUMMY(J) = 0
16
         A(J) = DUMMY(J)
17
      END DO
18
      END SUBROUTINE FOO

powered by: WebSVN 2.1.0

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