RE: [COMMITTED] cobol: Normalize generating and using function_decls.

2025-07-01 Thread Robert Dubner
gt; To: Robert Dubner > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [COMMITTED] cobol: Normalize generating and using > function_decls. > > Hi Robert, > > > These changes have been shown to generate more sensible code on both > > x86_64. > > > > On x86_64-pc-li

RE: [COMMITTED] cobol: Normalize generating and using function_decls.

2025-07-01 Thread Robert Dubner
> -Original Message- > From: Rainer Orth > Sent: Monday, June 30, 2025 10:27 > To: Robert Dubner > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [COMMITTED] cobol: Normalize generating and using > function_decls. > > Hi Robert, > > > These changes have

Re: [COMMITTED] cobol: Normalize generating and using function_decls.

2025-06-30 Thread Rainer Orth
Hi Robert, > These changes have been shown to generate more sensible code on both > x86_64. > > On x86_64-pc-linux, a bootstrap build of --enable-languages=c,c++,cobol > succeeded. this patch has one change (not listed in ChangeLog) that broke 32-bit Solaris bootstrap: diff --git a/gcc/cobol/par

[COMMITTED] cobol: Normalize generating and using function_decls.

2025-06-29 Thread Robert Dubner
These changes have been shown to generate more sensible code on both x86_64. On x86_64-pc-linux, a bootstrap build of --enable-languages=c,c++,cobol succeeded. >From b91fce351b74ab65016a19116ecf1bc1da9cc9cd Mon Sep 17 00:00:00 2001 From: Robert Dubner mailto:rdub...@symas.com Date: Sun, 29 Jun 20