From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2CA283858D28; Mon, 10 Apr 2023 02:56:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2CA283858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681095363; bh=+rKYi3zRn4823U0shh9wU/X1hH5CwvOqPPhFweaT+EI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jHBTTmeSLTWqNJy0GWdYWgSfRb4KA3iGNP1Tqh7W1Wqv28Luw+EltJ/Pjqcm+wvzH pJJZ8axa/aoBfR1d2GESt+JgN3rtWkDwlPRbOroFG5tK8NzOj2DVj09WHEd89qhCRK TrPjxVHt2RNJg79t9FdswSfo27RlTQUBfXSrGpUA= From: "de34 at live dot cn" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109459] static_assert with operator""s causes internal compiler error Date: Mon, 10 Apr 2023 02:56:02 +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: 12.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: de34 at live dot cn 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: cc 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=3D109459 Jiang An changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |de34 at live dot cn --- Comment #1 from Jiang An --- Seems fixed recently: https://gcc.godbolt.org/z/zTWoT4rsY=