From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 564C6385782F; Wed, 26 Oct 2022 10:09:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 564C6385782F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666778946; bh=P1QqNXaITugK+Z6ucMa1r8RwIewLmn/6+Ikxy/0YA3Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=v6jbt+K4kguWhdecK9UBr7o8ZGax/cJk78YnOVYjda0LbQZOgfpJvfYnVFKcBlfvj RDyV21b7s4PfkBaracqBYQetvpxuL3q6u4+j+E+jk/Gu3w0Wi1dsEsOeAlcWepgdmr BAAgZpN8lx+IFWQ5IsBd61nyB//U9tHlc4JFWsj0= From: "lh_mouse at 126 dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/95130] GCC ignoring attribute(format(gnu_printf)) on printf in mingw Date: Wed, 26 Oct 2022 10:09:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 9.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: lh_mouse at 126 dot com 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: --- 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95130 --- Comment #10 from LIU Hao --- (In reply to Tomas Kalibera from comment #7) > I sent an updated version for the trunk, 12, 11 and 10 to the gcc-patches > mailing list in May: >=20 > https://gcc.gnu.org/pipermail/gcc-patches/2022-May/594960.html >=20 > The patches still apply to current 10,11,12 and trunk. Please see the ema= il > linked above for more information. Thanks for the patch. Updated locally. I will test it against trunk as soon= as I get a little time.=