From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 65B5A3858C50; Mon, 11 Mar 2024 13:45:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 65B5A3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710164717; bh=Fu1gtJZQIjn3EQygStTTPakFkJYOgrCYdXNwS8MWuRk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qWIvaUa8XAqfQfCy3WjcTGSQILcnRU2lCcaO/P1nOKk/d1nBlldVpg45lYvHS0N2O opUQ5S8lPjQTZQuC5pzQ5BviW5cD27zM/JiEbaG+/WGfdQ64tnWwy80rN+ot8z4wv7 eb2H2u4kS5mE0yHRd12ineeLD3S3f+XX71d+UJb4= From: "tneumann at users dot sourceforge.net" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/111731] [13/14 regression] gcc_assert is hit at libgcc/unwind-dw2-fde.c#L291 Date: Mon, 11 Mar 2024 13:45:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcc X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: tneumann at users dot sourceforge.net 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: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D111731 --- Comment #11 from Thomas Neumann = --- Created attachment 57669 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57669&action=3Dedit patch to handle overlapping ranges Does this patch fix the problem for you? I think it should, but I would rea= lly like to have a reproducer to make sure.=