From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 882A13858D35; Fri, 20 Oct 2023 11:27:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 882A13858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697801227; bh=sPKSbwdaq32PiUGOba/SRIfRJ5krTC16c0agvV3teu4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hyJ22V4h26h7j34UyemwTrIpT+liEU+59Sy2jGM07evpMtReh1yuyyNd8dRccn+gT dxJJOzOc2TE4NtkLgCzNSnsSxSO+DlAHyzYXxtshv1mOQmD7sAhfTkbPfMbiU2Euf8 VC+P6deL0kVsS5u95ACnCPDW6gUWomynRrdd9zKw= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/111883] Wstringop-overflow-6.C FAILs with -std=c++26 Date: Fri, 20 Oct 2023 11:27:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub 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=3D111883 --- Comment #4 from Jakub Jelinek --- Yeah, that is what I meant. Note, I do see the from_chars inlines even with -std=3Dc++23 in preprocessed dump when including , the difference is in #if __cplusplus > 202302L # include #endif in bits/basic_string.h (and the trigger is -Wsystem-headers).=