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/] [vect/] [no-vfa-pr32457.f90] - Blame information for rev 329

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

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
! { dg-require-effective-target vect_float }
3
 
4
SUBROUTINE KEEL(RBOUND)
5
  REAL, DIMENSION(0:100) :: RBOUND
6
  DO N = 1, NP1
7
     RBOUND(N) = RBOUND(N-1) + 1
8
  END DO
9
  DO N = 1, NS
10
     WRITE (16,'(I5)') SRAD(N)
11
  END DO
12
END SUBROUTINE KEEL
13
 
14
! { dg-final { scan-tree-dump-times "vectorized 0 loops" 1 "vect" } }
15
! { dg-final { cleanup-tree-dump "vect" } }

powered by: WebSVN 2.1.0

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