From d1fe5b0686247ca3c7dd891f83fb1f41fbe5c928 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Mon, 8 Jun 2015 00:13:40 +0000 Subject: [PATCH] Fix my previous commit. From-SVN: r224202 --- 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 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 * -- 2.7.4