aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/nios2/nios2-mul-options-4.c
blob: 7794f6d8756d696078d46ac7bb1683d8c41a15f0 (plain)
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;
}