This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] libstdc++/50441
- From: Marc Glisse <marc dot glisse at inria dot fr>
- To: Paolo Carlini <paolo dot carlini at oracle dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Sun, 18 Sep 2011 09:03:57 +0200 (CEST)
- Subject: Re: [v3] libstdc++/50441
- References: <4E753320.5000008@oracle.com>
- Reply-to: libstdc++ at gcc dot gnu dot org
On Sun, 18 Sep 2011, Paolo Carlini wrote:
tested x86_64-linux, committed to mainline.
Hello,
bugzilla seems to be down, so let me write it here:
the testsuite uses #ifdef __SIZEOF_INT128__ to test for the availability
of a 128 bit integer type. I haven't seen a similar define for float128,
you might want to request it. In any case, a way to check for the
availability of these types should be documented in the manual...
--
Marc Glisse