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

Subversion Repositories openrisc

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

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

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do compile }
2
!
3
! PR fortran/51383
4
!
5
! Contributed by kaiserkarl31@yahoo.com
6
!
7
! Was failing before at the ref resolution of y1(1)%i.
8
!
9
program extend
10
   type :: a
11
      integer :: i
12
   end type a
13
   type, extends (a) :: b
14
      integer :: j
15
   end type b
16
   type (a) :: x(2)
17
   type (b) :: y(2)
18
   associate (x1 => x, y1 => y)
19
      x1(1)%i = 1
20
      ! Commenting out the following line will avoid the error
21
      y1(1)%i = 2
22
   end associate
23
end program extend

powered by: WebSVN 2.1.0

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