Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update symbol visibility test for Linux to reflect libstdc++ 14 changes. #73319

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 29, 2024

  1. Update symbol visibility test for Linux to reflect libstdc++ 14 changes.

    Several new symbols were added to the libstdc++ 14 library. This version
    is applied in several of the latest distributions, such as Ubuntu 24.04 and Fedora 40.
    
    Relevant commits in gcc repository:
    https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=1d82fc2e6824bf83159389729c31a942f7b91b04
      * include/bits/stl_vector.h (_M_realloc_append): New member function.
    https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=95c2b0cc9eaa5b9fbec34e8c5399c7d8f07f329b
      * include/bits/basic_string.h (__resize_and_overwrite): New function.
    https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=d71308d5a681de008888ea291136c162e5b46c7c
      * include/bits/hashtable.h (_M_rehash_aux): Rename into _M_rehash.
    bc-lee committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    981adcd View commit details
    Browse the repository at this point in the history
  2. Fix typo

    bc-lee committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e8df316 View commit details
    Browse the repository at this point in the history