r266209 - in /trunk/libstdc++-v3: ChangeLog tes...

renlin@gcc.gnu.org renlin@gcc.gnu.org
Fri Nov 16 14:36:00 GMT 2018


Author: renlin
Date: Fri Nov 16 14:36:40 2018
New Revision: 266209

URL: https://gcc.gnu.org/viewcvs?rev=266209&root=gcc&view=rev
Log:
[Patch][libstdc++.exp] Update the usage of cached result.

This patch replaces the usage of cached results with a global dictionary.

Additionally, check_v3_target_namedlocale is updated to check on every variant.
Originally, it is only checked once.


gcc/libstdc++-v3/:
2018-11-16  Renlin Li  <renlin.li@arm.com>
	    Tejas Belagod  <tejas.belagod@arm.com>

	testsuite/lib/libstdc++.exp (check_v3_target_prop_cached): New proc.
	(check_v3_target): Use check_v3_target_prop_cached.


Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/lib/libstdc++.exp



More information about the Libstdc++-cvs mailing list