From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 40A623858D37; Tue, 19 Mar 2024 11:29:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 40A623858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710847746; bh=Ai3KcdB+ar6+ojCVUnTY6oUqvY2P/jAgdkZG/ANpCWk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hniyTQdpqEFCU+C1TN0t/eDah4YuRjeEKDcaUm3L2xmkRCcQLMCbdYx0uq5c9i5Na 1kQXsbFDSXgTeJPu6J2dIVTAIPjvhYV+npdeiC1eiKSTZ23+p6JfiyhVdIyusw1kU+ W+w8DrUIL1SK2azw3AwjW6ypX6tUu7LOPpw07x9s= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114393] [14 regression] over eager "invalid use of void expression" ? Date: Tue, 19 Mar 2024 11:29:05 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi 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: attachments.created 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=3D114393 --- Comment #1 from Jonathan Wakely --- Created attachment 57736 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57736&action=3Dedit Gzipped preprocessed source Bisecting ...=