On Thu, Nov 14, 2019 at 09:30:42AM +0100, Andreas Schwab wrote: > On Nov 14 2019, Jakub Jelinek wrote: > > > --- gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.c.jj 2019-11-13 > > 10:54:37.081172852 +0100 > > +++ gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.c 2019-11-14 > > 01:19:36.704285484 +0100 > > @@ -2,7 +2,7 @@ > > > > #include <stdio.h> > > #include <assert.h> > > -#include "ISO_Fortran_binding.h" > > +#include "../../../libgfortran/ISO_Fortran_binding.h" > > Shoudn't that be fixed generically, by directing the compiler to use the > uninstalled headers?
Maybem it just needs somebody to spend the time and do the header discovery in gfortran.dg. The above is what is used in other testcases. Jakub