OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [bounds_check_5.f90] - Blame information for rev 329

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

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do run }
2
! This tests the fix for PR30190, in which the array reference
3
! in the associated statement would cause a segfault.
4
!
5
! Contributed by Tobias Burnus  
6
!
7
  TYPE particle_type
8
     INTEGER, POINTER :: p(:)
9
  END TYPE particle_type
10
  TYPE(particle_type), POINTER  :: t(:)
11
  integer :: i
12
  logical :: f
13
  i = 1
14
  allocate(t(1))
15
  allocate(t(1)%p(0))
16
  f = associated(t(i)%p,t(i)%p)
17
end

powered by: WebSVN 2.1.0

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