From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 37F503858C2F; Mon, 30 Oct 2023 14:33:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 37F503858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698676383; bh=Ft2egWFsM1z9cq2RDwum7EjNaPrlhfk/dz/a89AQYj4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MoT2Zqg25t76KVpgIHmoI1NSRmPIhUyfsGmiowJhDGRuEhUoC6+S02vGZzYKNcvZ8 2g1ShQlznglfsglmjzg2r94jbquNJr2zSsUSr+53sKJlxEpmKfg1owh0Pxt0yqsYoV pN7AqphIfDnEpZq+23GWhqDuWWYIqE6itFQ3DKl8= From: "arkamar at atlas dot cz" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/112293] Enhance error reporting with fix-it for missing in gcc 14 Date: Mon, 30 Oct 2023 14:33:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: normal X-Bugzilla-Who: arkamar at atlas dot cz 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=3D112293 --- Comment #5 from Petr Van=C4=9Bk --- Thank you for the quick response and clarifications. I'll work on patching rspamd to adhere to these requirements. As for std::begin and std::end, rspamd uses them correctly, the std:: was actually reduced by cvise in this case.=