From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AF262385840D; Tue, 15 Feb 2022 11:19:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AF262385840D From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: =?UTF-8?B?W0J1ZyB0YXJnZXQvMTA0NTM2XSBbMTIgUmVncmVzc2lvbl0gZ2Nj?= =?UTF-8?B?LTEyLTIwMjIwMjEzIEZhaWxzIHRvIGJ1aWxkIG9uIEN5Z3dpbjogY29udHJh?= =?UTF-8?B?Y3Rpb24g4oCYY2FuJSd04oCZIGluIGZvcm1hdA==?= Date: Tue, 15 Feb 2022 11:19:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: build, diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Feb 2022 11:19:01 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D104536 --- Comment #2 from CVS Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:0863d0ede34d21b2258686e6ccfd6dbb100bb754 commit r12-7241-g0863d0ede34d21b2258686e6ccfd6dbb100bb754 Author: Jakub Jelinek Date: Tue Feb 15 12:17:41 2022 +0100 cygwin: Fix up -Werror=3Dformat-diag errors [PR104536] As the testcase reports, cygwin has 3 can%'t contractions in diagnostic= s, we use cannot everywhere else instead and -Wformat-diag enforces that. 2022-02-15 Jakub Jelinek PR target/104536 * config/i386/host-cygwin.cc (cygwin_gt_pch_get_address): Use cannot instead of can%'t in diagnostics. Formatting fixes.=