From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6C8C53858C83; Thu, 2 Mar 2023 19:19:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6C8C53858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677784750; bh=muSq6rMypG5c+WKUPIZHGFEX5dOTpvQXiBl6uJfbcgQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=s9GBY9AI67Medga3pEbDZhJRV2xYk4vN7U9Ev8Y0E/pnqilj4BO4iDOHBcQ1rVJN8 YjeVbdEE97M5MKfkQ+Btnqv0JpRwav06NkMVCHeUFvh/JGCrKMOnYMhpT6vtm2fFtK 08wgstc1Ld/oOj2H1KMvdsY8j7P0EKo1FnltbCJY= 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: Thu, 02 Mar 2023 19:19:10 +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 #2 from Tom Stellard --- $ gcc -v Using built-in specs. COLLECT_GCC=3D/usr/bin/gcc COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/aarch64-redhat-linux/13/lto-wrapper Target: aarch64-redhat-linux Configured with: ../configure --enable-bootstrap --enable-languages=3Dc,c++,fortran,objc,obj-c++,ada,go,d,m2,lto --prefix=3D= /usr --mandir=3D/usr/share/man --infodir=3D/usr/share/info --with-bugurl=3Dhttp://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=3Dposix --enable-checking=3Drelease --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-libstdcxx-backtrace --with-libstdcxx-zoneinfo=3D/usr/share/zoneinfo --with-linker-hash-style=3D= gnu --enable-plugin --enable-initfini-array --with-isl=3D/builddir/build/BUILD/gcc-13.0.1-20230221/obj-aarch64-redhat-l= inux/isl-install --enable-gnu-indirect-function --build=3Daarch64-redhat-linux --with-build-config=3Dbootstrap-lto --enable-link-serialization=3D1 Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 13.0.1 20230221 (Red Hat 13.0.1-0) (GCC)=