OpenCores
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/] [zero_sized_2.f90] - Blame information for rev 325

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

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
! Tests the fix for PR30514 in which the bounds on m would cause an
3
! error and the rest would cause the compiler to go into an infinite
4
! loop.
5
! Contributed by Tobias Burnus 
6
!
7
integer :: i(2:0), j(1:0), m(1:-1)
8
integer, parameter :: k(2:0) = 0, l(1:0) = 0
9
i = k
10
j = l
11
m = 5
12
end
13
 

powered by: WebSVN 2.1.0

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