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
testsuite: Revert to the original version of pr100056.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
vect
/
bb-slp-pr97709.c
blob
56ec0f6bda7722880f5a9a6fbf10c5ebeffae3ac
1
/* { dg-do compile } */
2
3
int
a
;
4
struct
b
{
5
int
c
;
6
int
d
;
7
};
8
void
k
(
struct
b
);
9
struct
b
10
e
()
11
{
12
void
*
f
[] = {&&
g
, &&
h
, &&
i
, &&
j
};
13
int
d
,
c
;
14
j
:
15
goto
*(
void
*)(
__INTPTR_TYPE__
)
a
;
16
g
:
17
d
=
0
;
18
h
:
19
c
=
1
;
20
goto
*(
void
*)(
__INTPTR_TYPE__
)
a
;
21
i
:
22
{
23
struct
b b
= {
c
,
d
};
24
k
(
b
);
25
}
26
}