[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. Co-Authored-By: Tejas Belagod <tejas.belagod@arm.com> From-SVN: r266209
This commit is contained in:
parent
a0b4808002
commit
ac28df7e53
|
@ -1,3 +1,9 @@
|
|||
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 the check_v3_target_prop_cached.
|
||||
|
||||
2018-11-15 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* scripts/check_performance: Allow tests to choose a -std flag.
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue