https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119364
--- Comment #21 from Matthias Klose <doko at gcc dot gnu.org> --- the attached patch doesn't apply anymore for the 15.1.0 release, and the build on i686 fails with In file included from ../../src/gcc/cobol/cdf.y:37: ../../src/gcc/cobol/../../libgcobol/common-defs.h:186:23: error: enumerator value '4294967296' is outside the range of underlying type 'size_t' {aka 'unsigned int'} 186 | depends_on_e = 0x0100000000, // A group hierachy contains a DEPENDING_ON | ^~~~~~~~~~~~ ../../src/gcc/cobol/../../libgcobol/common-defs.h:187:23: error: enumerator value '8589934592' is outside the range of underlying type 'size_t' {aka 'unsigned int'} 187 | initialized_e = 0x0200000000, // Don't call parser_initialize from parser_symbol_add | ^~~~~~~~~~~~