iener
> Sent: Monday, March 24, 2025 09:46
> To: gcc-patches@gcc.gnu.org
> Cc: rdub...@symas.com
> Subject: [PATCH 2/2] [COBOL] Remove unused _Float128 using helpers
>
>
> Tested on x86_64-unknown-linux-gnu.
>
> The only remaining _Float128 use is now via the strtof128
Tested on x86_64-unknown-linux-gnu.
The only remaining _Float128 use is now via the strtof128 inline
which is used in two places to commpute the end of a numeric
literal and verify against the parsed end(?) to do diagnostics.
I'm not sure why or whether this is necessary - I'd have expected
lexi