https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113700
--- Comment #4 from Niclas Rosenvik <youremailsarecrap at gmail dot com> --- (In reply to Rainer Orth from comment #3) > (In reply to Niclas Rosenvik from comment #2) > > (In reply to Andrew Pinski from comment #1) > > > >I tried to add the gcc12 and up parts of > > > > > > It is correct except it should just use GCC 14 I think. > > > > I forgot to mention that the problem with _Float16 aka > > __extendhfdf2 has happened on gcc12 as well as gcc14. > > If it was possible to not just choose one version of > > gcc then I would have marked gcc12 to 14. > > You cannot add symbols to symbol versions of older releases retroactively. > Since those versions (GCC_12.0.0, GCC_13.0.0, GCC_14.0.0) were overlooked > before the respective releases, all symbols that are listed in > i386/libgcc-glibc.ver in those versions need to be added to > i386/libgcc-sol2.ver in version GCC_14.0.0 (after verifying that they are > actually defined on Solaris/x86). OK, thanks for explaining.