Fix type in the changelog entry,
[official-gcc.git] / gcc / testsuite / gcc.dg / lower-subreg-1.c
blob6362d37a87844378ea27bae246494d181ec6e7fd
1 /* { dg-do compile { target { ! { mips64 || { aarch64*-*-* 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" } } */