This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: __float128 typeinfo
- From: Jason Merrill <jason at redhat dot com>
- To: "Joseph S. Myers" <joseph at codesourcery dot com>
- Cc: Marc Glisse <marc dot glisse at inria dot fr>, gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org, meissner at linux dot vnet dot ibm dot com, ramana dot gcc at googlemail dot com
- Date: Fri, 06 Jun 2014 13:06:46 -0400
- Subject: Re: __float128 typeinfo
- Authentication-results: sourceware.org; auth=none
- References: <alpine dot DEB dot 2 dot 02 dot 1406061049520 dot 8194 at stedding dot saclay dot inria dot fr> <5391E09A dot 7010607 at redhat dot com> <alpine dot DEB dot 2 dot 10 dot 1406061740590 dot 22367 at stedding dot saclay dot inria dot fr> <5391EE69 dot 4080908 at redhat dot com> <Pine dot LNX dot 4 dot 64 dot 1406061647580 dot 7605 at digraph dot polyomino dot org dot uk>
On 06/06/2014 12:54 PM, Joseph S. Myers wrote:
If we want something like that as a standard type not supported on all
targets I'd think we should use the DTS 18661-3 naming (_Float128)
Ah, I wasn't aware of that TS, thanks. I'll check whether it's on the
C++ committee agenda yet.
Jason