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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gfortran.dg/] [all_bounds_1.f90] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do run }
2
! { dg-options "-fbounds-check" }
3
! { dg-shouldfail "Incorrect extent in return value of ALL intrinsic" }
4
program main
5
  logical(kind=4), allocatable :: f(:,:)
6
  logical(kind=4) :: res(3)
7
  character(len=80) line
8
  allocate (f(2,2))
9
  f = .false.
10
  f(1,1) = .true.
11
  f(2,1) = .true.
12
  res = all(f,dim=1)
13
  write(line,fmt='(80L1)') res
14
end program main
15
! { dg-output "Fortran runtime error: Incorrect extent in return value of ALL intrinsic in dimension 1: is 3, should be 2" }
16
 
17
 

powered by: WebSVN 2.1.0

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