Re: [PATCH] COBOL: Prevent use of ASM_EXPR for optimized COBOL compilations [PR119214]

2025-03-14 Thread Richard Biener
On Fri, Mar 14, 2025 at 2:22 AM Robert Dubner wrote: > > Based on the PR119214 discussion about "-O -ftracer" causing the assembler > to fail, I offer the following patch. > > Okay for trunk? (Gives me shivers to say that the first time!) OK, but see below > Author: Robert Dubner > Date: Thu

[PATCH] COBOL: Prevent use of ASM_EXPR for optimized COBOL compilations [PR119214]

2025-03-13 Thread Robert Dubner
Based on the PR119214 discussion about "-O -ftracer" causing the assembler to fail, I offer the following patch. Okay for trunk? (Gives me shivers to say that the first time!) Author: Robert Dubner Date: Thu Mar 13 21:03:46 2025 -0400 COBOL: Prevent use of ASM_EXPR for optimized COBOL co