From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C078C383E81A; Thu, 28 May 2020 12:19:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C078C383E81A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1590668399; bh=t0RnN+YUk5vpgANIdmtyIQt+wpPt5XcBcO9rxy/BMVI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KR6hBiNOA2I8nZwfd7avE8N2lfaG9CbOD8xb/cbCyyoKlUopjJJuqsydowDJX2Zzy Ih6vDBbRBoOhzWcNN1vqDrPe8j20125+br9u4LoElhoRiO1Q6/rogh978ZffLvEsrO ckydSE+vbG11J48UfsH8wOcHE6uA8MOwAv4SnIbg= From: "marxin at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/95356] [11 Regression] ICE in vect_get_constant_vectors, at tree-vect-slp.c:3635 since r11-564-g79f0451c67e8ed56 Date: Thu, 28 May 2020 12:19:59 +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: 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: Thu, 28 May 2020 12:19:59 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95356 --- Comment #9 from Martin Li=C5=A1ka --- Reopening as the following is ICEing: $ gcc /home/marxin/Programming/gcc/gcc/testsuite/gcc.target/i386/pr95356.c = -c -O3 -mavx512dq during GIMPLE pass: slp /home/marxin/Programming/gcc/gcc/testsuite/gcc.target/i386/pr95356.c: In function =E2=80=98f1=E2=80=99: /home/marxin/Programming/gcc/gcc/testsuite/gcc.target/i386/pr95356.c:8:1: internal compiler error: in vect_create_constant_vectors, at tree-vect-slp.c:3674 8 | f1 (void) | ^~ 0x769846 vect_create_constant_vectors /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:3674 0x769846 vect_schedule_slp_instance /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:4066 0x10d3508 vect_schedule_slp_instance /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:4071 0x10d3508 vect_schedule_slp_instance /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:4071 0x10d9552 vect_schedule_slp(vec_info*) /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:4303 0x10dbffc vect_slp_bb_region /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:3342 0x10dbffc vect_slp_bb(basic_block_def*) /home/marxin/Programming/gcc/gcc/tree-vect-slp.c:3465 0x10dd9ef execute /home/marxin/Programming/gcc/gcc/tree-vectorizer.c:1320 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions.=