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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [alloc_comp_constraint_2.f90] - Rev 853

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

! { dg-do compile }
! Check that equivalence with allocatable components isn't allowed (PR 20541)
program main

    type :: foo
        sequence
        integer, allocatable :: x(:)
    end type foo

    type(foo) :: a
    integer :: b

    equivalence (a, b) ! { dg-error "cannot have ALLOCATABLE components" }

end program main

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

powered by: WebSVN 2.1.0

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