From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 606DE3858D20; Thu, 2 May 2024 14:13:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 606DE3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714659232; bh=O/toPG12/6lNak742k8F9WIArLzAe3Mun6oaY74rRek=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ej00sUlJ9EbBD1VH85utNCqzQFPKqgHkVZDihHbRY6PGlJsFb7DsLWO7fgrRz30ss 9aybdsfZlE298RDGBbhaIZJrCuBYdw6eC98lyCahSBuClwdnVmcP2alsAgzYBXimw1 2whci7GKJ99d3bIce0BFlzchvoNtiiMvLbcETkC4= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114913] "verify_gimple failed" due to addition of two constexpr strings Date: Thu, 02 May 2024 14:13:51 +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: 15.0 X-Bugzilla-Keywords: ice-checking, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: NEW 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: see_also 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=3D114913 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D110802 CC| |ppalka at gcc dot gnu.org --- Comment #7 from Patrick Palka --- PR110802=