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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
dfp
/
builtin-complex.c
blob
6bb2ec73846f504dac39755e135234c7b6b8aedf
1
/* Test __builtin_complex errors with DFP. */
2
/* { dg-do compile } */
3
4
_Decimal32 a
,
b
;
5
6
void
7
f
(
void
)
8
{
9
__builtin_complex
(
a
,
b
);
/* { dg-error "not of real binary floating-point type" } */
10
}