From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 05FA33858C78; Thu, 4 May 2023 11:13:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 05FA33858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683198804; bh=HS44ehqVHl4eXuAzxzdsSAi+C+QiMvpzDj5sUGth7M4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vmOyGtaX+6xai+VseETjZKryEtRCwmrSW2ybsNefkaKF+/ElQz+BV/bdrGo5mIKaU 2yeOjg6W1kKK4RcdmZKx5Hz82C3JyVqN0UC2Dd0vAcoGOsxIDKknzrQaBJ/yOngH+o 2IiN5b6g1mBipG8XsDj1wqeBM7sSUsmarVg/63h8= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109717] -Warray-bound error with gnu++20 and fmt library Date: Thu, 04 May 2023 11:13:23 +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.1.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: redi 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: component 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=3D109717 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Component|libstdc++ |tree-optimization --- Comment #6 from Jonathan Wakely --- That code is in the {fmt} library, not libstdc++.=