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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [minmaxloc_integer_kinds_1.f90] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
! { dg-do link }
2
! PR 30415 - minloc and maxloc for integer kinds=1 and 2 were missing
3
! Test case by Harald Anlauf
4
program gfcbug55
5
  integer(kind=1) :: i1(4) = 1
6
  integer(kind=2) :: i2(4) = 1
7
  print *, minloc(i1), maxloc(i1)
8
  print *, minloc(i2), maxloc(i2)
9
end program gfcbug55
10
 

powered by: WebSVN 2.1.0

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