https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121718

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to Sergei Trofimovich from comment #0)
> Should `gcc` start implicitly providing `-lm` along with `libgcc`?

Ugh, no!
The dfp bits from libgcc are very rarely used.
Can't _Decimal128 use a builtin rather than the libm function?  I mean, don't
we have a builtin already for _Atomic floats?

Reply via email to