RE: [PATCH 2/2] [COBOL] Remove unused _Float128 using helpers

2025-03-24 Thread Robert Dubner
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

[PATCH 2/2] [COBOL] Remove unused _Float128 using helpers

2025-03-24 Thread Richard Biener
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