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
/
pr70322-1.c
blob
0bbd215af09345dbb448d2326e2379fc10fb0f44
1
/* PR target/70322 */
2
/* { dg-do compile { target ia32 } } */
3
/* { dg-options "-O2 -msse2 -mstv -mbmi -mno-stackrealign" } */
4
/* { dg-final { scan-assembler "pandn" } } */
5
6
extern
long long
z
;
7
8
void
9
foo
(
long long
x
,
long long
y
)
10
{
11
z
= ~
x
&
y
;
12
}