From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B8F573858C31; Fri, 1 Mar 2024 05:57:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B8F573858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709272629; bh=KREnWPw8Q7TMw1WHvQDIBjdUN0h+uZYOps3oqu4oDus=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sPr1MCQeZzR63kQPwKbJwKPW+Ve30iFTQbLuWSNadyDOR9a7un5iITLY4kL3MB7+z LrEgXqMV1IY7DroxHTcpkj6UbmhGdQyL2HKldHy48yzK2yY53JRsuywAiITk8SoUHk VytARlJUG0eVFfxIOqj+9Gp48c+3XRs1xhLzG0jI= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114183] [11/12/13/14 Regression] Lambda constexpr works in msvc but not in gcc Date: Fri, 01 Mar 2024 05:57:09 +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 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: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work cf_known_to_fail target_milestone short_desc 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=3D114183 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |7.5.0 Known to fail| |8.1.0 Target Milestone|--- |11.5 Summary|Lambda constexpr works in |[11/12/13/14 Regression] |msvc but not in gcc |Lambda constexpr works in | |msvc but not in gcc=