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/] [goto_1.f] - Rev 302

Compare with Previous | Blame | View Log

! { dg-do run }
! { dg-options "-std=legacy" }
! PR 18540
! Verify that old-style cross-block GOTOs work
      I = 1
      GO TO 2
      IF (I .EQ. 0) THEN
 2       IF (I .NE. 1) CALL ABORT
         I = 0
         GOTO 3
      ELSE
 3       I = 2
      END IF
      IF (I .NE. 2) CALL ABORT
      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.