On Sat, Feb 09, 2013 at 11:22:18AM +0100, Tobias Burnus wrote: > Are you sure that the test case in gfortran.dg/gomp/omp_lib_1.F > works? The OpenMP Fortran headers (and modules) are generated in > libgomp/. Thus, I am not sure they are available in > gcc/testsuite/gfortran.dg/gomp (in particular when the compiler is > not installed).
gfortran.dg/gomp/ testsuite doesn't add the necessary paths to libgomp build tree, only libgomp/testsuite/fortran/ does. So I don't see how the testcases can work, but I also don't see how this PR can be actually testable in gcc's testsuite, the problem is only with installed compiler. > "Seems to break testing, all testcases emit > Warning: Nonexistent include directory "finclude"^M" I don't remember ever seeing such failures. But, perhaps gcc/fortran/Make-lang.in can create (empty?) finclude/ directory in the build tree, similarly to how stmp-int-hdrs goal in gcc/Makefile.in creates include/ directory. E.g. make fortran: goal dependent on a phony goal that creates finclude/ directory if missing. Jakub