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 tree-optimization/116588] [14 Regression] wrong code with -O2 -fno-vect-cost-model -fno-tree-dominator-opts -fno-tree-fre --param=vrp-block-limit=0
Date: Mon, 09 Sep 2024 07:43:39 +0000	[thread overview]
Message-ID: <bug-116588-4-ke0ZipfNrK@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-116588-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #8 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:

https://gcc.gnu.org/g:765875e2c18b8f4c346b754a19e287efaec531a5

commit r15-3542-g765875e2c18b8f4c346b754a19e287efaec531a5
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Mon Sep 9 09:37:26 2024 +0200

    testsuite: Fix up pr116588.c test [PR116588]

    The test as committed without the tree-vrp.cc change only FAILs with
    FAIL: gcc.dg/pr116588.c scan-tree-dump-not vrp2 "0 != 0"
    The DEBUG code in there was just to make it easier to debug, but doesn't
    actually fail when the test is miscompiled.
    We don't need such debugging code in simple tests like that, but it is
    useful if they abort when miscompiled.

    With this patch without the tree-vrp.cc change I see
    FAIL: gcc.dg/pr116588.c execution test
    FAIL: gcc.dg/pr116588.c scan-tree-dump-not vrp2 "0 != 0"
    and with it it passes.

    2024-09-09  Jakub Jelinek  <jakub@redhat.com>

            PR tree-optimization/116588
            * gcc.dg/pr116588.c: Remove -DDEBUG from dg-options.
            (main): Remove debugging code and simplify.

      parent reply	other threads:[~2024-09-09  7:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-03 19:03 [Bug tree-optimization/116588] New: " zsojka at seznam dot cz
2024-09-03 19:25 ` [Bug tree-optimization/116588] " pinskia at gcc dot gnu.org
2024-09-04  8:44 ` jakub at gcc dot gnu.org
2024-09-06 14:05 ` amacleod at redhat dot com
2024-09-07 17:58 ` cvs-commit at gcc dot gnu.org
2024-09-09  6:56 ` [Bug tree-optimization/116588] [14 Regression] " rguenth at gcc dot gnu.org
2024-09-09  7:13 ` zsojka at seznam dot cz
2024-09-09  7:22 ` jakub at gcc dot gnu.org
2024-09-09  7:43 ` cvs-commit at gcc dot gnu.org [this message]

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-116588-4-ke0ZipfNrK@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).