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/1] Test of new GCC GNATS db.
Date: Wed, 01 Apr 2020 07:45:49 +0000	[thread overview]
Message-ID: <bug-1-4-8x6jkTcnjj@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-1-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #8 from CVS 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:9ecb3ecc8cc0497a2cc815589c59547fd5af8512

commit r10-7493-g9ecb3ecc8cc0497a2cc815589c59547fd5af8512
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Wed Apr 1 09:44:59 2020 +0200

    objsz: Don't call replace_uses_by on SSA_NAME_OCCURS_IN_ABNORMAL_PHI
[PR94423]

    The following testcase ICEs because the objsz pass calls replace_uses_by
    on SSA_NAME_OCCURS_IN_ABNORMAL_PHI SSA_NAME.  The following patch instead
    of that calls replace_call_with_value, which will turn it into
      xyz_123(ab) = 234;

    2020-04-01  Jakub Jelinek  <jakub@redhat.com>

            PR middle-end/94423
            * tree-object-size.c (pass_object_sizes::execute): Don't call
            replace_uses_by for SSA_NAME_OCCURS_IN_ABNORMAL_PHI lhs, instead
            call replace_call_with_value.

            * gcc.dg/ubsan/pr94423.c: New test.

  parent reply	other threads:[~2020-04-01  7:45 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-1-4@http.gcc.gnu.org/bugzilla/>
2020-04-01  0:17 ` cvs-commit at gcc dot gnu.org
2020-04-01  0:17 ` cvs-commit at gcc dot gnu.org
2020-04-01  0:18 ` cvs-commit at gcc dot gnu.org
2020-04-01  7:37 ` cvs-commit at gcc dot gnu.org
2020-04-01  7:45 ` cvs-commit at gcc dot gnu.org [this message]
2020-04-01  9:58 ` cvs-commit at gcc dot gnu.org
     [not found] <bug-1-3646@http.gcc.gnu.org/bugzilla/>
2005-12-15 19:52 ` bryce at gcc dot gnu dot org
2005-12-15 20:04 ` bryce at gcc dot gnu dot org
2005-12-15 22:38 ` jsm28 at gcc dot gnu dot org
2006-01-18 23:53 ` dharinih at yahoo dot com
2006-01-19  0:15 ` pinskia at gcc dot gnu dot org
2006-01-28 21:17 ` pinskia at gcc dot gnu dot org
     [not found] <19990803195600.1.crash@cygnus.com>
2003-07-02  9:36 ` cvs-commit at gcc dot gnu dot 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-1-4-8x6jkTcnjj@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).