This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/36692] _Complex __float128 doesn't work



------- Comment #4 from ubizjak at gmail dot com  2008-07-02 06:57 -------
(In reply to comment #0)

> _Complex  __float128
> foo (_Complex __float128 x)
> {
>   return x;
> }

"typedef _Complex float __attribute__((mode(TC))) _Complex128" will work.

BTW: You also can't have "unsigned __int128", no matter how __int128 is defined
internally in gcc.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36692


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]