public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: David Edelsohn <dje@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r11-6960] testsuite: Fix up a testcase to find the right ISO_Fortran_binding.h.
Date: Thu, 28 Jan 2021 17:44:05 +0000 (GMT)	[thread overview]
Message-ID: <20210128174405.A0E7C3834404@sourceware.org> (raw)

https://gcc.gnu.org/g:e28bd09498bb8ee0dbb35ee213c1127b80ade00c

commit r11-6960-ge28bd09498bb8ee0dbb35ee213c1127b80ade00c
Author: David Edelsohn <dje.gcc@gmail.com>
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 <ISO_Fortran_binding.h>
-
 #include <stdlib.h>
 #include <string.h>
-
+#include "../../../libgfortran/ISO_Fortran_binding.h"
 
 
 extern int do_loop(CFI_cdesc_t* array);


                 reply	other threads:[~2021-01-28 17:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210128174405.A0E7C3834404@sourceware.org \
    --to=dje@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).