From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B9BEB3858D1E; Sun, 25 Sep 2022 06:06:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B9BEB3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664085975; bh=kStQepVXvE5iaFN/aCDP3KqBhkuijPEcyNi3PIHAOzE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YpmJlmwYfmgVy7u91WzBDmZyh9I0VUc4Lfqho6HVr7QRgAWFBIq8U4H9E3YyFW4uv MqV1+62k2FCTQ3oelsFpx/W2vR4zBIH9VrdJ1s0tGeBflzlhV2LS9cZMJeAb+PrtpO 28+FT2kJ1KogY7F8GxjHmgdAiM4Wl6wa5uJya9/U= From: "unlvsur at live dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/107026] [13 Regression] gcc_assert (in_shutdown || ob); build failure for i586-msdosdjgpp target Date: Sun, 25 Sep 2022 06:06:15 +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.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: unlvsur at live 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.0 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=3D107026 --- Comment #3 from cqwrteur --- (In reply to Andrew Pinski from comment #2) > Introduced by r13-2801-g94ccaf62c378c3. >=20 >=20 > The use in_shutdown is not inside the #ifdef ATOMIC_FDE_FAST_PATH > case. this also happens with x86_64-w64-mingw32 target btw it is weird why --disable-sjlj-exceptions is not working any more for x86_64-w64-mingw32 target=