This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch, libstdc++.exp]Update the usage of cached result, rebuild nlocale wrapper for each variant.
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: Renlin Li <renlin dot li at foss dot arm dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, Tejas Belagod <Tejas dot Belagod at arm dot com>, Ramana Radhakrishnan <Ramana dot Radhakrishnan at arm dot com>, Tamar Christina <tamar dot christina at arm dot com>, libstdc++ at gcc dot gnu dot org
- Date: Mon, 11 Mar 2019 11:54:45 +0000
- Subject: Re: [Patch, libstdc++.exp]Update the usage of cached result, rebuild nlocale wrapper for each variant.
- References: <3782a899-c556-b090-af4d-6f472d45decd@foss.arm.com>
Hi, I've just noticed this in your r266209 change from November:
On 16/11/18 10:42 +0000, Renlin Li wrote:
+ return [check_v3_target_prop_cached et_parallel_mode {
+ global cxxflags
+ global v3-libgomp
# If 'make check-parallel' is running the test succeeds.
if { ${v3-libgomp} == 1 && [regexp "libgomp" $cxxflags] } {
- set et_parallel_mode 1
+ return1 1
Is this a typo? It should be "return 1" not "return1 1" right?