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/] [aliasing_dummy_3.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 }
! This tests the fix for PR29565, which failed in the gimplifier
! This tests the fix for PR29565, which failed in the gimplifier
! with the third call to has_read_key because this lost the first
! with the third call to has_read_key because this lost the first
! temporary array declaration from the current context.
! temporary array declaration from the current context.
!
!
! Contributed by William Mitchell  
! Contributed by William Mitchell  
!
!
  type element_t
  type element_t
    integer :: gid
    integer :: gid
  end type element_t
  end type element_t
  type(element_t) :: element(1)
  type(element_t) :: element(1)
   call hash_read_key(element%gid)
   call hash_read_key(element%gid)
   call hash_read_key(element%gid)
   call hash_read_key(element%gid)
   call hash_read_key(element%gid)
   call hash_read_key(element%gid)
contains
contains
  subroutine hash_read_key(key)
  subroutine hash_read_key(key)
    integer, intent(out) :: key(1)
    integer, intent(out) :: key(1)
  end subroutine hash_read_key
  end subroutine hash_read_key
end
end
 
 

powered by: WebSVN 2.1.0

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