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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [scalar_return_1.f90] - Diff between revs 154 and 816

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

Rev 154 Rev 816
! { dg-do compile }
! { dg-do compile }
! tests the fix for pr25082 in which the return of an array by a
! tests the fix for pr25082 in which the return of an array by a
! subroutine went undremarked.
! subroutine went undremarked.
!
!
! Contributed by Joost VandeVondele  
! Contributed by Joost VandeVondele  
!
!
SUBROUTINE S1(*)
SUBROUTINE S1(*)
INTEGER :: a(2)
INTEGER :: a(2)
RETURN a ! { dg-error " requires a SCALAR" }
RETURN a ! { dg-error " requires a SCALAR" }
END SUBROUTINE S1
END SUBROUTINE S1
 
 

powered by: WebSVN 2.1.0

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