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/] [lto/] [pr41764_0.f] - Rev 313
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-lto-do link } ! FIXME: This test used to fail with gold and -fuse-linker-plugin. It is ! here for people testing with RUNTESTFLAGS=-fuse-linker-plugin, but it would ! be nice to create "dg-effective-target-supports linker-plugin" and use it. PROGRAM INIRAN INTEGER IX, IY, IZ COMMON /XXXRAN/ IX, IY, IZ END BLOCKDATA RAEWIN INTEGER IX, IY, IZ COMMON /XXXRAN/ IX, IY, IZ DATA IX, IY, IZ / 1974, 235, 337 / END
Go to most recent revision | Compare with Previous | Blame | View Log