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

Subversion Repositories openrisc

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

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

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do compile }
2
! { dg-options "-std=f95" }
3
!
4
! Tests the fix for PR25054 in which namelist objects with non-constant
5
! shape were allowed.
6
!
7
! Contributed by Joost VandeVondele  
8
!
9
SUBROUTINE S1(I)
10
 integer :: a,b(I)
11
 NAMELIST /NLIST/ a,b ! { dg-error "with nonconstant shape" }
12
 a=1 ; b=2
13
 write(6,NML=NLIST)
14
END SUBROUTINE S1
15
END

powered by: WebSVN 2.1.0

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