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
/
pr71039.c
blob
e169bdca12c6de08aed3ce363326cdadc27af319
1
/* { dg-do compile } */
2
3
struct
wv
4
{
5
int
qi
;
6
}
qp
, *
ft
;
7
void
*
pb
;
8
9
void
10
wz
(
void
)
11
{
12
struct
wv
*
vf
=
pb
? (
struct
wv
*)&
pb
: &
qp
;
13
*
ft
= *
vf
;
14
}