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
2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
nios2
/
nios2-mul-options-1.c
blob
b639482bfa6d83e17cd4896e8aa0b29d56ddcdd1
1
/* { dg-do compile } */
2
/* { dg-options "" } */
3
/* { dg-final { scan-assembler "__muldi3" } } */
4
5
long long
x
,
y
,
z
;
6
7
void
test
()
8
{
9
x
=
y
*
z
;
10
}
11