On Thu, 21 Jun 2018, Segher Boessenkool wrote:

> The comment doesn't make much sense.  If long double is IBM, the long
> double complex mode is ICmode, not KCmode.  "To get the IEEE128 complex
> type", perhaps?  And can't you do _Complex __ieee128 or such?

You can do _Complex _Float128, in C only, not C++ (which doesn't have the 
_Float128 keyword).  _Complex can be used with keywords for type names, 
but not with a typedef name (built-in or otherwise, see discussion in bug 
32187).

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to