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
* g++.dg/other/i386-2.C (dg-options): Add -mavx512pf.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr47502-1.c
blob
727afe944e5b7d6e351f286df53b50d1dfba7bc0
1
/* { dg-do compile } */
2
/* { dg-options "-O" } */
3
4
void
5
foo
(
const void
*
xxxxx
,
void
*
yyyyy
,
long
y
)
6
{
7
asm
volatile
(
""
::
"c"
((
xxxxx
)),
"d"
((
yyyyy
)),
"S"
(
y
));
8
}