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
/
pr71606.c
blob
b0cc26ac77152419dc3422efb1f285612b4dc950
1
_Complex a
;
2
void
fn1
();
3
4
int
main
() {
5
fn1
(
a
);
6
return
0
;
7
}
8
9
void
fn1
(
__complex__
long double
p1
) {
10
__imag__ p1
=
6.0L
;
11
}