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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [uncommon_block_data_1.f90] - Blame information for rev 694

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do compile }
2
! Tests the fix for 25083, in which the compiler failed to detect that
3
! data variables in BLOCK DATA were not in COMMON.
4
!
5
! Contributed by Joost VandeVondele  
6
!
7
 BLOCK DATA D
8
  INTEGER I ! { dg-error "must be in COMMON" }
9
  DATA I /1/
10
 END BLOCK DATA
11
END

powered by: WebSVN 2.1.0

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