> -----Original Message----- > From: Jakub Jelinek <ja...@redhat.com> > Sent: Wednesday, March 19, 2025 13:08 > To: Robert Dubner <rdub...@symas.com> > Cc: Richard Biener <rguent...@suse.de>; gcc-patches@gcc.gnu.org > Subject: Re: [PATCH 2/2] [cobol] make sources coretypes.h and tree.h clean > > On Wed, Mar 19, 2025 at 12:04:05PM -0500, Robert Dubner wrote: > > This message appears to have been posted twice, and I don't see a [PATCH > > 1/2] > > One copy went to you, one to gcc-patches, which is why you got two copies. > The 1/2 patch was https://gcc.gnu.org/pipermail/gcc-patches/2025- > March/678260.html > and didn't touch the cobol FE, just generic code and C++ FE, I've already > approved that. > > Jakub
Thanks. I applied the patch and I am trying to compile it; there is a problem. ==== In file included from ../../gcc/cobol/scan.l:42: cobol/parse.h:932:12: error: 'NONE' conflicts with a previous declaration 932 | NONE = 881, /* NONE */ | ^~~ In file included from ../../gcc/tree.h:23, from ../../gcc/cobol/scan.l:34: ../../gcc/tree-core.h:2028:3: note: previous declaration 'function_decl_type NONE' 2028 | NONE, | ^~~~ === I'll see what I can do about that. I have an engagement at 1:30 my time; that might delay my response.