public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "aldyh at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/106432] ice in range_on_edge, at gimple-range.cc:204
Date: Mon, 25 Jul 2022 12:35:42 +0000	[thread overview]
Message-ID: <bug-106432-4-7Ioc70MwPC@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-106432-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #3 from Aldy Hernandez <aldyh at gcc dot gnu.org> ---
Created attachment 53346
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53346&action=edit
untested patch

Ughhh, mine.

We need to check if we support ranges of the given type before we query the
ranger.  In this case we're asking for the range of a double, which is
unsupported in trunk.

Patch in testing.

  parent reply	other threads:[~2022-07-25 12:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-25  7:24 [Bug c/106432] New: " dcb314 at hotmail dot com
2022-07-25  8:00 ` [Bug c/106432] " dcb314 at hotmail dot com
2022-07-25  9:37 ` rguenth at gcc dot gnu.org
2022-07-25 12:35 ` aldyh at gcc dot gnu.org [this message]
2022-07-25 12:36 ` aldyh at gcc dot gnu.org
2022-07-25 14:09 ` [Bug middle-end/106432] [13 Regression] ICE in range_on_edge, at gimple-range.cc:204 since r13-1812-ge850c98f1f067211 marxin at gcc dot gnu.org
2022-07-25 14:56 ` rguenth at gcc dot gnu.org
2022-07-25 15:31 ` cvs-commit at gcc dot gnu.org
2022-07-25 15:32 ` aldyh 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-106432-4-7Ioc70MwPC@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).