On 23/06/2025 22:14, Bruno Haible via GNU coreutils Bug Reports wrote:
Hi,The coreutils CI fails today on OpenBSD and Solaris. (The previous build, a week ago, succeeded.)
With OpenBSD sed and Solaris sed: $ echo 100 | sed -e 's/^.*$/# ifdef B&\n case B&: return &;\n# endif/' # ifdef B100n case B100: return 100;n# endif The attached patch fixes it.
Applied. Marking this as done. thanks! Padraig