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.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [equiv_constraint_7.f90] - Blame information for rev 154

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
! { dg-do compile }
2
! { dg-options "-O0" }
3
! PR20890 - Equivalence cannot contain more than one initialized variables.
4
! Contributed by Joost VandeVondele 
5
! Started out being in BLOCK DATA; however, blockdata variables must be in
6
! COMMON and therefore cannot have F95 style initializers....
7
 MODULE DATA
8
  INTEGER :: I=1,J=2
9
  EQUIVALENCE(I,J)  ! { dg-error "cannot both be in the EQUIVALENCE" }
10
 END MODULE DATA
11
 END

powered by: WebSVN 2.1.0

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