* testsuite/lib/libstdc++.exp (check_v3_target_filesystem_ts): Improve
comments.
From-SVN: r239203
+2016-08-06 Jonathan Wakely <jwakely@redhat.com>
+
+ * testsuite/lib/libstdc++.exp (check_v3_target_filesystem_ts): Improve
+ comments.
+
2016-08-02 Jonathan Wakely <jwakely@redhat.com>
* testsuite/lib/libstdc++.exp (v3-build_support): Add
return $et_little_endian
}
+# Return 1 if the Filesystem TS is supported, 0 otherwise.
+# Cache the result.
proc check_v3_target_filesystem_ts { } {
global cxxflags
global DEFAULT_CXXFLAGS
set et_filesystem_ts 0
# Set up and preprocess a C++ test program that depends
- # on debug mode activated.
+ # on the Filesystem TS feature-test macro being defined.
set src filesystem_ts[pid].cc
set f [open $src "w"]