On Wed, Jul 28, 2021 at 01:22:53PM +0200, Tobias Burnus wrote: > gfortran.dg/dg.exp: Add libgfortran as -I flag for ISO*.h [PR101305] > > gcc/testsuite/ > PR libfortran/101305 > * gfortran.dg/dg.exp: Add '-I <get_multilibs>/libgfortran' > compile flag.
Wouldn't it be better to do that in gcc/testsuite/lib/gfortran.exp to GFORTRAN_UNDER_TEST there next to -B$specpath/libgfortran/ ? So that we don't add it for the installed gfortran testing - there we want to test what installed gfortran will do, and will affect also libgomp testing. Jakub