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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [compile/] [name_clash.f90] - Diff between revs 154 and 816

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

Rev 154 Rev 816
! This is the testcase from PR13249.
! This is the testcase from PR13249.
! the two different entities named AN_EXAMPLE shouldn't conflict
! the two different entities named AN_EXAMPLE shouldn't conflict
  MODULE MOD
  MODULE MOD
  INTEGER FOO
  INTEGER FOO
  END
  END
  PROGRAM MAIN
  PROGRAM MAIN
  USE MOD
  USE MOD
  COMMON /FOO/ BAR
  COMMON /FOO/ BAR
  END
  END
 
 

powered by: WebSVN 2.1.0

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