diff options
author | Jan Hubicka <hubicka@gcc.gnu.org> | 2015-06-08 00:13:40 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2015-06-08 00:13:40 +0000 |
commit | d1fe5b0686247ca3c7dd891f83fb1f41fbe5c928 (patch) | |
tree | 51e5f6d84d8c80f1ab307095659ab095c759621e /gcc | |
parent | ccb5ad373f204cc5690dabd1298503fde739a8ed (diff) | |
download | gcc-d1fe5b0686247ca3c7dd891f83fb1f41fbe5c928.zip gcc-d1fe5b0686247ca3c7dd891f83fb1f41fbe5c928.tar.gz gcc-d1fe5b0686247ca3c7dd891f83fb1f41fbe5c928.tar.bz2 |
Fix my previous commit.
From-SVN: r224202
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gfortran.dg/lto/bind_c-1_0.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gfortran.dg/lto/bind_c-1_0.f90 b/gcc/testsuite/gfortran.dg/lto/bind_c-1_0.f90 index 79be99a..d0a11a6 100644 --- a/gcc/testsuite/gfortran.dg/lto/bind_c-1_0.f90 +++ b/gcc/testsuite/gfortran.dg/lto/bind_c-1_0.f90 @@ -1,4 +1,4 @@ -! { dg-do run } +! { dg-lto-do run } ! { dg-lto-options {{ -O3 -flto }} } ! This testcase will abort if C_PTR is not interoperable with both int * ! and float * |