From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9434138582BE; Fri, 3 Mar 2023 07:47:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9434138582BE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677829632; bh=JZXu+sgskQ0LSfaXSGU0co+f161/v9BMtZITV/6vv+o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UJ05aV8ta4jNT22SxoiE3hmEeWIut7rbeLz2frQDtL6Pa4dUtmlZvv4yoIb+ZBiZm tEdhbRFuc5VxUNxqH/SqIlU1RQDrkX60ua1xke3z6isOnkR7qUEslv0QHcERcD1xoH IlF33QcdNz22xNsVPjjhMKtDJSpHlgqLjeBNAvnE= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/108994] [13 Regression] LLVM JIT segfaults in libgcc after upgrading from gcc 12.2.1 to 13.0.1 Date: Fri, 03 Mar 2023 07:47:12 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org 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.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=3D108994 --- Comment #9 from Jonathan Wakely --- You can skip things not relevant to this issue by configuring with: --disable-multilib --disable-bootstrap --enable-languages=3Dc++,c --disable-libcc1 --disable-libitm --disable-libvtv --disable-libgomp --disable-libsanitizer=