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
Require target lra in gcc.dg/pr108095.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr103003.c
blob
d3d65f8b6a64924aa8287739ace706fbe5fb7d7a
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
typedef
char int8_t
;
4
int8_t
c_4
,
uli_5
;
5
unsigned short
us_6
;
6
void
func_1
() {
7
int
uli_9
;
8
short
ptr_16ptr_11
= &
uli_9
;
/* { dg-warning "initialization of*" } */
9
for
(;
us_6
<=
6
;)
10
if
((
us_6
*=
uli_9
) < (
uli_5
||
0
) ?: ((
c_4
=
us_6
) >=
us_6
) -
uli_5
)
11
uli_9
=
9
;
12
}