https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119364
--- Comment #3 from Matthias Klose <doko at gcc dot gnu.org> --- checked with 20250405, that this fails with an i686 -> amd64 cross compiler: [...] In file included from ../../src/gcc/cobol/cdf.y:37: ../../src/gcc/cobol/../../libgcobol/common-defs.h:185:23: error: enumerator value '4294967296' is outside the range of underlying type 'size_t' {aka 'unsigned int'} 185 | depends_on_e = 0x0100000000, // A group hierachy contains a DEPENDING_ON | ^~~~~~~~~~~~ ../../src/gcc/cobol/../../libgcobol/common-defs.h:186:23: error: enumerator value '8589934592' is outside the range of underlying type 'size_t' {aka 'unsigned int'} 186 | initialized_e = 0x0200000000, // Don't call parser_initialize from parser_symbol_add | ^~~~~~~~~~~~ [...]