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
Use -fcf-protection=return in cet-intrin-4.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
xchg-2.c
blob
f00fb0f211562153e3cb9dc2c02fbe883cd81e1e
1
/* { dg-do compile } */
2
/* { dg-options "-Os" } */
3
4
unsigned short
good
(
unsigned short
a
)
5
{
6
return
(
a
>>
8
|
a
<<
8
);
7
}
8
9
/* { dg-final { scan-assembler "xchgb" } } */