Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / gcc.target / arm / thumb1-Os-mult.c
blob08d735c6ca07de3c4c7fd5705cfa7bf3b5ea0ec5
1 /* { dg-require-effective-target arm_thumb1_ok } */
2 /* { dg-do compile } */
3 /* { dg-options "-Os" } */
4 /* { dg-skip-if "" { ! { arm_thumb1 } } } */
6 int
7 mymul3 (int x)
9 return x * 0x555;
12 /* { dg-final { scan-assembler "muls\[\\t \]*r.,\[\\t \]*r." } } */