From: Tobias Burnus Date: Thu, 14 Nov 2019 08:02:42 +0000 (+0000) Subject: Fix gfortran.dg/ISO_Fortran_binding_17.c using rel. #include X-Git-Tag: releases/gcc-9.3.0~389 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8afd44a899985f2454d1fea38d7a2518d1c0863e;p=thirdparty%2Fgcc.git Fix gfortran.dg/ISO_Fortran_binding_17.c using rel. #include PR fortran/92470 PR fortran/92500 * gfortran.dg/ISO_Fortran_binding_17.c: Include ISO_Fortran_binding.h with relative path. From-SVN: r278201 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9ed961d3970b..8f97012e5cd8 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2019-11-13 Tobias Burnus + + PR fortran/92470 + PR fortran/92500 + * gfortran.dg/ISO_Fortran_binding_17.c: Include + ISO_Fortran_binding.h with relative path. + 2019-11-13 Tobias Burnus Backport from mainline diff --git a/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.c b/gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.c index b0893cc15e84..14dfcc90c4e6 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);