On Tue, May 02, 2023 at 04:42:52PM +0100, Jonathan Wakely wrote: > On Tue, 2 May 2023 at 09:45, Jakub Jelinek <ja...@redhat.com> wrote: > > > Hi! > > > > The following patch regenerates the ABI files (I've only changed the > > Linux files which were updated recently (last month)). > > > > Tested on x86_64-linux, ok for trunk and later 13.2? > > > > OK, thanks. > > I currently get: > FAIL: libstdc++-abi/abi_check > on powerpc64le for old glibc, with the _Float128 overloads for > std::from_chars and std::to_chars.
I'll try to regenerate it from latest Fedora build for ppc64le. > Those symbols were OK when GLIBCXX_3.4.31 was the latest, because added > symbols in the latest version are OK. Now that GLIBCXX_3.4.32 is the > latest, we can't have additions to the older version. Jakub