From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1AA243AA900A; Thu, 17 Nov 2022 16:25:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1AA243AA900A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668702350; bh=7FQqM3AXR56NMSernPeiAcZMwQt4zqGqGy56b7KZ2GQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VYip8+aWkhcL5EjZSDLdsKJbDuN8ierrbzN9XMVLdooEUd6fyyVnr9JcZ6Ywd2XuH MQ+i/6Q/BGgFiKykSpFzDQOUMoYfHNrQ1U5tXF3vCEpxagV8q0IXqMYhcrSd/UVBJH 824cwaQFS73c2iscqP3yfX1Hj6JvxFTHY+9PXYo4= From: "aldyh at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/107732] ICE in lower_bound, at value-range.h:350 Date: Thu, 17 Nov 2022 16:25:49 +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.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: aldyh 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=3D107732 --- Comment #3 from Aldy Hernandez --- (In reply to Andrey Alekseenko from comment #2) > @Aldy Hernandez, thank you. Can confirm that your patch fully resolves the > issue for me. No problem. Thank your for reporting and for reducing. It makes my life easier.=