public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jakub at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/107745] long double constexprs don't work with * or /, but work with + and - (JUST ON PPC)
Date: Fri, 18 Nov 2022 09:19:36 +0000	[thread overview]
Message-ID: <bug-107745-4-ka2NFa2hxS@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-107745-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I think we have many dups on this.  IBM double double isn't accurately emulated
inside of GCC (GCC emulation pretends it is a 106-bit mantissa type, which
isn't true, e.g. for denormals it has only 53-bit mantissa, while in some cases
it has up to 2000-ish bit mantissa), so the constant evaluation punts if
computations in this mode are inexact, because they can differ from what one
gets at runtime.
Fixing this would involve representing MODE_COMPOSITE_P inside of gcc not as
one REAL_VALUE_TYPE, but a pair of DFmode REAL_VALUE_TYPEs at least for the
basic arithmetics and enforce on that the IBM double double constraints.
What to do with constexpr evaluation of math functions, starting with
nextafterl etc. is unknown, even libm is full of comments where it doesn't
really know what to do for those cases.  E.g. I think for nextafterl it mostly
pretends it is a 106-bit mantissa type except for subnormals.
Anyway, I'm afraid this is a month or more of work and so far nobody was
willing to invest that time in a dying format with numerically unusable
properties.
powerpc64le-linux is phasing that out and switching to IEEE quad instead.

  parent reply	other threads:[~2022-11-18  9:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-18  8:50 [Bug c++/107745] New: " Sebastian at SSpaeth dot de
2022-11-18  9:00 ` [Bug c++/107745] " schwab@linux-m68k.org
2022-11-18  9:07 ` Sebastian at SSpaeth dot de
2022-11-18  9:14 ` pinskia at gcc dot gnu.org
2022-11-18  9:19 ` jakub at gcc dot gnu.org [this message]
2022-11-18  9:36 ` Sebastian at SSpaeth dot de
2024-02-20 15:14 ` xry111 at gcc dot gnu.org
2024-02-20 15:26 ` iains at gcc dot gnu.org
2024-02-20 17:19 ` redi at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-107745-4-ka2NFa2hxS@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).