From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 495463858CDB; Fri, 3 Mar 2023 07:39:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 495463858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677829152; bh=bBaZVRqY77tmPOcxH0f4KKfn2fOHWA9fnxc0prcKSgI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TU4ZBVlZ6K5NZIVbgkExOgAdtXAQqtcqXgRtKsLqZmI75Hx1FawIC15uTH32fEw5D h/FzFr8QDmEomVgjArW6sROvn1Ks5utm7ZVHEq832pIDbfqEo4TbHTurIMDHYJ/ui0 /tVtPOWgmA4iaqy7h+XPEi4zFMNXUxBlNA6hNEps= From: "tstellar at redhat dot com" 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:39: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: tstellar at redhat 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: 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 #6 from Tom Stellard --- (In reply to Andrew Pinski from comment #5) > (In reply to Tom Stellard from comment #4) > > This test case was passing with older versions of LLVM/Clang + gcc-13.0= .1, > > so I bisected it down to this commit: > > https://github.com/llvm/llvm-project/commit/ > > 6747fc07d1aa94e22622e278e5a02ba70675ac9b >=20 > can you bisect GCC instead? I can try do you have any tips for speeding up the build?=