mirror of git://gcc.gnu.org/git/gcc.git
* testsuite/lib/libstdc++.exp: Fix typo in comment.
From-SVN: r239193
This commit is contained in:
parent
4ab6520836
commit
ea2f1f4947
|
|
@ -1,5 +1,7 @@
|
|||
2016-08-06 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* testsuite/lib/libstdc++.exp: Fix typo in comment.
|
||||
|
||||
PR libstdc++/72820
|
||||
* include/std/functional (_Function_base::_Base_manager::_M_clone):
|
||||
Qualify new operator.
|
||||
|
|
|
|||
|
|
@ -1925,7 +1925,7 @@ proc check_v3_target_little_endian { } {
|
|||
return $et_little_endian
|
||||
}
|
||||
|
||||
# Return 1 if the Filesystem TS is suported, 0 otherwise.
|
||||
# Return 1 if the Filesystem TS is supported, 0 otherwise.
|
||||
# Cache the result.
|
||||
proc check_v3_target_filesystem_ts { } {
|
||||
global cxxflags
|
||||
|
|
|
|||
Loading…
Reference in New Issue