From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 02C053858D33; Mon, 4 Sep 2023 05:06:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 02C053858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1693803983; bh=ilwKduCuisMYgMQ8I/KzVRnpmOX45GoItqNy0jXVxBU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bx0Lnsfo/FGA2+yGHDBHsLosiY909IpfNRIADjZoiEH60WLWPyFODGvcXMYeEAkyE 0VTdde+Aq1wncw9XHat/R8eHjmrAAy6wGUbh+6ODW1UwloFPxk4/x11hO0ECWWS02D ir/vNw+E++EGogWKOUZvDax8GErCAs5kzrGMX3pM= 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 05:06:21 +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: cc 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 Thorsten Otto changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |admin@tho-otto.de --- Comment #2 from Thorsten Otto --- emit_push_insn is called from https://gcc.gnu.org/git?p=3Dgcc.git;a=3Dblob;f=3Dgcc/calls.cc;h=3D1f3a6d5c4= 5099499deeef63f867ed11774dec47e;hb=3DHEAD#l4585 where only a NULL_TREE pointer is passed for the type, and crashes when try= ing to access the TREE_CODE. The call to assign_temp was inserted by https://gcc.gnu.org/git/?p=3Dgcc.git;a=3Dcommit;h=3D46bd2beed4c78dcb32fcde4= 913815527c14e5e17=