repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
c: Diagnose ,) at the end of OpenMP clauses [PR118639]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
arc
/
mul64.c
blob
fb8e7750c5354e37fdb8f82f20ad915cd4cd9dc5
1
/* { dg-do compile } */
2
/* { dg-skip-if "MUL64 is ARC600 extension" { ! { arc6xx } } } */
3
/* { dg-options "-O2 -mmul64" } */
4
5
#include <stdint.h>
6
7
int64_t
i
;
8
int
j
,
k
;
9
10
int
f
(
void
)
11
{
12
i
=
j
*
k
;
13
}
14
15
/* { dg-final { scan-assembler "mul64" } } */