URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [debug/] [pr43166.f] - Rev 335
Go to most recent revision | Compare with Previous | Blame | View Log
C PR debug/43166 C { dg-do compile } C { dg-options "-O" } SUBROUTINE FOO () INTEGER V1 COMMON // V1 END SUBROUTINE BAR () INTEGER V0,V1,V2,V3 COMMON // V1(4),V2(85,4),V3 DO V3=1,V1(1) V0=V2(V3,1) END DO END
Go to most recent revision | Compare with Previous | Blame | View Log