From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 55D313858D28; Thu, 8 Sep 2022 05:41:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 55D313858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1662615697; bh=/xUBaofWvlmjFgA4UXEQTW/ytDuiRfBE5b3Tl9FPz7k=; h=From:To:Subject:Date:From; b=CoynPVCaIXZMAk+Z8onhGSwX6uRz+G/sH76DsFF7K0bbddQ6MUAsV44IBib5upNkM RQMpTfRBMr9dLdWTjePVwWHr+UaLhbk6nmhK6ihHDNhlS1rQ7EswoU8m/z9alD3g7L cyelsy+4DpuhkXoOmDw7CKSAFjskPAtO37lMVfQo= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/106886] New: ice in vect_schedule_slp_node Date: Thu, 08 Sep 2022 05:41:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: 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=3D106886 Bug ID: 106886 Summary: ice in vect_schedule_slp_node Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: dcb314 at hotmail dot com Target Milestone: --- Created attachment 53547 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53547&action=3Dedit C source code Recent gcc: $ ../results/bin/gcc -c -O2 -march=3Dbdver2 bug844.c during GIMPLE pass: slp rl2auxgeom.c: In function =E2=80=98rl2_set_coord_seq_value=E2=80=99: rl2auxgeom.c:3980:1: internal compiler error: Segmentation fault 0xd67469 crash_signal(int) ../../trunk.git/gcc/toplev.cc:314 0x103b8f2 vect_schedule_slp_node(vec_info*, _slp_tree*, _slp_instance*) ../../trunk.git/gcc/vec.h:0 0x102f33f vect_schedule_scc(vec_info*, _slp_tree*, _slp_instance*, hash_map<_slp_tree*, slp_scc_info, simple_hashmap_traits, slp_scc_info> >&, in= t&, vec<_slp_tree*, va_heap, vl_ptr>&) ../../trunk.git/gcc/tree-vect-slp.cc:9096 0x102f05c vect_schedule_scc(vec_info*, _slp_tree*, _slp_instance*, hash_map<_slp_tree*, slp_scc_info, simple_hashmap_traits, slp_scc_info> >&, in= t&, vec<_slp_tree*, va_heap, vl_ptr>&) ../../trunk.git/gcc/tree-vect-slp.cc:9077 I will have my usual go at finding a git range and doing a reduction.=