Re: GCC Quad-Precision Math Library Manual: Errors

2024-08-19 Thread Jonathan Wakely via Gcc
On Mon, 19 Aug 2024, 22:27 FX Coudert via Gcc, wrote: > Hi Peter, > > You are right, thanks for reporting these issues in the libquadmath > documentation. I am CC’ing the GCC mailing-list. Does the following patch > seem right? > > diff --git a/libquadmath/libquadmath.texi b/libquadmath/libquadma

Re: GCC Quad-Precision Math Library Manual: Errors

2024-08-19 Thread FX Coudert via Gcc
Hi Peter, You are right, thanks for reporting these issues in the libquadmath documentation. I am CC’ing the GCC mailing-list. Does the following patch seem right? diff --git a/libquadmath/libquadmath.texi b/libquadmath/libquadmath.texi index dc2a9ff374b..ce4accf6421 100644 --- a/libquadmath/li

Re: Deprecating complex integer types in GCC

2024-08-19 Thread Pip Cet via Gcc
"Andrew Pinski \(QUIC\) via Gcc" writes: > Deprecating complex integer types in GCC seems like a good idea. There > has been issues with division with them before and it was raised back > them maybe we should deprecate their support. > The previous discussion about deprecating them can be found >

Deprecating complex integer types in GCC

2024-08-19 Thread Andrew Pinski (QUIC) via Gcc
Deprecating complex integer types in GCC seems like a good idea. There has been issues with division with them before and it was raised back them maybe we should deprecate their support. The previous discussion about deprecating them can be found https://gcc.gnu.org/legacy-ml/gcc/2001-11/msg0079

[C2y] n3313.1 draft

2024-08-19 Thread Alejandro Colomar via Gcc
On Mon, Aug 19, 2024 at 12:58:30PM GMT, Alejandro Colomar wrote: > I have a draft for an updated proposal to WG14 (more recent than n3313). > It has some changes to the documentation of prior art, some typo fixes, > etc., and renames elementsof()=>nelementsof(), but the meat of the > proposal is th

[PATCH v10 0/3] c: Add __nelementsof__ operator

2024-08-19 Thread Alejandro Colomar via Gcc
Hi! This is v10 of this patch set; hopefully, we're close to an end. I've already submitted a proposal for C2y to WG14, as n3313: For those who haven't been following since the start, the entire thread of patch set revisions and their

Re: smtgcc translation validation

2024-08-19 Thread Krister Walfridsson via Gcc
On Sun, 18 Aug 2024, Gerald Pfeifer wrote: On Sat, 30 Sep 2023, Krister Walfridsson via Gcc wrote: I have now released the new implementation for translation validation I talked about at the GNU Tools Cauldron last week: https://github.com/kristerw/smtgcc Wouldn't it be appropriate/nice to p