From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 857993858002; Wed, 24 Mar 2021 09:02:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 857993858002 From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/99746] ICE in vect_get_vec_defs_for_operand, at tree-vect-stmts.c:1450 Date: Wed, 24 Mar 2021 09:02:24 +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: 11.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: marxin at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: tnfchris at gcc dot gnu.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: Wed, 24 Mar 2021 09:02:24 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D99746 --- Comment #5 from Martin Li=C5=A1ka --- (In reply to Tamar Christina from comment #4) > > I can reproduce it. You likely named the file x.f90 (and not x.f). Plea= se try that.. >=20 > Aha.. Fortran such a mystery :) Yep, all black magic. Btw. one can convert the forms with: https://github.com/ylikx/fortran-legacy-tools/blob/master/fixed2free/fixed2= free2.py >=20 > > Do you want me to bisect that? >=20 > No, they'll all point to the commit which introduced the optabs, since > that's the one causing the vectorizer to go down this path. But it won't= be > the actual commit with the changes to the vectorizer. Good, have fun.=