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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [array_simplify_1.f90] - Diff between revs 149 and 154

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 149 Rev 154
! { dg-do compile }
! { dg-do compile }
! Tests the fix for PR24168, in which line   would return
! Tests the fix for PR24168, in which line   would return
! Error: Incompatible ranks 2 and 1 in assignment at (1)
! Error: Incompatible ranks 2 and 1 in assignment at (1)
! This came about because the simplification of the binary
! This came about because the simplification of the binary
! operation, in the first actual argument of spread, was not
! operation, in the first actual argument of spread, was not
! returning the rank of the result.  Thus the error could
! returning the rank of the result.  Thus the error could
! be generated with any operator and other intrinsics than
! be generated with any operator and other intrinsics than
! cshift.
! cshift.
!
!
! Contributed by Steve Kargl  
! Contributed by Steve Kargl  
!
!
 integer, parameter :: nx=2, ny=2
 integer, parameter :: nx=2, ny=2
 real, dimension(nx, ny) :: f
 real, dimension(nx, ny) :: f
 f = spread(2 * cshift((/ 1, 2 /), nx/2), 2, ny)
 f = spread(2 * cshift((/ 1, 2 /), nx/2), 2, ny)
end
end
 
 

powered by: WebSVN 2.1.0

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