From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EA8123858C66; Sat, 13 Apr 2024 07:33:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EA8123858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712993614; bh=5b7sIGE8SUVu7U5kAn6COqMgznRCqqxFHPuTKXGl89Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CflRL6eQ734zZQiLAWO48kNSwrAbAmAlZCfaIEFIwIJpPaiccUy0JUYJWhwRgp5BJ ChTt+r0aMENXxlscbYx0KfHnqjZwAhbsoj4BywcVvv9mu6sGAPsyNJi+JVjUCnzvAF lihCNzDMgYt4Vad/iIJuKiuxYTR/aPepO1kGdaY0= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/92707] type alias on type alias on lambda in unevaluated context does not work Date: Sat, 13 Apr 2024 07:33:34 +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: 9.2.0 X-Bugzilla-Keywords: c++-lambda, rejects-valid X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone resolution bug_status 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=3D92707 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |14.0 Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #3 from Andrew Pinski --- Note clang rejects the original testcase in comment #0 but EDG, MSVC all ac= cept it. Plus GCC now accepts it on the trunk. So closing as fixed.=