From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C01413858C62; Fri, 7 Oct 2022 06:55:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C01413858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665125731; bh=J1yKQRqkkU7J4yFD39U2/Im2+1UyXGFPr2FEzVzERe0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gkGLqxNVX0KuVjDLlkmRGBWNhTJqK/e68FU9cUesBN26M90skRkjseaBNxqIkPNBQ QmpVw9A5wE1WSYEAu07OFQCFiO+7WesUk5quFyZxb96mD6jVZiYnp60idJlSi2JAqx 2oyPbgowKb5S/y9+QBvAMIWvhYxc2dx2706WhO64= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/106841] [12 Regression] ICE in vect_get_vec_defs_for_operand, at tree-vect-stmts.cc:1509 since r12-2733-g31855ba6b16cd138 Date: Fri, 07 Oct 2022 06:55:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed 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: rguenth at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 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=3D106841 --- Comment #10 from Richard Biener --- (In reply to Kenneth Hoste from comment #9) > I seem to be running into the same problem using GCC 11.3 (when compiling > OpenMM 7.7.0 with CUDA support). Is there a reason why the fix wasn't > backported to GCC 11 too? Because we don't have a testcase that fails on the GCC 11 branch. Can you confirm that cherry-picking the fix fixes the issue you see?=