GCC withdraw

Ed Schouten ed at 80386.nl
Sun Aug 25 17:27:10 UTC 2013


2013/8/25 David Chisnall <theraven at freebsd.org>:
> Oh, and it's worth noting that clang, as an extension, supports using initialiser lists to create complex values and so this particular case is trivial to avoid if you use this feature, which you will if you create complex numbers using the macro that the C specification introduced specifically to avoid this case.

Or even better, use the C11 CMPLX()/CMPLXF()/CMPLXL() macros, which
are properly supported by FreeBSD -HEAD.

-- 
Ed Schouten <ed at 80386.nl>


More information about the freebsd-toolchain mailing list