* gcc.target/arm/mla-1.c: Ignore warnings about conflicting switches.
[official-gcc.git] / gcc / testsuite / gcc.target / arm / pr42235.c
blobdf2d338226ba282847470f307f7afe2a5feea264
1 /* { dg-options "-mthumb -O2 -march=armv5te" } */
2 /* { dg-require-effective-target arm_thumb1_ok } */
3 /* { dg-prune-output "switch .* conflicts with" } */
4 /* { dg-final { scan-assembler-not "add\[\\t \]*r.,\[\\t \]*r.,\[\\t \]*\#1" } } */
5 /* { dg-final { scan-assembler-not "add\[\\t \]*r.,\[\\t \]*\#1" } } */
7 #include <string.h>
9 int foo (char *x)
11 memset (x, 0, 6);