From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 575F93858C2C; Wed, 21 Jun 2023 04:28:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 575F93858C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1687321716; bh=cYjXJjLTyu0/qhjomxLYXO16l8ZRkh/HbnxQYbuhhzQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JofIaF8SXh21lrMKkKps3BqIpUhRtOYOfyQEP1UZj9ThBkpjgGR2YfWSe+1IxxOeL 4epwnfS3L/Y0r77dO5zGAbv6cEcnipWcvFp4kiTbMM+gmk3Gn44uesqfH33uFE33R6 FoGz0SktNgWJYqq6JYyI5Gp63VOEm7bJYrozuOpw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/85741] [meta-bug] bogus/missing -Wformat-overflow Date: Wed, 21 Jun 2023 04:28:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 8.0 X-Bugzilla-Keywords: diagnostic, meta-bug X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW 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: bug_status resolution 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=3D85741 Bug 85741 depends on bug 80776, which changed state. Bug 80776 Summary: -Wformat-overflow false positive for %d on integer bound= ed by __builtin_unreachable https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D80776 What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED=