testsuite: Mark that PRU lowers DI alu ops by itself
authorDimitar Dimitrov <dimitar@dinux.eu>
Sun, 3 Apr 2022 10:24:52 +0000 (13:24 +0300)
committerDimitar Dimitrov <dimitar@dinux.eu>
Tue, 3 May 2022 18:56:15 +0000 (21:56 +0300)
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>
gcc/testsuite/gcc.dg/lower-subreg-1.c

index 8462992..595938a 100644 (file)
@@ -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 } */