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
testsuite: Revert to the original version of pr100056.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
vect
/
pr92554.c
blob
006375b1d24f35c9f7320f609c44ba298020f58f
1
/* { dg-do compile } */
2
3
short int
w9
;
4
5
void
__attribute__
((
simd
))
6
zc
(
int
in
)
7
{
8
int
va
=
1
;
9
10
w9
*=
va
!=
0
?
in
<
0
:
0
;
11
}