From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 026313858418; Sat, 27 Jan 2024 17:27:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 026313858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706376464; bh=OYmYZEiCSLYnBEFSadhJvKH6hNOxBGcscSTtsPeXJRg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HlFYD9G/oiD2ZxUOvY/863qtEx8M0U2ylYU8oagqC/Um0dr6wbEKdfTH/E7MgFSwD MR0XjIp+LX6TBMRFTA7TabXPr+Q2aKAP6yzxb0gX0YSHi56BBrDLYZMh1dVgq/WjqB JKtLn1zZ2daQh4x8evrVz0Yio4md5Wo2Z8kym8zY= From: "mikpelinux at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113357] [14 regression] m68k-linux bootstrap failure in stage2 due to segfault compiling unwind-dw2.c Date: Sat, 27 Jan 2024 17:27:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: build, ice-on-valid-code, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: mikpelinux 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: 14.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=3D113357 --- Comment #3 from Mikael Pettersson --- git bisect identified the following as the start of this error: # new: [04c9cf5c786b94fbe3f6f21f06cae73a7575ff7a] Implement new RTL optimizations pass: fold-mem-offsets Note the error still reproduced as of 2024-01-07 so wasn't fixed by PR11160= 1. (Technically my bisect has one more commit to test, the one immediately bef= ore the above, but that one only updates gcc/d/ so cannot have any impact to my bootstraps.)=