https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104536
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:0863d0ede34d21b2258686e6ccfd6dbb100bb754 commit r12-7241-g0863d0ede34d21b2258686e6ccfd6dbb100bb754 Author: Jakub Jelinek <ja...@redhat.com> Date: Tue Feb 15 12:17:41 2022 +0100 cygwin: Fix up -Werror=format-diag errors [PR104536] As the testcase reports, cygwin has 3 can%'t contractions in diagnostics, we use cannot everywhere else instead and -Wformat-diag enforces that. 2022-02-15 Jakub Jelinek <ja...@redhat.com> PR target/104536 * config/i386/host-cygwin.cc (cygwin_gt_pch_get_address): Use cannot instead of can%'t in diagnostics. Formatting fixes.