]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/lower-subreg-1.c
Remove long deprecated tilegx and tilepro ports
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / lower-subreg-1.c
1 /* { dg-do compile { target { ! { mips64 || { aarch64*-*-* arm*-*-* i?86-*-* ia64-*-* pru-*-* sparc*-*-* x86_64-*-* } } } } } */
2 /* { dg-options "-O -fdump-rtl-subreg1" } */
3 /* { dg-require-effective-target ilp32 } */
4
5 long long test (long long a, long long b) { return a | b; }
6
7 /* { dg-final { scan-rtl-dump "Splitting reg" "subreg1" } } */