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
c++: Fix ICE with #embed/RAW_DATA_CST after list conversion [PR118671]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr90402-1.c
blob
c4bd8945ed5c501b9951106afea4e1578efb8584
1
/* { dg-do compile } */
2
/* { dg-additional-options "-mavx" { target x86_64-*-* i?86-*-* } } */
3
4
int
kn
,
ha
;
5
6
int
7
c7
(
void
)
8
{
9
}
10
11
void
12
ul
(
int
w3
)
13
{
14
kn
=
c7
();
15
16
while
(
w3
<
1
)
17
{
18
ha
+= !!
kn
?
1
:
w3
;
19
20
for
(
kn
=
0
;
kn
<
2
; ++
kn
)
21
{
22
}
23
24
++
w3
;
25
}
26
}