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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [host_assoc_types_1.f90] - Diff between revs 154 and 816

Only display areas with differences | Details | Blame | View Log

Rev 154 Rev 816
! { dg-do compile }
! { dg-do compile }
! Tests the fix for PR29232, in which the invalid code below was not
! Tests the fix for PR29232, in which the invalid code below was not
! diagnosed.
! diagnosed.
!
!
! Contributed by Tobias Burnus  
! Contributed by Tobias Burnus  
!
!
MODULE test
MODULE test
     TYPE vertex
     TYPE vertex
           INTEGER :: k
           INTEGER :: k
     END TYPE vertex
     END TYPE vertex
CONTAINS
CONTAINS
     SUBROUTINE S1()
     SUBROUTINE S1()
         TYPE(vertex) :: a  ! { dg-error "cannot be host associated" }
         TYPE(vertex) :: a  ! { dg-error "cannot be host associated" }
         vertex : DO i=1,2  ! { dg-error "incompatible object of the same name" }
         vertex : DO i=1,2  ! { dg-error "incompatible object of the same name" }
         ENDDO vertex
         ENDDO vertex
     END SUBROUTINE
     END SUBROUTINE
END MODULE test
END MODULE test
! { dg-final { cleanup-modules "test" } }
! { dg-final { cleanup-modules "test" } }
 
 

powered by: WebSVN 2.1.0

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