Hello James, > gcc/ChangeLog > * common.opt: Add libgcobol module and cobol language. > * dwarf2out.cc: New file. ^^^^^^^^ Minor comment while quickly looking at it. But I think the ChangeLog entry for dwarf2out is not correct, as the file already exists.
> gcc/cobol/ChangeLog > * config-lang.in: New file. > diff --git a/gcc/cobol/config-lang.in b/gcc/cobol/config-lang.in > new file mode 100644 > index 00000000000..e18cb7fdba0 > --- /dev/null > +++ b/gcc/cobol/config-lang.in But gcc/cobol/config-lang.in the file is already "New" in your PATCH 4/8... Is it possible that something went wrong when creating the various patches? Applying the patch fails when it tries to create the file again... I may do something wrong (not sure I'm saving the patch correctly before applying), but I can't apply the PATCH 5/8, I get: error: corrupt patch at line 208 Are your patches supposed to be a perfect match with your git repository? I'm still unable to use the "make install" target when doing nightly build for the compiler explorer build (see https://github.com/compiler-explorer/compiler-explorer/issues/6725). I initially wanted to apply the patches to check if I had the same issue... Marc