From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 224633858D1E; Fri, 1 Sep 2023 22:48:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 224633858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1693608482; bh=YTGoRsyRUq+wkvPpN1Dq0bamL9ymtDO7VLG97Ozrcgw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YLJj7gahsZ7XKZ321NTvtBGLOAk7yUODm8/koJNbwQBybOvQ++86Y4DN5O1PJO4DR xwadxgvHs2GoFnmPgn/SLGlLadoPgC7zwVZJ5JHDO1BHYApHCS1U19fRVzrK72+HpU eIsiqDGGoYRh5UqsSSk2DhpyyqB5cMMG1z1VrsB8= From: "pkeir at outlook dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/111272] [13/14 Regression] Truncated error messages with -std=c++23 and -std=c++26 Date: Fri, 01 Sep 2023 22:48:01 +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: pkeir at outlook dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: mpolacek at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 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=3D111272 --- Comment #2 from Paul Keir --- Thanks. The `-Winvalid-constexpr` mentioned there is a helpful workaround.=