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
PR tree-optimization/84740
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
vect
/
pr68305.c
blob
12297a934ff89a4df3f60bd38f58dee6d536d07f
1
/* { dg-do compile } */
2
/* { dg-additional-options "-O3" } */
3
/* { dg-additional-options "-mavx2" { target { i?86-*-* x86_64-*-* } } } */
4
5
int
a
,
b
;
6
7
void
8
fn1
()
9
{
10
int
c
,
d
;
11
for
(;
b
;
b
++)
12
a
=
a
^ !
c
^ !
d
;
13
}