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
Fix warnings occured during profiledboostrap on
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr42234.c
blob
81bec9db8c521c5fa628ec229dfdbd24be569b10
1
/* { dg-options "-g" } */
2
3
void
4
foo
(
int
x
)
5
{
6
struct
S
{
int
s
; }
d
= {
1
};
7
unsigned int
e
=
1
;
8
if
(
x
)
9
e
=
x
&&
d
.
s
;
10
else
11
for
(
e
=
0
;
e
<=
3
;
e
--)
12
;
13
e
++;
14
}