PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / lower-subreg-1.c
blob6bae73055a94c040262eed86561789a2ddf468e5
1 /* { dg-do compile { target { ! { mips64 || { aarch64*-*-* arm*-*-* ia64-*-* sparc*-*-* spu-*-* tilegx-*-* } } } } } */
2 /* { dg-options "-O -fdump-rtl-subreg1" } */
3 /* { dg-additional-options "-mno-stv" { target ia32 } } */
4 /* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && x32 } } */
5 /* { dg-require-effective-target ilp32 } */
7 long long test (long long a, long long b) { return a | b; }
9 /* { dg-final { scan-rtl-dump "Splitting reg" "subreg1" } } */