From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 013043870888; Fri, 29 May 2020 09:02:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 013043870888 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1590742968; bh=DJqJ+m3bn5f59jbRz1jrKP+uj+Dx3293J45cBkBbKHA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Y8NF7MQkV3NUnyymi9/2aOHJFOxKscCeT302vRtA5Bmx4TvwAh+5oI8F0vVHBABx9 wo+7P+sn6SdEVEKGdp4FDVcXIWtVFKBX3JYnfrqQOH6QzkAe5NZ52+wG2XqNqDDqng 5Rfh+EvjAqGw1NUheuoF6ijmF/IlSSc+2shFAYNI= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/95403] [11 Regression] ICE in nested_in_vect_loop_p at gcc/tree-vectorizer.h:1260 since r11-689-ge31cd607e999ca6a Date: Fri, 29 May 2020 09:02:47 +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: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.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 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: Fri, 29 May 2020 09:02:48 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95403 --- Comment #2 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:233ecb5e2c5a769429279afbbf7d275cb3940cde commit r11-713-g233ecb5e2c5a769429279afbbf7d275cb3940cde Author: Richard Biener Date: Fri May 29 10:16:38 2020 +0200 tree-optimization/95403 - guard vect_init_vector_1 against NULL stmt_in= fo 2020-05-29 Richard Biener PR tree-optimization/95403 * tree-vect-stmts.c (vect_init_vector_1): Guard against NULL stmt_vinfo. * gfortran.dg/vect/pr95403.f: New testcase.=