From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DB2823858C52; Thu, 21 Sep 2023 22:09:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DB2823858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1695334150; bh=TIgf8APdUVCdUR6gdhpRii9l9V6CEIKfVe0fQkEl6xQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DKw0v9yRoMivfV3tgczRK+0EKvejaGNrFV1rg4MRJrpGQfyYUR3lpmOs+UqZWcAyg vM4068uC7tlcVD4rIXM+sTWwRtBipq3rocFg4TmL8UEB52oUCvktwn+ZNMKFL/+6wq C5DFGX9G+pXOjqy7O9+59CZQOoDyHzFqdCWnkboQ= From: "bugreport0 at proton dot me" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/111529] [11/12/13/14 Regression] ICE on bool conversion in an unrolled loop condition inside template lambda nested in another template scope Date: Thu, 21 Sep 2023 22:09:10 +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.0 X-Bugzilla-Keywords: c++-lambda, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: bugreport0 at proton dot me 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: 11.5 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=3D111529 --- Comment #2 from Maxim Plyushkin --- It appears that this regression happened between 8.3 and 8.4, not between 1= 0.1 and 11.1.=