From: jakub Date: Thu, 31 Oct 2019 16:37:55 +0000 (+0000) Subject: PR fortran/92284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1c03cf28405e0b39c2cdad9669d807a9d98b5b0;p=thirdparty%2Fgcc.git PR fortran/92284 * gfortran.dg/bind_c_array_params_3_aux.c: Include ../../../libgfortran/ISO_Fortran_binding.h rather than ISO_Fortran_binding.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277679 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4c85975d9476..4660d2f02440 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2019-10-31 Jakub Jelinek + + PR fortran/92284 + * gfortran.dg/bind_c_array_params_3_aux.c: Include + ../../../libgfortran/ISO_Fortran_binding.h rather than + ISO_Fortran_binding.h. + 2019-10-31 Tobias Burnus * gfortran.dg/achar_2.f90: Remove bogus line from @@ -31,7 +38,7 @@ 2019-10-31 Tobias Burnus - PR fortran/92284. + PR fortran/92284 * gfortran.dg/bind-c-intent-out.f90: Update expected dump; extend comment. * gfortran.dg/bind_c_array_params_3.f90: New. diff --git a/gcc/testsuite/gfortran.dg/bind_c_array_params_3_aux.c b/gcc/testsuite/gfortran.dg/bind_c_array_params_3_aux.c index 6e13aa3b2efd..07d1a033c5a0 100644 --- a/gcc/testsuite/gfortran.dg/bind_c_array_params_3_aux.c +++ b/gcc/testsuite/gfortran.dg/bind_c_array_params_3_aux.c @@ -5,7 +5,7 @@ #include #include -#include "ISO_Fortran_binding.h" +#include "../../../libgfortran/ISO_Fortran_binding.h" void arr_set_c(CFI_cdesc_t*); @@ -24,4 +24,3 @@ void arr_set_c(CFI_cdesc_t *arr){ for(i=0; i