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
* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr72749.c
blob
2ef4d9a8ae12a5718a600b1fc7caaca76d4a6ac9
1
/* { dg-options "-O2 -fsched2-use-superblocks" } */
2
3
int
as
;
4
5
void
6
ji
(
int
*
x4
)
7
{
8
if
(
0
)
9
{
10
unsigned int
pv
;
11
12
while
(
as
<
0
)
13
{
14
for
(*
x4
=
0
; *
x4
<
1
; ++(*
x4
))
15
yj
:
16
x4
= (
int
*)&
pv
;
17
++
as
;
18
}
19
}
20
goto
yj
;
21
}