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 other/110744] [14 regression] gcc.dg/tree-ssa/pr84512.c fails after r14-2267-gb8806f6ffbe72
Date: Fri, 21 Jul 2023 05:19:00 +0000	[thread overview]
Message-ID: <bug-110744-4-6G76j3snrr@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-110744-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Kewen Lin <linkw@gcc.gnu.org>:

https://gcc.gnu.org/g:a6654c08fde11890d621fa7831180d410054568a

commit r14-2694-ga6654c08fde11890d621fa7831180d410054568a
Author: Kewen Lin <linkw@linux.ibm.com>
Date:   Fri Jul 21 00:18:19 2023 -0500

    sccvn: Correct the index of bias for IFN_LEN_STORE [PR110744]

    Commit r14-2267-gb8806f6ffbe72e adjusts the arguments order
    of LEN_STORE from {len,vector,bias} to {len,bias,vector},
    in order to make them consistent with LEN_MASK_STORE and
    MASK_STORE.  But it missed to update the related handlings
    in tree-ssa-sccvn.cc, it caused the failure shown in PR
    110744.  This patch is to fix the related handlings with
    the correct index.

            PR tree-optimization/110744

    gcc/ChangeLog:

            * tree-ssa-sccvn.cc (vn_reference_lookup_3): Correct the index of
bias
            operand for ifn IFN_LEN_STORE.

  parent reply	other threads:[~2023-07-21  5:19 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-19 16:37 [Bug other/110744] New: [14 regression] cc.dg/tree-ssa/pr84512.c " seurer at gcc dot gnu.org
2023-07-19 22:56 ` [Bug other/110744] " juzhe.zhong at rivai dot ai
2023-07-20  2:11 ` pan2.li at intel dot com
2023-07-20  4:04 ` juzhe.zhong at rivai dot ai
2023-07-20  4:16 ` linkw at gcc dot gnu.org
2023-07-20  4:20 ` [Bug other/110744] [14 regression] gcc.dg/tree-ssa/pr84512.c " linkw at gcc dot gnu.org
2023-07-20  4:22 ` linkw at gcc dot gnu.org
2023-07-20  4:25 ` pan2.li at intel dot com
2023-07-20  9:57 ` rguenth at gcc dot gnu.org
2023-07-21  5:19 ` cvs-commit at gcc dot gnu.org [this message]
2023-07-21  5:20 ` [Bug tree-optimization/110744] " linkw 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-110744-4-6G76j3snrr@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).