public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "joseph at codesourcery dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/84407] incorrect constant propagation with -frounding-math
Date: Wed, 27 Oct 2021 17:16:34 +0000	[thread overview]
Message-ID: <bug-84407-4-sdU6bZGRPx@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-84407-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #5 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
On Wed, 27 Oct 2021, rguenth at gcc dot gnu.org via Gcc-bugs wrote:

> Also a question is the behavior on overflow when converting a real to an
> integer (IIRC the behavior here is undefined, but we constant fold to the
> largest/smallest integer here).

We follow Annex F here (so unspecified value rather than undefined - as 
discussed in other bugs, any given execution of the conversion in the 
abstract machine needs to act as if it does return some value of the 
type).

> For integer to float conversions is the overflow considered before or after
> applying the rounding?  That is, are there integer values that invoke
> undefined behavior when converted to a real dependent on the rounding mode?

It's fully defined regardless of the value (the appropriately rounded 
result is returned, which might be an infinity in case of overflow, or the 
largest finite value depending on the rounding mode).

Whether the conversion overflows can indeed depend on the rounding mode 
(overflow occurs when a conversion in that rounding mode, with infinite 
exponent range, would produce a result with an exponent too large to 
represent in the floating-point format).  For the IEEE formats and integer 
types supported by GCC, the only cases where overflow is possible are for 
conversions to _Float16, and from unsigned __int128 to float.

  parent reply	other threads:[~2021-10-27 17:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-84407-4@http.gcc.gnu.org/bugzilla/>
2021-10-27 13:09 ` rguenth at gcc dot gnu.org
2021-10-27 13:28 ` rguenth at gcc dot gnu.org
2021-10-27 17:16 ` joseph at codesourcery dot com [this message]
2021-10-28  9:29 ` rguenth at gcc dot gnu.org
2021-10-28 13:45 ` cvs-commit at gcc dot gnu.org
2021-10-28 13:46 ` rguenth 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-84407-4-sdU6bZGRPx@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).