OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

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

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

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
! Tests the fix for PR26976, in which non-compliant elemental
3
! intrinsic function results were not detected.  At the same
4
! time, the means to tests the compliance of TRANSFER with the
5
! optional SIZE parameter was added.
6
!
7
! Contributed by Dominique Dhumieres  
8
!
9
real(4) :: pi, a(2), b(3)
10
character(26) :: ch
11
 
12
pi = acos(-1.0)
13
b = pi
14
 
15
a = cos(b) ! { dg-error "Different shape for array assignment" }
16
 
17
a = -pi
18
b = cos(a) ! { dg-error "Different shape for array assignment" }
19
 
20
ch = "abcdefghijklmnopqrstuvwxyz"
21
a = transfer (ch, pi, 3) ! { dg-error "Different shape for array assignment" }
22
 
23
! This already generated an error
24
b = reshape ((/1.0/),(/1/)) ! { dg-error "Different shape for array assignment" }
25
 
26
end

powered by: WebSVN 2.1.0

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