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
2018-06-05 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr71006.c
blob
2b45aa01c7e2564200f25f51693ad0daa3f6ba82
1
/* PR target/71006 */
2
/* { dg-do compile } */
3
/* { dg-options "-O1 -ftree-vectorize" } */
4
5
unsigned char
uu
,
gu
,
e2
;
6
7
void
8
fs
(
void
)
9
{
10
char
*
nq
= (
char
*)&
gu
, *
k4
= (
char
*)&
gu
;
11
while
(*
k4
<
1
)
12
{
13
uu
+= (*
nq
!=
0
||
e2
!=
0
);
14
++*
k4
;
15
}
16
}