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/] [array_temporaries_1.f90] - Blame information for rev 302

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
! { dg-options "-Warray-temporaries" }
3
 
4
subroutine bar(a)
5
  real, dimension(2) :: a
6
end
7
 
8
program main
9
  integer, parameter :: n=3
10
  integer :: i
11
  real, dimension(n) :: a, b
12
 
13
  a = 0.2
14
  i = 2
15
  a(i:i+1) = a(1:2) ! { dg-warning "Creating array temporary" }
16
  a = cshift(a,1) ! { dg-warning "Creating array temporary" }
17
  b = cshift(a,1)
18
  call bar(a(1:3:2)) ! { dg-warning "Creating array temporary" }
19
end program main

powered by: WebSVN 2.1.0

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