RE: [PATCH] libgcobol: use standard f128 suffix instead of Q for _Float128 literals

2025-03-24 Thread Robert Dubner
[PATCH] libgcobol: use standard f128 suffix instead of Q for > _Float128 literals > > * intrinsic.cc: Use standard f128 suffix for _Float128 literals. > * libgcobol.cc: Likewise. > --- > libgcobol/intrinsic.cc | 18 +- > libgcobol/libgcobol.cc | 36 +++

Re: [PATCH] libgcobol: use standard f128 suffix instead of Q for _Float128 literals

2025-03-24 Thread Iain Sandoe
> On 24 Mar 2025, at 10:41, Andreas Schwab wrote: > > * intrinsic.cc: Use standard f128 suffix for _Float128 literals. > * libgcobol.cc: Likewise. Note, I have WIP to adapt libgcobol to use libquadmath where the target does not have native _Float128 in libc. That patch also adapts the suffix

[PATCH] libgcobol: use standard f128 suffix instead of Q for _Float128 literals

2025-03-24 Thread Andreas Schwab
* intrinsic.cc: Use standard f128 suffix for _Float128 literals. * libgcobol.cc: Likewise. --- libgcobol/intrinsic.cc | 18 +- libgcobol/libgcobol.cc | 36 ++-- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/libgcobol/intrinsic.cc b