--- Comment #5 from jsm28 at gcc dot gnu dot org 2008-07-02 10:31 ---
*** This bug has been marked as a duplicate of 32187 ***
--
jsm28 at gcc dot gnu dot org changed:
What|Removed |Added
--
--- 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",
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-07-02 02:04 ---
Not internally in GCC :).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36692
--- Comment #2 from hjl dot tools at gmail dot com 2008-07-02 01:25 ---
__float128 is a fundamental scalar type in x86-64 psABI, similar to float.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36692
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-07-02 00:44 ---
__float128 is a typedef.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36692