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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gfortran.dg/] [pr28971.f90] - Diff between revs 302 and 384

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

Rev 302 Rev 384
! { dg-do compile }
! { dg-do compile }
! This caused an ICE for gfortrans of July 2006 vintage.  It was a regression
! This caused an ICE for gfortrans of July 2006 vintage.  It was a regression
! that "fixed" itself.  The cause and the fix are mysteries.  This test is intended
! that "fixed" itself.  The cause and the fix are mysteries.  This test is intended
! to signal any further regression, should it occur.
! to signal any further regression, should it occur.
!
!
! Contributed by Oskar Enoksson  
! Contributed by Oskar Enoksson  
SUBROUTINE BUG(A,B)
SUBROUTINE BUG(A,B)
  IMPLICIT NONE
  IMPLICIT NONE
  INTEGER   :: A
  INTEGER   :: A
  INTEGER   :: B(2)
  INTEGER   :: B(2)
  INTEGER, PARAMETER :: C(2) = (/ 1,2 /)
  INTEGER, PARAMETER :: C(2) = (/ 1,2 /)
  WHERE (C(:).EQ.A)
  WHERE (C(:).EQ.A)
    B = -1
    B = -1
  END WHERE
  END WHERE
END SUBROUTINE BUG
END SUBROUTINE BUG
 
 

powered by: WebSVN 2.1.0

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