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-1.c
blob
4da1f54eef0700d4e74af14c63b1b8bca7149358
1
/* { dg-do compile } */
2
3
int
a
,
g
;
4
char
b
,
c
;
5
short
d
,
e
,
f
;
6
7
char
8
fn1
()
9
{
10
return
a
?
a
:
1
;
11
}
12
13
void
14
fn2
()
15
{
16
char
h
;
17
for
(;
d
;)
18
for
(;
e
;
e
++)
19
c
= (
fn1
() &&
h
) & !(
f
|=
9
^ (
b
> (
g
=
c
)));
20
for
(;;)
21
;
22
}