]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/config/abi/pre/gnu.ver
PR libstdc++/91067 fix missing exports for filesystem iterators
authorJonathan Wakely <jwakely@redhat.com>
Wed, 3 Jul 2019 21:06:25 +0000 (22:06 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 3 Jul 2019 21:06:25 +0000 (22:06 +0100)
commit67699bf667313820add5a0ba24dd3baa0734eb4c
tree8f844157cfcf383abeae3fb77906faeda451b145
parent1bbffb87a9ecc3e27a4074145e55e3315df57b7d
PR libstdc++/91067 fix missing exports for filesystem iterators

The copy assignment operator for recursive_directory_iterator was not
exported despite being needed. The __shared_ptr default constructors are
not needed when compiling with GCC but Clang requires them for -O1.

PR libstdc++/91067
* acinclude.m4 (libtool_VERSION): Bump to 6:27:0.
* configure: Regenerate.
* config/abi/pre/gnu.ver (GLIBCXX_3.4.27): Add new version. Export
missing symbols.
* testsuite/27_io/filesystem/iterators/91067.cc: New test.
* testsuite/util/testsuite_abi.cc: Add new symbol version.

From-SVN: r273023
libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/config/abi/pre/gnu.ver
libstdc++-v3/configure
libstdc++-v3/testsuite/27_io/filesystem/iterators/91067.cc [new file with mode: 0644]
libstdc++-v3/testsuite/util/testsuite_abi.cc