From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 26DB83858C2B; Wed, 2 Aug 2023 02:06:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 26DB83858C2B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1690942001; bh=dv2tYIg1cxEnGV4CEUWHnxKwWxZFwXshmiCjHU2QugU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pIg2hKuHgXLBdYD7rReZIvCdjLSmMoJjUJi+MquR84e+Gaq8VWhtsx1O95EPQC1Xg XGICMKazRigiTtLa/UiWH2rCRe7UTGSxcRQO+SfQSTcGswkP9AAm8cujM8FLlbvTrd u6I9FSEy8qFEauRfYDKAXvp9KNnFG51COJCwv+q4= From: "tanksherman27 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/95130] GCC ignoring attribute(format(gnu_printf)) on printf in mingw Date: Wed, 02 Aug 2023 02:06:39 +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: tanksherman27 at gmail 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: cc 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 Julian Waters changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tanksherman27 at gmail dot= com --- Comment #15 from Julian Waters --- It seems like the patch also doesn't fix the strftime case too, strangely enough. gcc with that patch applied still causes a compilation failure in t= he Windows JDK when encountering strftime with the %T specifier=