> -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
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_
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