From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D7B413858CDA; Tue, 2 Apr 2024 14:35:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D7B413858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712068545; bh=Euz8pGSOebqsiAxlIo4NJuF40qMiLumyf5Kk1JX3soU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WmUI9moysR/zMc7IoPXNRVUcacaxGYdv8u+I5ZUIg30c/jpyr79kAo6O0YcPb9wyg 9plll7/wRT6wDAuBL0tyi9GBKBcp/On84oEeMXshApKWXQjvFgZhqhjyETkPOaMN+u Jf9zY8q61oeDqye66JAeB+PygPCpJruGXAJQBd4o= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114562] [11/12/13/14 Regression] ICE when trying to bind rvalue reference to lvalue with comma operator and forwarding reference to pointer since r10-7410 Date: Tue, 02 Apr 2024 14:35:44 +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-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone priority short_desc everconfirmed cc cf_reconfirmed_on 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=3D114562 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |11.5 Priority|P3 |P2 Summary|ICE when trying to bind |[11/12/13/14 Regression] |rvalue reference to lvalue |ICE when trying to bind |with comma operator and |rvalue reference to lvalue |forwarding reference to |with comma operator and |pointer |forwarding reference to | |pointer since r10-7410 Ever confirmed|0 |1 CC| |jakub at gcc dot gnu.org Last reconfirmed| |2024-04-02 Status|UNCONFIRMED |NEW --- Comment #1 from Jakub Jelinek --- Started to ICE with r10-7410-g72809d6fe8e085440403ce125c51d01d6e7512b0=