From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B6B7B3858D28; Wed, 3 May 2023 20:53:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B6B7B3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683147189; bh=/maQ2Nx/dwiOOLeUOl6Zqla4cHx0Of+Ks1VM1LN+ldM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=tg4tUPH8cPIlxqg+g+R6g794NmBnuva0q7cHtzBmmJSaWI5/awtaBh0lV+ITWkZQS hJtahkOtCJebAcnla/AbnNU+snJcRHlpajh8xduiadX1iJ0AtsWea5rClY9vZMUt+v dJcfxrj2fBWcY3Dwzi/qJj4I4mAMAa7H64kU0FYE= From: "reiter.christoph at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/109670] SYSTEM.PERFECT_HASH_GENERATORS.TOO_MANY_TRIES compilation error on 32bit Windows starting with GCC 13 Date: Wed, 03 May 2023 20:53:09 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Version: 13.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: reiter.christoph at gmail dot com 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: --- 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 #5 from Christoph Reiter --- Taking `libgcc_s_dw2-1.dll` from gcc 12.2 fixes the issue. We also found th= at gdb and cmake are broken due to broken exception handling (in case of cmake= it is flaky). In both those cases taking the old `libgcc_s_dw2-1.dll` also hel= ps. So this is not ada specific, but exception handling being broken for 32bit Windows.=