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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr70322-4.c
blob
32ee73eb4bdb0887a4739f8910c5b0f4891f416f
1
/* PR target/70322 */
2
/* { dg-do compile { target ia32 } } */
3
/* { dg-options "-O2 -msse2 -mstv -mno-stackrealign" } */
4
/* { dg-final { scan-assembler "psub" } } */
5
/* { dg-final { scan-assembler "por" } } */
6
7
extern
long long
z
;
8
9
void
10
foo
(
long long
x
,
long long
y
)
11
{
12
z
= -
x
|
y
;
13
}