From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2732E3858D35; Fri, 20 Sep 2024 17:22:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2732E3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1726852974; bh=U08lFMiBtls+WtvqTphXJiMfFxwcB12Tj35hfsC0Xio=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DENzSdafNcimMO74ID3zGiZ4ps7WgBskWXiKjmcHylXYqXLpp2Rq8euM8N/KsmzJt ITsCzECP88MDdPLT4aYfBqgDrH39bponAHWJo4gpTBPjOZDJvwNDWifOc26Fitixqb Fb6RDE7fJs0jiSSO4QqcYhVRrPewvp3oqae80UQY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/116791] [15 Regression] ICE in operator[], at vec.h:910 Date: Fri, 20 Sep 2024 17:22:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org 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: 15.0 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 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D116791 --- Comment #3 from Andrew Pinski --- Full backtrace for r15-3741-gee3efe06c9c49c : apinski@xeond:~/src/upstream-gcc/gcc/objdir/gcc$ ./cc1 ../../../t.i -quiet = -O2 -mavx2 during GIMPLE pass: vect ../mesa-9999/src/gallium/frontends/nine/nine_ff.c: In function =E2=80=98nine_ff_update=E2=80=99: ../mesa-9999/src/gallium/frontends/nine/nine_ff.c:2073:1: internal compiler error: in operator[], at vec.h:910 0x259abce internal_error(char const*, ...) /home/apinski/src/upstream-gcc/gcc/gcc/diagnostic-global-context.cc= :517 0x9d5e87 fancy_abort(char const*, int, char const*) /home/apinski/src/upstream-gcc/gcc/gcc/diagnostic.cc:1657 0x8e72c0 vec::operator[](unsigned int) /home/apinski/src/upstream-gcc/gcc/gcc/vec.h:910 0x8e7dea vec::operator[](unsigned int) /home/apinski/src/upstream-gcc/gcc/gcc/tree.h:3788 0x8e7dea vec::operator[](unsigned int) const /home/apinski/src/upstream-gcc/gcc/gcc/vec.h:1590 0x8e7dea vect_transform_slp_perm_load_1 /home/apinski/src/upstream-gcc/gcc/gcc/tree-vect-slp.cc:9943 0x1445338 vect_transform_slp_perm_load(vec_info*, _slp_tree*, vec const&, gimple_stmt_iterator*, poly_int<1u, unsigned long>, bool, unsigned int*, unsigned int*, bool) /home/apinski/src/upstream-gcc/gcc/gcc/tree-vect-slp.cc:10051 0x13ef3dd vectorizable_load /home/apinski/src/upstream-gcc/gcc/gcc/tree-vect-stmts.cc:10524 0x13faa37 vect_transform_stmt(vec_info*, _stmt_vec_info*, gimple_stmt_iterator*, _slp_tree*, _slp_instance*) /home/apinski/src/upstream-gcc/gcc/gcc/tree-vect-stmts.cc:13515 0x1448688 vect_schedule_slp_node /home/apinski/src/upstream-gcc/gcc/gcc/tree-vect-slp.cc:10683 0x1460d1e vect_schedule_slp_node /home/apinski/src/upstream-gcc/gcc/gcc/tree-vect-slp.cc:10470 0x1460d1e vect_schedule_scc /home/apinski/src/upstream-gcc/gcc/gcc/tree-vect-slp.cc:10921 0x1460ca3 vect_schedule_scc /home/apinski/src/upstream-gcc/gcc/gcc/tree-vect-slp.cc:10902 0x1460ca3 vect_schedule_scc /home/apinski/src/upstream-gcc/gcc/gcc/tree-vect-slp.cc:10902 0x1460ca3 vect_schedule_scc /home/apinski/src/upstream-gcc/gcc/gcc/tree-vect-slp.cc:10902 0x1460ca3 vect_schedule_scc /home/apinski/src/upstream-gcc/gcc/gcc/tree-vect-slp.cc:10902 0x1460ca3 vect_schedule_scc /home/apinski/src/upstream-gcc/gcc/gcc/tree-vect-slp.cc:10902 0x1460ca3 vect_schedule_scc /home/apinski/src/upstream-gcc/gcc/gcc/tree-vect-slp.cc:10902 0x1460ca3 vect_schedule_scc /home/apinski/src/upstream-gcc/gcc/gcc/tree-vect-slp.cc:10902 0x146132c vect_schedule_slp(vec_info*, vec<_slp_instance*, va_heap, vl_ptr> const&) /home/apinski/src/upstream-gcc/gcc/gcc/tree-vect-slp.cc:11066 Please submit a full bug report, with preprocessed source (by using -freport-bug). Please include the complete backtrace with any bug report. See for instructions.=