cygwin: Fix up -Werror=format-diag errors [PR104536]
authorJakub Jelinek <jakub@redhat.com>
Tue, 15 Feb 2022 11:17:41 +0000 (12:17 +0100)
committerJakub Jelinek <jakub@redhat.com>
Tue, 15 Feb 2022 11:17:41 +0000 (12:17 +0100)
commit0863d0ede34d21b2258686e6ccfd6dbb100bb754
tree1bcaad12f4d8c960d80ad28a2d63da08da18c233
parent2801f23fb82a5ef51c8b460a500786797943e1e9
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  <jakub@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.
gcc/config/i386/host-cygwin.cc