From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2485A3858C31; Thu, 16 Feb 2023 18:49:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2485A3858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676573375; bh=1A1lc7b/805Xe8DrF2mduNn/5Z67DZiJ/bMsj7v0jfM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=XBYxqdr/lLjy1tUeqzcJI5dQbmuaQcNicTiOYhCcp+vxtXOjLXTl9qAXOv4keDhT8 dMBAPvJdLmLcTgYAsExLFfVBGn6/uyPS09opFTShKELZxoejGkVoR1pASZvoMSc5cd sf6uO0ElHVUCxWEQHdxM49Wtk/ZoEFWlU5zUPEgA= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/108829] [13 Regression] internal compiler error: in is_capture_proxy, at cp/lambda.cc:272 Date: Thu, 16 Feb 2023 18:49: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: 12.2.1 X-Bugzilla-Keywords: c++-lambda, ice-on-valid-code, needs-bisection 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: 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=3D108829 --- Comment #4 from Andrew Pinski --- (In reply to Marek Polacek from comment #2) > I can see the ICE but the reduced test seems overreduced and invalid; do = you > have the original .ii file? It was attached in comment #1 too.=