This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/36692] _Complex __float128 doesn't work
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jul 2008 06:57:46 -0000
- Subject: [Bug c/36692] _Complex __float128 doesn't work
- References: <bug-36692-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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