pr41764_0.f: New.

2009-10-29  Rafael Avila de Espindola  <espindola@google.com>

	* gfortran.dg/lto/pr41764_0.f: New.

From-SVN: r153700
This commit is contained in:
Rafael Avila de Espindola 2009-10-29 12:58:54 +00:00 committed by Rafael Espindola
parent 8a1326b392
commit 584573f9f3
2 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-10-29 Rafael Avila de Espindola <espindola@google.com>
* gfortran.dg/lto/pr41764_0.f: New.
2009-10-29 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/41775

View File

@ -0,0 +1,13 @@
! { 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