diff options
Diffstat (limited to 'gcc/testsuite/gfortran.dg/lto/20091015-1_2.f')
-rw-r--r-- | gcc/testsuite/gfortran.dg/lto/20091015-1_2.f | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/gfortran.dg/lto/20091015-1_2.f b/gcc/testsuite/gfortran.dg/lto/20091015-1_2.f new file mode 100644 index 000000000..5bfd02227 --- /dev/null +++ b/gcc/testsuite/gfortran.dg/lto/20091015-1_2.f @@ -0,0 +1,5 @@ + program test + common/main1/ eps(2) + dimension cor6d(2,2) + call dalie6s(iqmod6,1,wx,cor6d) + end |