aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/arc/mul64.c
blob: 3678b2799d54911b75d139ef83540c230848341b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* { dg-do compile } */
/* { dg-options "-O2 -mcpu=ARC600 -mmul64" } */
#include <stdint.h>

int64_t i;
int j, k;

int f (void)
{
        i = j * k;
}

/* { dg-final { scan-assembler "mul64" } } */