From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5FE623858D3C; Sat, 13 Apr 2024 08:34:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5FE623858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712997260; bh=gGHI8/zTZ2QCuAzRIsaLH7qsvYrjNf58dBwBFf8Zp1A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=T25gir73jHPPrexHozykkTzCbZAephpeOuk25O13BZjDUPhqT6lob9e4PWXFu8vOR sbNH7sNGN5uno0DbNlMsdY1avF6u69cHrtX4CAp5UqOCNkWGWJAUsyTp8PpDbMFKnW VFOzJzNNbudwFvy6k5UptBu4QzFiZ5pRbRrd5IyU= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/113754] GCC complains when using a type that depends on lambda Date: Sat, 13 Apr 2024 08:34:19 +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.1 X-Bugzilla-Keywords: c++-lambda, diagnostic 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: cf_reconfirmed_on keywords dependson bug_status everconfirmed 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=3D113754 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-04-13 Keywords| |diagnostic Depends on| |109367 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #2 from Andrew Pinski --- Confirmed. Very similar issue to PR 109367 . Referenced Bugs: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109367 [Bug 109367] bogus -Wunused-function warning with decltype of a lambda as an argument=