public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-8244] aarch64: Fix up 2 other combine opt regressions vs. GCC8 [PR100075]
@ 2021-04-19 13:27 Christophe Lyon
  0 siblings, 0 replies; only message in thread
From: Christophe Lyon @ 2021-04-19 13:27 UTC (permalink / raw)
  To: gcc-cvs

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} } } */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-19 13:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19 13:27 [gcc r11-8244] aarch64: Fix up 2 other combine opt regressions vs. GCC8 [PR100075] Christophe Lyon

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).