From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 86CB13858D39; Sat, 4 Nov 2023 05:24:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 86CB13858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699075458; bh=jNDVMZOTqu5gJF6uUi1Q55lmapjSVndhTPdrxyXp6IM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FTO37UcmSEOU30RHxJh7sFUGObjqQTgho6E4oM8+OeJxhikF+8SMba15grzV9uL54 JPFx4fMizT4EGdkq5/DbCe5IKpqLG3Dtr3kN9LhghcG2N5ccoGXldm67UDoRxwpQuV FOEwy5oS01xUtV4ahUZ21OYibzeyFL4X0lP16vSc= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/112361] [14 Regression] avx512f-reduce-op-1.c miscompiled since r14-5076 Date: Sat, 04 Nov 2023 05:24:17 +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: 14.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW 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=3D112361 --- Comment #5 from Andrew Pinski --- The patch that caused this one, also causes a bootstrap comparison failure = with --with-arch=3Dskylake-avx512, see PR 112374 .=