Tobias Burnus <bur...@net-b.de> writes: > diff --git a/math/libm-test.inc b/math/libm-test.inc > index 1e067fe..81b40b6 100644 > --- a/math/libm-test.inc > +++ b/math/libm-test.inc > @@ -226,5 +226,5 @@ static FLOAT max_error, real_max_error, imag_max_error; > > #define BUILD_COMPLEX(real, imag) \ > - ({ __complex__ FLOAT __retval; \ > + ({ COMPLEX __retval; \
Wouldn't it make sense for the compiler to support __complex__ __float128? Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."