https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127074
--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by James K. Lowden <[email protected]>: https://gcc.gnu.org/g:111c680dc8e2bbcb82c3ffb5bf2d65d6f71c000e commit r17-4427-g111c680dc8e2bbcb82c3ffb5bf2d65d6f71c000e Author: Xavier Del Campo Romero <[email protected]> Date: Thu Sep 17 22:56:46 2026 +0200 cobol: Remove trailing pipe on time_fmt_b This invalid regular expression was somehow tolerated by glibc's implementation for regcomp(3), but was rejected by other implementations, such as those found in FreeBSD and OpenBSD. gcc/cobol/ChangeLog: PR cobol/127074 * scan_post.h (datetime_format_of): Remove trailing pipe.
