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] - Diff between revs 149 and 154

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

Rev 149 Rev 154
! { dg-do compile }
! { dg-do compile }
! Test fix for regression caused by
! Test fix for regression caused by
! 2006-06-23  Steven G. Kargl  
! 2006-06-23  Steven G. Kargl  
!    PR fortran/27981
!    PR fortran/27981
!    * match.c (gfc_match_if):  Handle errors in assignment in simple if.
!    * match.c (gfc_match_if):  Handle errors in assignment in simple if.
!
!
module read
module read
  integer i, j, k
  integer i, j, k
  contains
  contains
    subroutine a
    subroutine a
      integer, parameter :: n = 2
      integer, parameter :: n = 2
      if (i .eq. 0) read(j,*) k
      if (i .eq. 0) read(j,*) k
      if (i .eq. 0) n = j    ! { dg-error "assign to a named constant" "" }
      if (i .eq. 0) n = j    ! { dg-error "assign to a named constant" "" }
    end subroutine a
    end subroutine a
end module read
end module read
 
 

powered by: WebSVN 2.1.0

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