From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 277433865C27; Thu, 15 Feb 2024 17:56:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 277433865C27 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708019778; bh=5aKlU/LDKwT09JwLnlgFLj+Y3I7Dla5kzoELKGEWs4g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qFCefzhMwr1l5LQfaFE5oLDyDMjAfPWBm6bPQGkEqghyE+qbb+fIXZlitdO4Xnm7a TI1zqsKcnjAmM89B8rnCFYJwUVEqus/66N36ZRsCrjhDw8hCjlD73ok28580tUsgRA DshVaIK/rl4XlBP4wth++AQb0dnTLZmXA7Q/bUjY= From: "mpolacek at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113791] Incorrect handling of lvalue to rvalue conversion in ternary operator Date: Thu, 15 Feb 2024 17:56:17 +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: 13.2.0 X-Bugzilla-Keywords: rejects-valid, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: mpolacek 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: 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=3D113791 --- Comment #6 from Marek Polacek --- Stage 1 work. Putting this aside for GCC 15.=