public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Christophe Lyon <clyon@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r11-8244] aarch64: Fix up 2 other combine opt regressions vs. GCC8 [PR100075]
Date: Mon, 19 Apr 2021 13:27:51 +0000 (GMT)	[thread overview]
Message-ID: <20210419132751.B2B023851C35@sourceware.org> (raw)

https://gcc.gnu.org/g:714bdc31b69688ae2eaeb9807a48e0f101fecf4e

commit r11-8244-g714bdc31b69688ae2eaeb9807a48e0f101fecf4e
Author: Christophe Lyon <christophe.lyon@linaro.org>
Date:   Mon Apr 19 13:24:31 2021 +0000

    aarch64: Fix up 2 other combine opt regressions vs. GCC8 [PR100075]
    
    The testcase is endianness dependent and works only on little-endian.
    
    2021-04-19  Christophe Lyon  <christophe.lyon@linaro.org>
    
            PR target/100075
            gcc/testsuite/
            * gcc.target/aarch64/pr100075.c: Add aarch64_little_endian
            effective target.

Diff:
---
 gcc/testsuite/gcc.target/aarch64/pr100075.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.target/aarch64/pr100075.c b/gcc/testsuite/gcc.target/aarch64/pr100075.c
index 6bdaa2f6407..1ece5fd04ca 100644
--- a/gcc/testsuite/gcc.target/aarch64/pr100075.c
+++ b/gcc/testsuite/gcc.target/aarch64/pr100075.c
@@ -1,5 +1,6 @@
 /* PR target/100075 */
 /* { dg-do compile } */
+/* { dg-require-effective-target aarch64_little_endian } */
 /* { dg-options "-O2" } */
 /* { dg-final { scan-assembler-not {\tsbfx\tx[0-9]+, x[0-9]+, 16, 16} } } */
 /* { dg-final { scan-assembler {\tneg\tw[0-9]+, w[0-9]+, asr 16} } } */


                 reply	other threads:[~2021-04-19 13:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20210419132751.B2B023851C35@sourceware.org \
    --to=clyon@gcc.gnu.org \
    --cc=gcc-cvs@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).