Eli Friedman <eli.friedman at gmail.com> writes:
>> Just so I understand this better, for which ABIs is this the case? It's
>> not for x86_64. ARM, perhaps?
>
> Take, for example, _Complex long double on x86-64. Or unions on x86-64. :)
Grr...long double is evil in general. Just use __float128. ;)
-Dave