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
Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr70986-3.c
blob
5b722d590a04a90413e5e39f6f91717433f69733
1
/* { dg-do compile } */
2
3
int
a
,
b
;
4
int
5
fn1
(
int
p1
)
6
{
7
return
p1
<
0
?
p1
:
a
;
8
}
9
10
void
11
fn2
()
12
{
13
lbl_100
:
14
b
=
1
;
15
for
(;
b
!=
21
;
b
=
fn1
(
b
))
16
;
17
goto
lbl_100
;
18
}