public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-6960] testsuite: Fix up a testcase to find the right ISO_Fortran_binding.h.
@ 2021-01-28 17:44 David Edelsohn
  0 siblings, 0 replies; only message in thread
From: David Edelsohn @ 2021-01-28 17:44 UTC (permalink / raw)
  To: gcc-cvs

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);


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-28 17:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-28 17:44 [gcc r11-6960] testsuite: Fix up a testcase to find the right ISO_Fortran_binding.h David Edelsohn

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).