From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 56C403858C62; Mon, 18 Mar 2024 09:25:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 56C403858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710753928; bh=Kvh0ubsa+qMdA8yg6MjabX3VrrqWZy6LvaZOdwTB1Mc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bB6wTOgwJkn6+90dnHmcOETAdPFlnazeIBd6jDXhpgv/31OWnO3PbnxiDI9rg8iZO EfK0V8e/Sjim8/8+DbaZJXpln9wPTNqyKTqOYdWpg1Y2CY4ZMlFP2Y9J+TX5OsNQUE fdGTFqZ6dVWehH5g+j2icO52R17L5wl/WbDIlIlc= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/114374] [12/13/14 Regression] snprintf Wformat-truncation Date: Mon, 18 Mar 2024 09:25:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc target_milestone 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=3D114374 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[12/13 Regression] snprintf |[12/13/14 Regression] |Wformat-truncation |snprintf Wformat-truncation Target Milestone|--- |12.4 --- Comment #1 from Richard Biener --- You are invoking UD so a diagnostic is within that constraint. Can you pro= duce a testcase without UD that still shows the issue?=