From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 621573858D33; Tue, 6 Feb 2024 17:59:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 621573858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707242385; bh=8vqivxM2Mnoxn46H9/HO/VLejOv35jj2E1AnnOdYTGY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hmVSsinndsVBGo/Cvq+TlL9GiQboejfwGoRj8vxVooq/PZ21nb27vZ/wo9Ox6lyqi fzvmubIT3+fzm88qQDs1L/UxUBjt9QubVbPMEDlhJFWog/ZWOgRc3J6Nsp36ymyLhf p2s7VOKBF+58lGA99lf8AD2MWXOoB7NUXnvUI8wY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113789] ICE on P2266/C++23 `decltype(throw x)` where x is move-eligible parameter Date: Tue, 06 Feb 2024 17:59:45 +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: pinskia at gcc dot gnu.org 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: keywords 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-valid-code --- Comment #1 from Andrew Pinski --- >GCC 12 generates a call to `f(T, int)`. GCC 13 crashes with this output THis is because the paper was not implemented before GCC 13; see the linked= bug reports for that.=