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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
graphite
/
pr83435.c
blob
9eed918cf7bd24207b6f1559b72f258293635a2b
1
/* { dg-do compile { target pthread } } */
2
/* { dg-options "-O -ftree-parallelize-loops=2 -floop-parallelize-all" } */
3
4
int
yj
,
ax
;
5
6
void
7
gf
(
signed char
mp
)
8
{
9
int
*
dh
= &
yj
;
10
11
for
(;;)
12
{
13
signed char
sb
;
14
15
for
(
sb
=
0
;
sb
<
1
;
sb
-=
8
)
16
{
17
}
18
19
mp
&=
mp
<=
sb
;
20
if
(
mp
==
0
)
21
dh
= &
ax
;
22
mp
=
0
;
23
*
dh
=
0
;
24
}
25
}