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.0rc3/] [gcc/] [testsuite/] [gfortran.dg/] [array_constructor_19.f90] - Blame information for rev 516

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 302 jeremybenn
! Simplification of unary and binary expressions containing
2
! array constructors.
3
!
4
! See PR33288
5
!
6
! { dg-do run }
7
  real, parameter :: x(1) = 42
8
  real, parameter :: x1(1) = (/ x /) + 1
9
  real, parameter :: x2(1) = 1 + (/ x /)
10
  real, parameter :: x3(1) = -(/ x /)
11
  real, parameter :: x4(2) = (/ x, 1. /) + (/ 2, (/3/) /)
12
 
13
  if (any (x1 /= (/43./))) call abort
14
  if (any (x2 /= (/43./))) call abort
15
  if (any (x3 /= (/-42./))) call abort
16
  if (any (x4 /= (/44., 4./))) call abort
17
end

powered by: WebSVN 2.1.0

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