diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2025-02-22 21:02:29 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2025-02-22 22:51:33 +0000 |
commit | d4a777d098d524a3f26c3db28e50d064a7a4407e (patch) | |
tree | ffa76d71e49be0743773a29e4ccfd11f9beae968 /gcc/tree-assume.cc | |
parent | 0128fa8b41498d8822451d98149c6357e6ab8074 (diff) | |
download | gcc-d4a777d098d524a3f26c3db28e50d064a7a4407e.zip gcc-d4a777d098d524a3f26c3db28e50d064a7a4407e.tar.gz gcc-d4a777d098d524a3f26c3db28e50d064a7a4407e.tar.bz2 |
libstdc++: Fix bootstrap failure with --enable-vtable-verify [PR118981]
The compiler emits code with init_priority(99) for -fvtable-verify=std
and that creates a section conflict with the uses of init_priority(99)
that I recently added to src/c++20/tzdb.cc.
Change tzdb.cc to use a different priority to avoid the conflict.
libstdc++-v3/ChangeLog:
PR c++/118981
* src/c++20/tzdb.cc: Use init_priority(98) instead of
init_priority(99).
Diffstat (limited to 'gcc/tree-assume.cc')
0 files changed, 0 insertions, 0 deletions