-
- Downloads
libgomp testsuite: As appropriate, use the 'gcc', 'g++', 'gfortran' driver [PR91884]
..., that is, 'GCC_UNDER_TEST', 'GXX_UNDER_TEST', 'GFORTRAN_UNDER_TEST' instead of 'GCC_UNDER_TEST' for all of them. No need anymore for 'gcc -lstdc++ -x c++' for C++ code, or 'gcc -lgfortran' plus conditional '-lquadmath' for Fortran code. (Getting rid of explicit '-foffload=-lgfortran' is for another day.) PR testsuite/91884 libgomp/ * configure.ac: 'AC_SUBST(CXX)'. * configure: Regenerate. * Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. * testsuite/libgomp-site-extra.exp.in (GXX_UNDER_TEST) (GFORTRAN_UNDER_TEST): Set. * testsuite/lib/libgomp.exp (libgomp_init): Adjust. * testsuite/libgomp.c++/c++.exp: Use 'GXX_UNDER_TEST'. * testsuite/libgomp.oacc-c++/c++.exp: Likewise. * testsuite/libgomp.fortran/fortran.exp: Use 'GFORTRAN_UNDER_TEST'. * testsuite/libgomp.oacc-fortran/fortran.exp: Likewise.
Showing
- libgomp/Makefile.in 1 addition, 0 deletionslibgomp/Makefile.in
- libgomp/configure 15 additions, 3 deletionslibgomp/configure
- libgomp/configure.ac 12 additions, 1 deletionlibgomp/configure.ac
- libgomp/testsuite/Makefile.in 1 addition, 0 deletionslibgomp/testsuite/Makefile.in
- libgomp/testsuite/lib/libgomp.exp 34 additions, 1 deletionlibgomp/testsuite/lib/libgomp.exp
- libgomp/testsuite/libgomp-site-extra.exp.in 2 additions, 0 deletionslibgomp/testsuite/libgomp-site-extra.exp.in
- libgomp/testsuite/libgomp.c++/c++.exp 1 addition, 21 deletionslibgomp/testsuite/libgomp.c++/c++.exp
- libgomp/testsuite/libgomp.fortran/fortran.exp 2 additions, 9 deletionslibgomp/testsuite/libgomp.fortran/fortran.exp
- libgomp/testsuite/libgomp.oacc-c++/c++.exp 1 addition, 21 deletionslibgomp/testsuite/libgomp.oacc-c++/c++.exp
- libgomp/testsuite/libgomp.oacc-fortran/fortran.exp 2 additions, 9 deletionslibgomp/testsuite/libgomp.oacc-fortran/fortran.exp
Loading
Please register or sign in to comment