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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [initialization_22.f90] - Blame information for rev 305

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

Line No. Rev Author Line
1 302 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.