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

2025-03-26 Thread Robert Dubner
> -Original Message- > From: Jakub Jelinek > Sent: Wednesday, March 26, 2025 13:28 > To: Robert Dubner > Cc: James K. Lowden ; Richard Biener > ; gcc-patches@gcc.gnu.org > Subject: Re: [PATCH] cobol, v2: Get rid of __int128 uses in the COBOL FE > [PR119242] &

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

2025-03-26 Thread Jakub Jelinek
On Wed, Mar 26, 2025 at 10:21:31AM -0500, Robert Dubner wrote: > > Here is a fixed patch, passes make check-cobol, but that is unfortunately > > still not enough. > > With this second fixed patch, all of our tests pass. Great. Is the patch ok for trunk then, or do you plan to review it or will J

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

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