RE: [PATCH] Populate -original dump for Cobol

2025-03-17 Thread Robert Dubner
> -Original Message- > From: Richard Biener > Sent: Monday, March 17, 2025 05:10 > To: gcc-patches@gcc.gnu.org > Cc: jklow...@schemamania.org; rdub...@symas.com > Subject: Re: [PATCH] Populate -original dump for Cobol > > On Tue, 11 Mar 2025, Richard Biener wro

Re: [PATCH] Populate -original dump for Cobol

2025-03-17 Thread Richard Biener
On Tue, 11 Mar 2025, Richard Biener wrote: > The following implements -fdump-tree-original dumping for cobol, > mimicing what the D frontend does. > > OK? I'd like to ping this patch. Thanks, Richard. > Thanks, > Richard. > > gcc/cobol/ > * gengen.cc (gg_finalize_function): Dump to TDI_

[PATCH] Populate -original dump for Cobol

2025-03-11 Thread Richard Biener
The following implements -fdump-tree-original dumping for cobol, mimicing what the D frontend does. OK? Thanks, Richard. gcc/cobol/ * gengen.cc (gg_finalize_function): Dump to TDI_original. --- gcc/cobol/gengen.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/cobol/gengen.c