RE: [PATCH] cobol: Get rid of __int128 uses in the COBOL FE [PR119242]

2025-03-26 Thread Robert Dubner
> From: Jakub Jelinek > Sent: Wednesday, March 26, 2025 08:30 > To: Robert Dubner > Cc: James K. Lowden ; Richard Biener > ; gcc-patches@gcc.gnu.org > Subject: Re: [PATCH] cobol: Get rid of __int128 uses in the COBOL FE > [PR119242] > > On Tue, Mar 25, 2025 at 11:41:09PM -

Re: [PATCH] cobol: Get rid of __int128 uses in the COBOL FE [PR119242]

2025-03-26 Thread Jakub Jelinek
On Tue, Mar 25, 2025 at 11:41:09PM -0500, Robert Dubner wrote: > I'll take a look at this tomorrow. Conditional compilation is one > possibility. Another is to bust that .h file into two; one that goes into > libgcobol and is accessed by gcc/cobol and libgcobol, and a second that is > accessed so

Re: [PATCH] cobol: Get rid of __int128 uses in the COBOL FE [PR119242]

2025-03-26 Thread Iain Sandoe
> On 26 Mar 2025, at 04:41, Robert Dubner wrote: > > > >> -Original Message- >> From: Jakub Jelinek >> Sent: Tuesday, March 25, 2025 19:49 >> To: Robert Dubner ; James K. Lowden >> ; Richard Biener >> Cc: gcc-patches@gcc.gnu.org >> Subject: [PATCH] cobol: Get rid of __int128 uses i

RE: [PATCH] cobol: Get rid of __int128 uses in the COBOL FE [PR119242]

2025-03-25 Thread Robert Dubner
> -Original Message- > From: Jakub Jelinek > Sent: Tuesday, March 25, 2025 19:49 > To: Robert Dubner ; James K. Lowden > ; Richard Biener > Cc: gcc-patches@gcc.gnu.org > Subject: [PATCH] cobol: Get rid of __int128 uses in the COBOL FE > [PR119242] > > Hi! > > The following patch changes

RE: [PATCH] cobol: Get rid of __int128 uses in the COBOL FE [PR119242]

2025-03-25 Thread Robert Dubner
> -Original Message- > From: Jakub Jelinek > Sent: Tuesday, March 25, 2025 19:49 > To: Robert Dubner ; James K. Lowden > ; Richard Biener > Cc: gcc-patches@gcc.gnu.org > Subject: [PATCH] cobol: Get rid of __int128 uses in the COBOL FE > [PR119242] > > Hi! > > The following patch chan