From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 44B8A3858C66; Sat, 13 Apr 2024 08:15:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 44B8A3858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712996100; bh=B9v0L8qx5t9wAUfRXUPeusQY8sRbvdeJgd0eqw0iljs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=pAyKqvy1GtxDucougcCHGg98eX3nGTPnuaH43IAKtvIOMWtMY/IahnHYc4L3otixe h927CIg8HqUV2vI3xF+9RfHRbCruHWI6PCy8FQDkNRNgh4/035+gwog5r88MCybIpw WiwILdPKCY0oBahXVYWX7Sy8ALB/ZrXXTtcVlTjU= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106957] compiler error when calling lambda in decltype in trailing return type of function templated on T when passing T{} to the lambda Date: Sat, 13 Apr 2024 08:14:59 +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: 12.2.0 X-Bugzilla-Keywords: c++-lambda, error-recovery, ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: bug_status cf_reconfirmed_on everconfirmed 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=3D106957 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2024-04-13 Ever confirmed|0 |1 Keywords|rejects-valid |error-recovery, | |ice-on-invalid-code --- Comment #1 from Andrew Pinski --- Confirmed.=