https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119217
--- Comment #12 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> --- I've now posted proper patches for the various issues breaking the compilation of the COBOL frontend on Solaris: cobol: Don't require GLOB_BRACE etc. [PR119217] https://gcc.gnu.org/pipermail/gcc-patches/2025-April/680675.html cobol: Initialize regmatch_t portably [PR119217] https://gcc.gnu.org/pipermail/gcc-patches/2025-April/680676.html cobol: Heed ASM_COMMENT_START https://gcc.gnu.org/pipermail/gcc-patches/2025-April/680677.html cobol: Avoid conflict with OVERFLOW in system headers [PR119217] https://gcc.gnu.org/pipermail/gcc-patches/2025-April/680678.html cobol: Allow for undefined NAME_MAX [PR119217] https://gcc.gnu.org/pipermail/gcc-patches/2025-April/680682.html cobol: Avoid conflict with timespec_t in system headers [PR119217] https://gcc.gnu.org/pipermail/gcc-patches/2025-April/680681.html libgcobol: Use strchr instead of index libgcobol/valconv.cc There are a few more for libgcobol, but those are not for this PR.