From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 893AA3858C41; Fri, 7 Jul 2023 09:02:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 893AA3858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1688720566; bh=WOwERPgyItPQ4iAljRWF+pfshOOW5c1T8j0Aj9ptgkQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IPdrYUGh8iQG+cEcr5FfuAT5bZr849JiyalbZx2wh9ajVWcMVcxFVaF4fGU3jeehK rVJMpC3dsuuMWbu99e/awGYW60APL19jd5Sz4mep6h7dz+5EJCv6VClDh4GAG3Bjil hlcRDnB2F0C2YUWw/DN6i7hwpvoZJB7OPuA0THuM= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/96517] ICE in is_this_parameter when accessing constexpr method of a field inside coroutine lambda (with optimization) Date: Fri, 07 Jul 2023 09:02:46 +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: 10.2.0 X-Bugzilla-Keywords: C++-coroutines, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth 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: 11.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_fail bug_status target_milestone cf_known_to_work resolution 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=3D96517 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- Known to fail| |10.5.0 Status|NEW |RESOLVED Target Milestone|10.5 |11.3 Known to work| |11.3.0, 12.1.0 Resolution|--- |FIXED --- Comment #5 from Richard Biener --- Fixed in GCC 11.3.=