1 2 3 4 5 6 7 8 9 10 11
/* { dg-do compile } */ /* { dg-options "-mno-hw-mul" } */ /* { dg-final { scan-assembler "__mulsi3" } } */ int x, y, z; void test() { x = y * z; }