From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E49573858429; Wed, 7 Feb 2024 00:32:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E49573858429 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707265929; bh=DCu9TL+XKxI5MCMusjyCMLMGTayOlioPqIGHed9bqEE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jButLKjzqIyHooUTEWnKmo5gzGzLkzL2razh79Gz3C2grJvLHn1Y0a2mLRaqTgr2V nsa545ZXzrHxMCfLeYun3BRwSxW3nRlnD4Tj2u5ox9K4XTlABtEApFnWSWjTJfDQ2A NxKWEPkA+3g+N66J5sGoFQLhSOIFBTd3UI53h7zE= From: "hp at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113545] ICE in label_matches with constexpr function with switch-statement and converted (nonconstant, cast address) input Date: Wed, 07 Feb 2024 00:32:09 +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: ice-on-valid-code, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: hp at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: hp at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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=3D113545 Hans-Peter Nilsson changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW=