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/] [scalar_return_1.f90] - Blame information for rev 581

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

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do compile }
2
! { dg-options "-std=legacy" }
3
!
4
! tests the fix for pr25082 in which the return of an array by a
5
! subroutine went undremarked.
6
!
7
! Contributed by Joost VandeVondele  
8
!
9
SUBROUTINE S1(*)
10
INTEGER :: a(2)
11
RETURN a ! { dg-error " requires a SCALAR" }
12
END SUBROUTINE S1

powered by: WebSVN 2.1.0

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