public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-91] testsuite: Mark that PRU lowers DI alu ops by itself
@ 2022-05-03 18:57 Dimitar Dimitrov
  0 siblings, 0 replies; only message in thread
From: Dimitar Dimitrov @ 2022-05-03 18:57 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:80d44ac87021bd0f6af3440c2d32b990e511dffa

commit r13-91-g80d44ac87021bd0f6af3440c2d32b990e511dffa
Author: Dimitar Dimitrov <dimitar@dinux.eu>
Date:   Sun Apr 3 13:24:52 2022 +0300

    testsuite: Mark that PRU lowers DI alu ops by itself
    
    PRU target defines DI patterns for logical ALU operations.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/lower-subreg-1.c: Skip for PRU.
    
    Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>

Diff:
---
 gcc/testsuite/gcc.dg/lower-subreg-1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/lower-subreg-1.c b/gcc/testsuite/gcc.dg/lower-subreg-1.c
index 8462992c7b9..595938acdcc 100644
--- a/gcc/testsuite/gcc.dg/lower-subreg-1.c
+++ b/gcc/testsuite/gcc.dg/lower-subreg-1.c
@@ -1,4 +1,4 @@
-/* { dg-do compile { target { ! { mips64 || { aarch64*-*-* arm*-*-* i?86-*-* ia64-*-* sparc*-*-* tilegx-*-* x86_64-*-* } } } } } */
+/* { dg-do compile { target { ! { mips64 || { aarch64*-*-* arm*-*-* i?86-*-* ia64-*-* pru-*-* sparc*-*-* tilegx-*-* x86_64-*-* } } } } } */
 /* { dg-options "-O -fdump-rtl-subreg1" } */
 /* { dg-require-effective-target ilp32 } */


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

only message in thread, other threads:[~2022-05-03 18:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-03 18:57 [gcc r13-91] testsuite: Mark that PRU lowers DI alu ops by itself Dimitar Dimitrov

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