libstdc++: Move gcc.gnu.org and sourceware.org links to https
[official-gcc.git] / gcc / testsuite / gcc.target / arm / small-multiply-m0-3.c
blobb4af511af86c88a6d98a2779b3dc808d2163380c
1 /* { dg-do compile } */
2 /* { dg-require-effective-target arm_thumb1_ok } */
3 /* { dg-skip-if "do not override -mcpu" { *-*-* } { "-mcpu=*" "-march=*" } { "-mcpu=cortex-m0.small-multiply" } } */
4 /* { dg-options "-mcpu=cortex-m0.small-multiply -mthumb -Os" } */
6 int
7 test (int a)
9 return a * 0x13;
12 /* { dg-final { scan-assembler-not "\[\\t \]+mul" } } */