From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8D6C73858425; Mon, 4 Sep 2023 13:21:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8D6C73858425 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1693833678; bh=8c5e6FkL5UQqcUYiTAa/mabK4gTEpok9j0eYF9l9nXs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=B2y5Z/xebvtCEAP/ACRCIgUSIPP9eIGsEKA7BhC9tf8m4BOmWWsr5wcEWxC5EdeQ7 lPxiNc9gupX/YHqFwPCHt2Y17HC9fwryKnP4oAxIPY8dbRRW6zvPwFInlYH8hrrJvR HPjd/E9vfigFdDMVWssuz284O1an18ymKnlZb4cc= From: "admin@tho-otto.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111279] ICE: Segmentation fault with m68k,SJLJ and -malign-int Date: Mon, 04 Sep 2023 13:21:17 +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: EH, ice-on-valid-code, sjlj-eh X-Bugzilla-Severity: normal X-Bugzilla-Who: admin@tho-otto.de 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D111279 --- Comment #3 from Thorsten Otto --- Created attachment 55837 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55837&action=3Dedit Avoid segmentation fault when calling assign_temp with a NULL type pointer Attached is a potential patch to fix that. The above mentioned commit was made for gcc 4.3, and all compiler versions after that are affected by it.=