From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 202123858418; Fri, 12 May 2023 15:13:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 202123858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683904385; bh=R8VWFI2cYNttHZT6ANJFiia6bGtP2AU5pM5O2roVi+k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xrSyG57anBtXMZNgRkZVirP5+8DyOUi8Td892Vn72GcYrOD9T5Q5UxiX/myUhVpRk E2gmbzydqkaTcsi8sNCKG/0R6rsdp3b80FOmSr1aG09hVLFDT2rqHWt214kmupxCY2 qRU3FFwJB3tfPlFOfHxFPyqI6nzUWGshQqsut/z0= From: "lh_mouse at 126 dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/109670] [13/14 regression] Exception handling broken for 32-bit Windows Date: Fri, 12 May 2023 15:13:04 +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: 13.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: lh_mouse at 126 dot com 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: 13.2 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=3D109670 --- Comment #14 from LIU Hao --- (In reply to Thomas Neumann from comment #12) > Created attachment 55037 [details] > radix sort fix >=20 > I could reproduce the problem, the radix sort did not behave correctly wh= en > we ran out of bits, which can happen on 32bit platforms. The attached pat= ch > fixes the problem. This fixes GDB for me.=