------- 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