From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0FB5B3858C78; Tue, 6 Feb 2024 18:16:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0FB5B3858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707243402; bh=FkYy/jDeXjSIsounS6rIx5IB7iR8QAMmiAuKNkuzA5I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZnCQDg6mm7esgYn8AHuJUeD5K/NSo2wSg70Qk7wM0gUYdaWL3waKly1sgByo3MrsS NTUNvz5rhWU7qFi4iuZDaUgdaQhnadJjRAt7c7iFzE67tT7/32O1lEMY/xR1pL/W/i hOz/K6o6O9zj/IEKGA/yVMArt0g4QlUHa4SNoAkQ= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113789] [13/14 Regression] ICE on P2266/C++23 `decltype(throw x)` where x is move-eligible parameter Date: Tue, 06 Feb 2024 18:16:41 +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 X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: mpolacek at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc target_milestone priority 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=3D113789 Marek Polacek changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|ICE on P2266/C++23 |[13/14 Regression] ICE on |`decltype(throw x)` where x |P2266/C++23 `decltype(throw |is move-eligible parameter |x)` where x is | |move-eligible parameter Target Milestone|--- |13.3 Priority|P3 |P2=