From: Jakub Jelinek Date: Thu, 14 Nov 2019 00:22:34 +0000 (+0100) Subject: ISO_Fortran_binding_17.c: Include ../../../libgfortran/ISO_Fortran_binding.h rather... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dec231be7fb106ecb06a5123d8116fd3d0b06075;p=gcc.git ISO_Fortran_binding_17.c: Include ../../../libgfortran/ISO_Fortran_binding.h rather than... * gfortran.dg/ISO_Fortran_binding_17.c: Include ../../../libgfortran/ISO_Fortran_binding.h rather than ISO_Fortran_binding.h. From-SVN: r278190 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3778788e80c..e45a88ac617 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2019-11-14 Jakub Jelinek + + * gfortran.dg/ISO_Fortran_binding_17.c: Include + ../../../libgfortran/ISO_Fortran_binding.h rather than + ISO_Fortran_binding.h. + 2019-11-13 Jan Hubicka PR c++/92421 diff --git a/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.c b/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.c index b0893cc15e8..14dfcc90c4e 100644 --- a/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.c +++ b/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.c @@ -2,7 +2,7 @@ #include #include -#include "ISO_Fortran_binding.h" +#include "../../../libgfortran/ISO_Fortran_binding.h" void Csub(const CFI_cdesc_t *, size_t, CFI_index_t invalid);