From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A70773857002; Thu, 23 Jul 2020 16:38:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A70773857002 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595522320; bh=AzqC37diWqrVxAHjj8CHGqHGt93yp6avnYkRJ4rD7TM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jgeiNkewXLZnXwcS8nnsT9AUZ3b/aoiLLuFMDPEBoSQSptKfgNzDFmLQgAA6faqKg B1YMuYrUc5GEvqWwW2clIDCsccgBlVivB28njrKe0dCdxtaM4prCE3AjOvjyCzjnoi mHll7rw1hxPAzvZaXIkdYWbLPUQGsAhTGnvHMsC4= From: "ibuclaw at gdcproject dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug d/96301] d: internal compiler error: Segmentation fault during RTL pass: expand on armhf/armel/s390x Date: Thu, 23 Jul 2020 16:38:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: d X-Bugzilla-Version: 10.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ibuclaw at gdcproject dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ibuclaw at gdcproject dot org X-Bugzilla-Target-Milestone: --- 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jul 2020 16:38:40 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96301 --- Comment #1 from Iain Buclaw --- The static array path has a different ICE, but the underlying cause is the same. test.d:20:18: internal compiler error: in convert_memory_address_addr_space= _1, at explow.c:302 20 | auto result =3D range; | ^ 0x5f8abc convert_memory_address_addr_space_1(scalar_int_mode, rtx_def*, unsigned char, bool, bool) ../../gcc/explow.c:302 0x5f8b2f convert_memory_address_addr_space_1(scalar_int_mode, rtx_def*, unsigned char, bool, bool) ../../gcc/explow.c:405 0x5f8b2f convert_memory_address_addr_space(scalar_int_mode, rtx_def*, unsig= ned char) ../../gcc/explow.c:404 0x5f8b2f memory_address_addr_space(machine_mode, rtx_def*, unsigned char) ../../gcc/explow.c:418 0x8f8171 expand_expr_real_1(tree_node*, rtx_def*, machine_mode, expand_modifier, rtx_def**, bool) ../../gcc/expr.c:10462 0x902578 expand_expr ../../gcc/expr.h:282 0x902578 expand_assignment(tree_node*, tree_node*, bool) ../../gcc/expr.c:5158 0x902578 expand_assignment(tree_node*, tree_node*, bool) ../../gcc/expr.c:5056 0x7ff7a0 expand_gimple_stmt_1 ../../gcc/cfgexpand.c:3749 0x7ff7a0 expand_gimple_stmt ../../gcc/cfgexpand.c:3847 0x804aff expand_gimple_basic_block ../../gcc/cfgexpand.c:5888 0x806f16 execute ../../gcc/cfgexpand.c:6543=