Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.target / arm / peep-strd-2.c
blobbfc5ebe9eec34c7edad6654941c6554efaf8f2cf
1 /* { dg-do compile } */
2 /* { dg-require-effective-target arm_prefer_ldrd_strd } */
3 /* { dg-options "-O2 -mno-unaligned-access" } */
4 void foo(int a, int b, int* p)
6 p[2] = a;
7 p[3] = b;
9 /* { dg-final { scan-assembler-not "strd\\t" } } */