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
2018-05-17 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr52857-1.c
blob
5c23339b66a87d802c9f875a3c03b63737db8435
1
/* { dg-do compile { target { ! ia32 } } } */
2
/* { dg-options "-g -O -mx32 -maddress-mode=long" } */
3
4
extern
void
get_BID128
(
int
*);
5
void
6
__bid128_div
(
void
)
7
{
8
int
res
;
9
get_BID128
(&
res
);
10
}