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

Conversation

bc-lee
Copy link

@bc-lee bc-lee commented Apr 29, 2024

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.

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 bc-lee requested a review from a team as a code owner April 29, 2024 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant