From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5E1B33857C6B; Thu, 27 Oct 2022 05:21:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5E1B33857C6B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666848088; bh=8L7U+ytIBaUJcC62SYk/zJzT743Pnphd6LYI0g/kT7Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Fiid3PH0nZdXRoRA7ah4YXa4ACtGeHv/xLj4Ozhf08LYVO8fnKqEisfOCuPrFg4Pl CZsXe1UIdPIaYJhXz+jdJR57krtuGkZS4AaqDdQeNmo32H8MeyxCHKXLJfuuianFFu wwTSg6cdpoFWPVsFJ1E+lZwvCLWDkvu7eckiFitg= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/104358] signature of template function with template lambda(converted to function pointer) mistakenly regards it as type of "int" Date: Thu, 27 Oct 2022 05:21:20 +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.0 X-Bugzilla-Keywords: c++-lambda, rejects-valid, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: blocked 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=3D104358 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |107430 Keywords| |c++-lambda, rejects-valid, | |wrong-code --- Comment #3 from Andrew Pinski --- There is a definitely a few dups of this bug. Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107430 [Bug 107430] [meta-bug] lambda in decltype=