Re: [PATCH] cobol: Eliminate CPPFLAGS assignment from Make-lang.in [PR119213].

2025-03-17 Thread Jakub Jelinek
; Subject: Re: [PATCH] cobol: Eliminate CPPFLAGS assignment from Make- > > lang.in [PR119213]. > > > > On Mon, Mar 17, 2025 at 07:57:43PM +, Iain Sandoe wrote: > > > > PR cobol/119213 > > > > * Make-lang.in: Eliminate CPPFLAG

Re: [PATCH] cobol: Eliminate CPPFLAGS assignment from Make-lang.in [PR119213].

2025-03-17 Thread Jakub Jelinek
On Mon, Mar 17, 2025 at 09:50:53PM +0100, Jakub Jelinek wrote: > https://www.gnu.org/prep/standards/html_node/Change-Logs.html > contains some of the reasons and something about the formatting etc. > When you repeat the same description over and over, normally one just writes > * cdf.y: Modif

RE: [PATCH] cobol: Eliminate CPPFLAGS assignment from Make-lang.in [PR119213].

2025-03-17 Thread Robert Dubner
> -Original Message- > From: Jakub Jelinek > Sent: Monday, March 17, 2025 17:04 > To: Robert Dubner ; Iain Sandoe > ; GCC Patches > Subject: Re: [PATCH] cobol: Eliminate CPPFLAGS assignment from Make- > lang.in [PR119213]. > > On Mon, Mar 17, 2025 at 09:5

Re: [PATCH] cobol: Eliminate CPPFLAGS assignment from Make-lang.in [PR119213].

2025-03-17 Thread Andreas Schwab
On Mär 17 2025, Robert Dubner wrote: > I did it, reflexively, because I think that lining stuff like that up iss > easier to understand and more clear than. > > PR cobol/119213 > * Make-lang.in: Eliminate CPPFLAGS= assignment. > * cdf.y: Modify #includes that reference libgcobol.

RE: [PATCH] cobol: Eliminate CPPFLAGS assignment from Make-lang.in [PR119213].

2025-03-17 Thread Robert Dubner
> -Original Message- > From: Jakub Jelinek > Sent: Monday, March 17, 2025 16:05 > To: Iain Sandoe > Cc: Robert Dubner ; GCC Patches patc...@gcc.gnu.org> > Subject: Re: [PATCH] cobol: Eliminate CPPFLAGS assignment from Make- > lang.in [PR119213]. > >

Re: [PATCH] cobol: Eliminate CPPFLAGS assignment from Make-lang.in [PR119213].

2025-03-17 Thread Iain Sandoe
4791bd4661 Mon Sep 17 00:00:00 2001 > From: Bob Dubner mailto:rdub...@symas.com > Date: Mon, 17 Mar 2025 13:13:50 -0400 > Subject: [PATCH] cobol: Eliminate CPPFLAGS assignment from Make-lang.in > [PR119213]. > > A number of gcc/cobol files had to be modified to > '#in

Re: [PATCH] cobol: Eliminate CPPFLAGS assignment from Make-lang.in [PR119213].

2025-03-17 Thread Jakub Jelinek
On Mon, Mar 17, 2025 at 07:57:43PM +, Iain Sandoe wrote: > > PR cobol/119213 > > * Make-lang.in: Eliminate CPPFLAGS= assignment. > > * cdf.y: Modify #includes that reference libgcobol. > > * cobol1.cc: Modify #includes that reference libgcobol. > > * except.c

[PATCH] cobol: Eliminate CPPFLAGS assignment from Make-lang.in [PR119213].

2025-03-17 Thread Robert Dubner
400 Subject: [PATCH] cobol: Eliminate CPPFLAGS assignment from Make-lang.in [PR119213]. A number of gcc/cobol files had to be modified to '#include "../../libgcobol/xxx.h" instead of "xxx.h" gcc/cobol PR cobol/119213 * Make-lang.in: Eliminate CPPFLAGS=