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 target/99842] MMA test case ICEs using -O3
Date: Fri, 18 Jun 2021 03:17:03 +0000	[thread overview]
Message-ID: <bug-99842-4-78eJayKzek@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-99842-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Peter Bergner
<bergner@gcc.gnu.org>:

https://gcc.gnu.org/g:206d49a23735168769065716c4b211328dbf1b76

commit r10-9929-g206d49a23735168769065716c4b211328dbf1b76
Author: Peter Bergner <bergner@linux.ibm.com>
Date:   Sun May 30 22:45:55 2021 -0500

    rs6000: MMA test case ICEs using -O3 [PR99842]

    The mma_assemble_input_operand predicate does not accept reg+reg indexed
    addresses which can lead to ICEs.  The lxv and lxvp instructions have
    indexed forms (lxvx and lxvpx), so the simple solution is to just allow
    indexed addresses in the predicate.

    2021-05-30  Peter Bergner  <bergner@linux.ibm.com>

    gcc/
            PR target/99842
            * config/rs6000/predicates.md(mma_assemble_input_operand): Allow
            indexed form addresses.

    gcc/testsuite/
            PR target/99842
            * g++.target/powerpc/pr99842.C: New.

    (cherry picked from commit df4e0359dad239854af0ea9eacb8e7e3719557d0)

  parent reply	other threads:[~2021-06-18  3:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-30 23:12 [Bug target/99842] New: " bergner at gcc dot gnu.org
2021-03-30 23:20 ` [Bug target/99842] " bergner at gcc dot gnu.org
2021-04-27 11:40 ` jakub at gcc dot gnu.org
2021-05-21 19:49 ` bergner at gcc dot gnu.org
2021-05-31  3:46 ` cvs-commit at gcc dot gnu.org
2021-06-17 22:04 ` cvs-commit at gcc dot gnu.org
2021-06-18  3:17 ` cvs-commit at gcc dot gnu.org [this message]
2021-06-18 20:19 ` bergner 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-99842-4-78eJayKzek@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).