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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [namelist_5.f90] - Blame information for rev 853

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

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

powered by: WebSVN 2.1.0

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