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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [vector_subscript_4.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 "-fdump-tree-original" }
3
!
4
! Test the fix for PR37903, in which the temporary for the vector index
5
! got the wrong size.
6
!
7
! Contributed by Mikael Morin 
8
!
9
     integer :: i(-1:1) = 1, j(3) = 1, k(3)
10
      k = j((/1,1,1/)+i)
11
      end
12
! { dg-final { scan-tree-dump-times "A\.2\\\[3\\\]" 1 "original" } }
13
! { dg-final { cleanup-tree-dump "original" } }

powered by: WebSVN 2.1.0

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