From f4aca8f6ef822afafe6012de17f869c223b50d8c Mon Sep 17 00:00:00 2001 From: hubicka Date: Mon, 8 Jun 2015 00:13:40 +0000 Subject: [PATCH] Fix my previous commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224202 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/gfortran.dg/lto/bind_c-1_0.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 79be99a53c54..d0a11a6b980c 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 * -- 2.47.3