From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DC58B385842D; Wed, 3 May 2023 20:34:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DC58B385842D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683146061; bh=eFv4H4D4oVFW8C5kMQZi9GaQcNwUmKV5HLGawLGCcv4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ye9ACe/Ek1vuddFbjsfDz+LrwuhmiV2z0W2puvv4Yz88xbXc5UgVdIqvkTLud4p4B V74uG4DPCa4wvqrGjVZYCcNcJcDEoaRcdvXBnQGFLf4e7qircbe6o/V83yPXND4C6A Jff3j5GMAnxfIvUwTMt6fh4dTpSelDe9S8Mv8daE= 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: Wed, 03 May 2023 20:34:21 +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: 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=3D109717 --- Comment #4 from Jonathan Wakely --- Some of the warnings were always present, but suppressed unless you used -Wsystem-headers Now they're issued even when the "problem" is in a system header. This is considered progress ;-)=