URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [global_references_2.f90] - Rev 700
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do compile }! { dg-options "-std=legacy" }!! This program tests the patch for PR25964. This is a! regression that would not allow a common block and a statement! to share the same name.!! Contributed by Paul Thomas <pault@gcc.gnu.org>common /foo/ a, b, cfoo (x) = x + 1.0print *, foo (0.0)end
Go to most recent revision | Compare with Previous | Blame | View Log
