This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] PR libstdc++/84654 Do not use __float128 if it is disabled by the compiler
- From: Marc Glisse <marc dot glisse at inria dot fr>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Tulio Magno Quites Machado Filho <tuliom at linux dot vnet dot ibm dot com>, Michael Meissner <meissner at linux dot vnet dot ibm dot com>, libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org, wschmidt at linux dot vnet dot ibm dot com, segher at kernel dot crashing dot org
- Date: Thu, 1 Mar 2018 21:56:20 +0100 (CET)
- Subject: Re: [PATCH] PR libstdc++/84654 Do not use __float128 if it is disabled by the compiler
- Authentication-results: sourceware.org; auth=none
- References: <20180301184719.16691-1-tuliom@linux.vnet.ibm.com> <20180301191003.GR5867@tucnak> <20180301205217.GS5867@tucnak>
- Reply-to: libstdc++ at gcc dot gnu dot org
On Thu, 1 Mar 2018, Jakub Jelinek wrote:
Note ia64, pa and powerpcspe likely need to be fixed too to predefine
__SIZEOF_FLOAT128__=16 if they provide __float128.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56540
(it only mentions ia64)
--
Marc Glisse