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
fortran/trans-openmp.cc: Use the correct member in gfc_omp_namelist [PR118745]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
vect
/
pr113281-1.c
blob
6df4231cb5f3d46e25425dab9e274302fc522037
1
#include
"tree-vect.h"
2
3
unsigned char
a
;
4
5
int
main
() {
6
check_vect
();
7
8
short
b
=
a
=
0
;
9
for
(;
a
!=
19
;
a
++)
10
if
(
a
)
11
b
=
32872
>>
a
;
12
13
if
(
b
==
0
)
14
return
0
;
15
else
16
return
1
;
17
}