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

Subversion Repositories openrisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do compile }
2
! PR fortran/50556
3
subroutine foo
4
   save i
5
   namelist /i/ ii    ! { dg-error "cannot have the SAVE attribute" }
6
end subroutine foo
7
subroutine bar
8
   namelist /i/ ii
9
   save i             ! { dg-error "cannot have the SAVE attribute" }
10
end subroutine bar

powered by: WebSVN 2.1.0

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