2013/8/25 David Chisnall <[email protected]>: > 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 <[email protected]> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
