From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 557D73875460; Wed, 8 Nov 2023 15:50:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 557D73875460 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699458626; bh=rReA8euUHLisOa9bHbRJCOXnO3smAq741dAXSe85crk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Kvo42WjBdLgRz4Bqa5BuC6rrPGlcVKvQwpllfBD7Ve3pFpGR2rc27jELJiEQ6v5Aq 9EnCWzPB73i5g7JIT+jT+bAkXtdhZJL6mAylaON2oXHN9ZGmrkbXe5wV32zhdDCKBD xQ40CbgR3QC6ouH06+Yj2DwfRVpKA0dwFQQP8cEA= From: "tnfchris at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/112406] [14 Regression] Several SPECCPU 2017 benchmarks fail with on internal compiler error: in expand_insn, at optabs.cc:8305 after g:01c18f58d37865d5f3bbe93e666183b54ec608c7 Date: Wed, 08 Nov 2023 15:50:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: tnfchris at gcc dot gnu.org X-Bugzilla-Status: REOPENED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.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=3D112406 --- Comment #10 from Tamar Christina --- Just finished second bisect and reduce. Came out to this commit as well. --- module brute_force integer, parameter :: r=3D9 integer sudoku1(1, r) contains subroutine brute integer l(r), u(r) where(sudoku1(1, :) /=3D 1) l =3D 1 u =3D 1 end where do i1 =3D 1, u(1) do end do end do end end --- gfortran -w -c exchange2.f90 -fprofile-generate -march=3Darmv8-a+sve -Ofast= -o exchange2.f90.o gives: during GIMPLE pass: vect exchange2.fppized2.f90:5:18: 5 | subroutine brute | ^ internal compiler error: in vect_get_vec_defs_for_operand, at tree-vect-stmts.cc:1257 which is probably related to your last message.=