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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [initialization_22.f90] - Blame information for rev 694

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do run }
2
! tests the fix for PR39292, where the intitialization expression
3
! did not simplify and caused an ICE in gfc_conv_array_initializer.
4
!
5
! Contributed by Richard Guenther 
6
!
7
  integer :: n
8
  real, dimension(2) :: a = (/ ( (float(n))**(1.0), n=1,2) /)
9
  if (any (a .ne. (/ ( (float(n))**(1.0), n=1,2) /))) call abort
10
end

powered by: WebSVN 2.1.0

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