From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D911C3858439; Thu, 15 Sep 2022 05:44:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D911C3858439 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1663220644; bh=PjVKsKwC3DdoziCcJU7Nbyh/Z47WDJgfw55ffwyskMk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=k4Jrj20P285IaHoWgBmkog/mJtgvRK54S22WI25F3aqFSKZFrB8hhF7/88cU0QWtT 7dQ4C4kct+pyHnNljSZ9xnY1RCYK4wn6DbfJFVGz74oGtxDyWROntw80tb2F92aqre G8RSe/jLufL2aAmANob26s7xy1hOLZr3ptu2Eu4I= From: "linkw at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/96072] [10/11/12 Regression] ICE: Segmentation fault (in add_reg_note) Date: Thu, 15 Sep 2022 05:44:04 +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: 11.0 X-Bugzilla-Keywords: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: linkw at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: linkw at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to bug_status short_desc 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=3D96072 Kewen Lin changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |linkw at gcc dot gn= u.org Status|NEW |ASSIGNED Summary|ICE: Segmentation fault (in |[10/11/12 Regression] ICE: |add_reg_note) |Segmentation fault (in | |add_reg_note) --- Comment #7 from Kewen Lin --- I confirmed this is one regression, it passed with r10-7980 but started to = fail with r10-7981. And it's reproducible on ppc64 be machine with options "-m32 -O1".=