Commit 584573f9 by Rafael Avila de Espindola Committed by Rafael Espindola

pr41764_0.f: New.

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

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

From-SVN: r153700
parent 8a1326b3
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
......
! { 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment