From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1033) id A0E7C3834404; Thu, 28 Jan 2021 17:44:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A0E7C3834404 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: David Edelsohn To: gcc-cvs@gcc.gnu.org Subject: [gcc r11-6960] testsuite: Fix up a testcase to find the right ISO_Fortran_binding.h. X-Act-Checkin: gcc X-Git-Author: David Edelsohn X-Git-Refname: refs/heads/master X-Git-Oldrev: e11e5d3889f9e54c547efee50fa1b72b50f0f265 X-Git-Newrev: e28bd09498bb8ee0dbb35ee213c1127b80ade00c Message-Id: <20210128174405.A0E7C3834404@sourceware.org> Date: Thu, 28 Jan 2021 17:44:05 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jan 2021 17:44:05 -0000 https://gcc.gnu.org/g:e28bd09498bb8ee0dbb35ee213c1127b80ade00c commit r11-6960-ge28bd09498bb8ee0dbb35ee213c1127b80ade00c Author: David Edelsohn Date: Thu Jan 28 12:42:00 2021 -0500 testsuite: Fix up a testcase to find the right ISO_Fortran_binding.h. gcc/testsuite/ChangeLog: * gfortran.dg/ISO_Fortran_binding_18.c: Include ../../../libgfortran/ISO_Fortran_binding.h rather than ISO_Fortran_binding.h. Diff: --- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_18.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_18.c b/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_18.c index 4d1c4ecbd72..eef5cc632c9 100644 --- a/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_18.c +++ b/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_18.c @@ -1,8 +1,6 @@ -#include - #include #include - +#include "../../../libgfortran/ISO_Fortran_binding.h" extern int do_loop(CFI_cdesc_t* array);