1 2 3 4 5 6 7 8 9 10
/* { dg-do compile } */ /* { dg-options "-O2 -mcpu=cortex-a57 -save-temps" } */ int foo (int x) { return x * 10; } /* { dg-final { scan-assembler-not "\tw1" } } */