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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [simpleif_2.f90] - Blame information for rev 199

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

Line No. Rev Author Line
1 149 jeremybenn
! { dg-do compile }
2
! Test fix for regression caused by
3
! 2006-06-23  Steven G. Kargl  
4
!    PR fortran/27981
5
!    * match.c (gfc_match_if):  Handle errors in assignment in simple if.
6
!
7
module read
8
  integer i, j, k
9
  contains
10
    subroutine a
11
      integer, parameter :: n = 2
12
      if (i .eq. 0) read(j,*) k
13
      if (i .eq. 0) n = j    ! { dg-error "assign to a named constant" "" }
14
    end subroutine a
15
end module read

powered by: WebSVN 2.1.0

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