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

Subversion Repositories openrisc

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

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

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do run }
2
! { dg-options "-std=legacy" }
3
!
4
! PR 15129: we used to share the character length between A and B in the
5
! subroutine.
6
CHARACTER*10 A
7
CHARACTER*8 B
8
A = 'gfortran'
9
B = 'rocks!'
10
CALL T(A,B)
11
contains
12
SUBROUTINE T(A,B)
13
CHARACTER*(*) A,B
14
if(len(a)/=10) call abort()
15
if(len(b)/=8) call abort()
16
END SUBROUTINE
17
end

powered by: WebSVN 2.1.0

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