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/] [alloc_comp_constraint_4.f90] - Rev 302

Compare with Previous | Blame | View Log

! { dg-do compile }
! Tests the fix for PR29422, in which function results
! were not tested for suitability in IO statements.
!
! Contributed by Dominique d'Humieres  <dominiq@lps.ens.fr>
!
Type drv
 Integer :: i
 Integer, allocatable :: arr(:)
End type drv

  print *, fun1 () ! { dg-error "cannot have ALLOCATABLE" }

contains
  Function fun1 ()

    Type(drv) :: fun1
    fun1%i = 10
  end function fun1
end

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.