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

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

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do run }
2
! PR 32721 - missing conversion for kind=1 and kind=2 masks for pack
3
program main
4
  real, dimension(2,2) :: a
5
  real, dimension(4) :: b
6
  call random_number(a)
7
  b = pack(a,logical(a>0,kind=1))
8
  b = pack(a,logical(a>0,kind=2))
9
end program main

powered by: WebSVN 2.1.0

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