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-c++-common/ubsan/float-cast-overflow-6.c: Add i?86-*-* target.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
20080908_0.c
blob
3bc1c3a725c53081f8f80e784e5eec3e91337ead
1
/* { dg-lto-do assemble } */
2
void
foo
(
void
) {
3
char
*
bar
;
4
int
baz
;
5
while
(
1
)
6
{
7
if
(
baz
)
8
{
9
baz
= -
baz
;
10
do
11
*
bar
++ =
0
;
12
while
(++
baz
);
13
}
14
++
baz
;
15
}
16
}