From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9D1453858C56; Fri, 12 Apr 2024 19:11:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9D1453858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712949112; bh=l2+1zHs6dpRM+y4GnA8MG2g81IUdgm8lE9E42i9T3xc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mzYNFOoNaJJv5Vd+ONW7/in54WVU4OwoFx0q2b6KN0RqezZaYt4RXA9XFrEMGhh33 nTtx+eE9kFhQC5reeLXOTxOaIpj1cPZUvDO52OgnTs9btwENWwfg3uk8QNdJgJHhXj ozl8sp+xDeuSwwA3RBCOGbq1LDXbZCGUGFkzRS28= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114393] [14 regression] over eager "invalid use of void expression" ? since r14-2170-g4cf64d9cc2faf4 Date: Fri, 12 Apr 2024 19:11:52 +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: c++-lambda, rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #8 from Patrick Palka --- Fixed, GCC trunk should now happily compile stdexec trunk, and our support = for lambdas as template arguments should be more robust to boot. thanks for the= bug report=