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/96967] [11 Regression] ICE in decompose, at wide-int.h:984
Date: Mon, 02 Nov 2020 07:35:26 +0000	[thread overview]
Message-ID: <bug-96967-4-Xtp1CCklzu@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-96967-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Christophe Lyon <clyon@gcc.gnu.org>:

https://gcc.gnu.org/g:4d9af90d6a216822fe117337fb9836ba656dc3af

commit r11-4598-g4d9af90d6a216822fe117337fb9836ba656dc3af
Author: Christophe Lyon <christophe.lyon@linaro.org>
Date:   Mon Nov 2 07:31:22 2020 +0000

    arm: Avoid indirection with -mpure-code on v6m (PR96967)

    With -mpure-code on v6m (thumb-1), to avoid a useless indirection when
    building the address of a symbol, we want to consider SYMBOL_REF as a
    legitimate constant. This way, we build the address using a series of
    upper/lower relocations instead of loading the address from memory.

    This patch also fixes a missing "clob" conds attribute for
    thumb1_movsi_insn, needed because that alternative clobbers the flags.

    2020-11-02  Christophe Lyon  <christophe.lyon@linaro.org>

            gcc/
            PR target/96967
            * config/arm/arm.c (thumb_legitimate_constant_p): Add support for
            disabled literal pool in thumb-1.
            * config/arm/thumb1.md (thumb1_movsi_symbol_ref): Remove.
            (*thumb1_movsi_insn): Add support for SYMBOL_REF with -mpure-code.

            gcc/testsuite
            PR target/96967
            * gcc.target/arm/pure-code/pr96767.c: New test.

  parent reply	other threads:[~2020-11-02  7:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-08  2:03 [Bug tree-optimization/96967] New: " asolokha at gmx dot com
2020-09-08  7:05 ` [Bug tree-optimization/96967] " rguenth at gcc dot gnu.org
2020-09-08  7:52 ` aldyh at gcc dot gnu.org
2020-09-08 11:44 ` cvs-commit at gcc dot gnu.org
2020-09-08 11:47 ` aldyh at gcc dot gnu.org
2020-11-02  7:35 ` cvs-commit at gcc dot gnu.org [this message]
2020-11-02  7:39 ` clyon 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-96967-4-Xtp1CCklzu@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).