This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r212268 - in /trunk/libgomp: ChangeLog testsuit...
- From: jakub at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 03 Jul 2014 18:45:36 -0000
- Subject: r212268 - in /trunk/libgomp: ChangeLog testsuit...
Author: jakub
Date: Thu Jul 3 18:45:35 2014
New Revision: 212268
URL: https://gcc.gnu.org/viewcvs?rev=212268&root=gcc&view=rev
Log:
* testsuite/lib/libgomp.exp (libgomp_target_compile): If $source
matches regex $lang_source_re, add $lang_include_flags to options.
* testsuite/libgomp.c/c.exp: Unset lang_include_flags.
* testsuite/libgomp.c++/c++.exp: Likewise.
* testsuite/libgomp.fortran/fortran.exp: Likewise. Set lang_source_re
and lang_include_flags instead of adding -fintrinsic-modules-path= to
ALWAYS_CFLAGS.
* testsuite/libgomp.graphite/graphite.exp: Unset lang_include_flags.
Modified:
trunk/libgomp/ChangeLog
trunk/libgomp/testsuite/lib/libgomp.exp
trunk/libgomp/testsuite/libgomp.c++/c++.exp
trunk/libgomp/testsuite/libgomp.c/c.exp
trunk/libgomp/testsuite/libgomp.fortran/fortran.exp
trunk/libgomp/testsuite/libgomp.graphite/graphite.exp