1 /* { dg-options "-O2" } */
2 /* { dg-require-effective-target arm32 } */
3 /* { dg-final { scan-assembler-not "mov" } } */
4
5
6 void t0p(long long * p)
7 {
8 *p +=0x1fffffff8;
9 }