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
/
torture
/
pr92704.c
blob
79994a39b54bcc62cb31c4d69adb18aea0db8330
1
/* { dg-do compile } */
2
/* { dg-additional-options "-fexceptions -fnon-call-exceptions -fno-tree-dce -ftree-loop-if-convert" } */
3
int
zr
,
yx
;
4
5
void
__attribute__
((
simd
))
6
oj
(
int
rd
,
int
q7
)
7
{
8
int
wo
= (
__UINTPTR_TYPE__
)&
rd
;
9
10
while
(
q7
<
1
)
11
{
12
int
kv
;
13
short int
v3
;
14
15
for
(
v3
=
0
;
v3
<
82
;
v3
+=
3
)
16
{
17
}
18
19
kv
=
zr
?
0
:
v3
;
20
yx
=
kv
<
rd
;
21
zr
=
zr
&&
yx
;
22
++
q7
;
23
}
24
}