diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-06-08 00:13:40 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-06-08 00:13:40 +0000 |
commit | f4aca8f6ef822afafe6012de17f869c223b50d8c (patch) | |
tree | 51e5f6d84d8c80f1ab307095659ab095c759621e | |
parent | 9a8ba0f706d8f84ce7150e1d3188e1c6040ea1d5 (diff) | |
download | gcc-f4aca8f6ef822afafe6012de17f869c223b50d8c.tar.gz |
Fix my previous commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224202 138bc75d-0d04-0410-961f-82ee72b054a4
-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 79be99a53c5..d0a11a6b980 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 * |