OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gfortran.dg/] [g77/] [19990905-1.f] - Diff between revs 302 and 384

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

Rev 302 Rev 384
c { dg-do compile }
c { dg-do compile }
c
c
c  g77 gave error
c  g77 gave error
c  19990905-1.f: In subroutine `x':
c  19990905-1.f: In subroutine `x':
c  19990905-1.f:15: 
c  19990905-1.f:15: 
c           common /foo/n
c           common /foo/n
c                   1
c                   1
c  19990905-1.f:18: (continued):
c  19990905-1.f:18: (continued):
c           call foo(a(1))
c           call foo(a(1))
c                2
c                2
c  Invalid declaration of or reference to symbol `foo' at (2) [initially seen at (1)]
c  Invalid declaration of or reference to symbol `foo' at (2) [initially seen at (1)]
* =foo7.f in Burley's g77 test suite.
* =foo7.f in Burley's g77 test suite.
      subroutine x
      subroutine x
      real a(n)
      real a(n)
      common /foo/n  ! { dg-error "is already being used as a COMMON" }
      common /foo/n  ! { dg-error "is already being used as a COMMON" }
      continue
      continue
      entry y(a)
      entry y(a)
      call foo(a(1)) ! { dg-error "is already being used as a COMMON" }
      call foo(a(1)) ! { dg-error "is already being used as a COMMON" }
      end
      end
 
 

powered by: WebSVN 2.1.0

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