public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/113396] [13/14 Regression] csmith: differences from -O2 to -O3 since r13-1268-g8c99e307b20c50
Date: Wed, 20 Mar 2024 08:22:12 +0000	[thread overview]
Message-ID: <bug-113396-4-lqXQhHbUir@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-113396-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #32 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:

https://gcc.gnu.org/g:6a55e39bdb1fdb570730c08413ebbe744e493411

commit r14-9565-g6a55e39bdb1fdb570730c08413ebbe744e493411
Author: Richard Biener <rguenther@suse.de>
Date:   Tue Mar 19 15:25:16 2024 +0100

    middle-end/113396 - int128 array index and value-ranges

    The following fixes bogus truncation of a value-range for an int128
    array index when computing the maximum extent for a variable array
    reference.  Instead of possibly slowing things down by using
    widest_int the following makes sure the range bounds fit within
    the constraints offset_int were designed for.

            PR middle-end/113396
            * tree-dfa.cc (get_ref_base_and_extent): Use index range
            bounds only if they fit within the address-range constraints
            of offset_int.

            * gcc.dg/torture/pr113396.c: New testcase.

  parent reply	other threads:[~2024-03-20  8:22 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-15 11:53 [Bug c/113396] New: csmith: differences from -O2 to -O3 dcb314 at hotmail dot com
2024-01-15 12:16 ` [Bug c/113396] " dcb314 at hotmail dot com
2024-01-15 19:14 ` dcb314 at hotmail dot com
2024-01-15 19:15 ` dcb314 at hotmail dot com
2024-01-15 22:34 ` [Bug middle-end/113396] [13/14 Regression] " pinskia at gcc dot gnu.org
2024-01-16  8:46 ` dcb314 at hotmail dot com
2024-01-16  9:30 ` dcb314 at hotmail dot com
2024-01-16  9:48 ` dcb314 at hotmail dot com
2024-01-16 10:22 ` dcb314 at hotmail dot com
2024-01-16 10:30 ` dcb314 at hotmail dot com
2024-01-17 17:28 ` jakub at gcc dot gnu.org
2024-01-17 17:32 ` dcb314 at hotmail dot com
2024-03-15 15:02 ` law at gcc dot gnu.org
2024-03-15 15:55 ` rguenth at gcc dot gnu.org
2024-03-15 15:58 ` rguenth at gcc dot gnu.org
2024-03-15 16:47 ` dcb314 at hotmail dot com
2024-03-15 16:57 ` jakub at gcc dot gnu.org
2024-03-15 17:15 ` dcb314 at hotmail dot com
2024-03-15 17:21 ` dcb314 at hotmail dot com
2024-03-15 21:07 ` dcb314 at hotmail dot com
2024-03-16 16:56 ` dcb314 at hotmail dot com
2024-03-16 18:33 ` dcb314 at hotmail dot com
2024-03-18  5:56 ` sjames at gcc dot gnu.org
2024-03-19  3:47 ` sjames at gcc dot gnu.org
2024-03-19  5:01 ` pinskia at gcc dot gnu.org
2024-03-19  5:16 ` pinskia at gcc dot gnu.org
2024-03-19  5:30 ` pinskia at gcc dot gnu.org
2024-03-19  5:30 ` pinskia at gcc dot gnu.org
2024-03-19  5:39 ` pinskia at gcc dot gnu.org
2024-03-19  5:41 ` pinskia at gcc dot gnu.org
2024-03-19  6:21 ` sjames at gcc dot gnu.org
2024-03-19  7:32 ` [Bug middle-end/113396] [13/14 Regression] csmith: differences from -O2 to -O3 since r13-1268-g8c99e307b20c50 sjames at gcc dot gnu.org
2024-03-19 14:18 ` rguenth at gcc dot gnu.org
2024-03-19 14:25 ` rguenth at gcc dot gnu.org
2024-03-20  8:22 ` cvs-commit at gcc dot gnu.org [this message]
2024-03-20  8:22 ` [Bug middle-end/113396] [13 " rguenth at gcc dot gnu.org
2024-05-08 11:49 ` cvs-commit at gcc dot gnu.org
2024-05-08 11:50 ` 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-113396-4-lqXQhHbUir@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).