diff options
author | Jakub Jelinek <jakub@redhat.com> | 2025-03-31 07:39:53 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2025-03-31 07:39:53 +0200 |
commit | 78aed0ae5de801cc1e8220b214145300b28da562 (patch) | |
tree | e5fce7d3c19b5d67b9ddf10b8b9cf3cb3a1689cb /gcc | |
parent | 4cdc5b505fe03c5a546b09df7f1fc6877b1d6f45 (diff) | |
download | gcc-78aed0ae5de801cc1e8220b214145300b28da562.zip gcc-78aed0ae5de801cc1e8220b214145300b28da562.tar.gz gcc-78aed0ae5de801cc1e8220b214145300b28da562.tar.bz2 |
libstdc++: Fix up string _M_constructor<bool> exports [PR103827]
On Thu, Mar 27, 2025 at 02:04:24PM +0100, Jan Hubicka wrote:
> Seems I missed the approval, sorry. I will push it - I think it would
> be useful to have it in.
Unfortunately the exports in this patch only work on targets where size_t is
unsigned long, not e.g. on ia32 where it is unsigned int, or targets where
it is unsigned long long.
2025-03-31 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/103827
PR tree-optimization/80331
PR tree-optimization/87502
* config/abi/pre/gnu.ver (GLIBCXX_3.4.34): Use [jmy] rather than m
in pattern for _M_construct<bool>(char const*, size_t).
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions