Re: IEEE Interchange floating point and extended floating point for C++

2021-03-11 Thread Kito Cheng via Gcc
Hi Joseph: > I don't know if C++ has reached any conclusions about what form C++ > support for such types should take, but my expectation was that something > library-based, similar to the support for decimal floating-point types, > might be used. Thanks, my understanding is that we are not inten

Re: IEEE Interchange floating point and extended floating point for C++

2021-03-11 Thread Kito Cheng via Gcc
Hi Jonathan: Thanks for providing that information! On Fri, Mar 12, 2021 at 12:17 AM Jonathan Wakely via Gcc wrote: > > On Thu, 11 Mar 2021 at 15:14, Jonathan Wakely wrote: > > > > On Thu, 11 Mar 2021 at 15:07, Gabriel Ravier via Gcc > > wrote: > > > > > > On 3/11/21 1:56 PM, Jonathan Wakely

gcc-8-20210311 is now available

2021-03-11 Thread GCC Administrator via Gcc
Snapshot gcc-8-20210311 is now available on https://gcc.gnu.org/pub/gcc/snapshots/8-20210311/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 8 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Re: IEEE Interchange floating point and extended floating point for C++

2021-03-11 Thread Jonathan Wakely via Gcc
On Thu, 11 Mar 2021 at 15:14, Jonathan Wakely wrote: > > On Thu, 11 Mar 2021 at 15:07, Gabriel Ravier via Gcc wrote: > > > > On 3/11/21 1:56 PM, Jonathan Wakely via Gcc wrote: > > > On Thu, 11 Mar 2021 at 09:43, Kito Cheng via Gcc wrote: > > >> Hi: > > >> > > >> Would it be possible to support in

Re: IEEE Interchange floating point and extended floating point for C++

2021-03-11 Thread Jonathan Wakely via Gcc
On Thu, 11 Mar 2021 at 15:07, Gabriel Ravier via Gcc wrote: > > On 3/11/21 1:56 PM, Jonathan Wakely via Gcc wrote: > > On Thu, 11 Mar 2021 at 09:43, Kito Cheng via Gcc wrote: > >> Hi: > >> > >> Would it be possible to support interchange floating point and/or > >> extended floating point for C++,

Re: IEEE Interchange floating point and extended floating point for C++

2021-03-11 Thread Joseph Myers
On Thu, 11 Mar 2021, Kito Cheng wrote: > I've read the note about C++ support from the initial commit log[1], > so I know there is some concern about C++ support for that, is it > possible to enable that for C++ like a language extension for C++? I don't know if C++ has reached any conclusions ab

Re: IEEE Interchange floating point and extended floating point for C++

2021-03-11 Thread Gabriel Ravier via Gcc
On 3/11/21 1:56 PM, Jonathan Wakely via Gcc wrote: On Thu, 11 Mar 2021 at 09:43, Kito Cheng via Gcc wrote: Hi: Would it be possible to support interchange floating point and/or extended floating point for C++, which is introduced by ISO/IEC TS 18661-3? I've read the note about C++ support fro

Re: IEEE Interchange floating point and extended floating point for C++

2021-03-11 Thread Jonathan Wakely via Gcc
On Thu, 11 Mar 2021 at 09:43, Kito Cheng via Gcc wrote: > > Hi: > > Would it be possible to support interchange floating point and/or > extended floating point for C++, which is introduced by ISO/IEC TS > 18661-3? > > I've read the note about C++ support from the initial commit log[1], > so I know

IEEE Interchange floating point and extended floating point for C++

2021-03-11 Thread Kito Cheng via Gcc
Hi: Would it be possible to support interchange floating point and/or extended floating point for C++, which is introduced by ISO/IEC TS 18661-3? I've read the note about C++ support from the initial commit log[1], so I know there is some concern about C++ support for that, is it possible to enab