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
[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr48084-5.c
blob
d6ed8e5fc9c791d2ebfa1e71c551d434398238dc
1
/* { dg-do compile } */
2
/* { dg-options "-O0 -mrdrnd" } */
3
4
int
5
_rdrand16_step
(
unsigned short
*
__P
)
6
{
7
return
__builtin_ia32_rdrand16_step
(
__P
);
8
}