OSDN Git Service

12a20adfc3807ff2b01bbf265b7570ba39809fd7
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / lower-subreg-1.c
1 /* { dg-do compile { target { { { ! mips64 } && { ! ia64-*-* } } && { ! spu-*-* } && { ! tilegx-*-* } } } } */
2 /* { dg-options "-O -fdump-rtl-subreg1" } */
3 /* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && x32 } { "*" } { "" } } */
4 /* { dg-require-effective-target ilp32 } */
5
6 long long test (long long a, long long b) { return a | b; }
7
8 /* { dg-final { scan-rtl-dump "Splitting reg" "subreg1" } } */
9 /* { dg-final { cleanup-rtl-dump "subreg1" } } */