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:
parent
8a1326b392
commit
584573f9f3
@ -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
|
||||
|
13
gcc/testsuite/gfortran.dg/lto/pr41764_0.f
Normal file
13
gcc/testsuite/gfortran.dg/lto/pr41764_0.f
Normal 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
|
Loading…
Reference in New Issue
Block a user