Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / lower-subreg-1.c
blobf5827e1db1f5428dc75c7d92ab3b551dc1529da1
1 /* { dg-do compile { target { ! { mips64 || { arm*-*-* ia64-*-* sparc*-*-* spu-*-* tilegx-*-* } } } } } */
2 /* { dg-options "-O -fdump-rtl-subreg1" } */
3 /* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && x32 } { "*" } { "" } } */
4 /* { dg-require-effective-target ilp32 } */
6 long long test (long long a, long long b) { return a | b; }
8 /* { dg-final { scan-rtl-dump "Splitting reg" "subreg1" } } */
9 /* { dg-final { cleanup-rtl-dump "subreg1" } } */