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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [select_type_22.f03] - Blame information for rev 694

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do compile }
2
!
3
! PR 47330: [OOP] ICE on invalid source in connection with SELECT TYPE
4
!
5
! Contributed by Andrew Benson 
6
 
7
  type treeNode
8
  end type
9
contains
10
  subroutine proc1 (thisNode)
11
    class (treeNode), target :: thisNode
12
    select type (thisNode)
13
    type is (treeNode)
14
       workNode => thisNode  ! { dg-error "Non-POINTER in pointer association context" }
15
    end select
16
  end subroutine
17
end

powered by: WebSVN 2.1.0

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