From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 24F36385703C; Sun, 6 Sep 2020 12:43:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 24F36385703C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1599396223; bh=CUugyjbaZsmhvX8hPECBVI409mFvb3f6tA/F0K+Xeoo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=RPH0HrwuZInJL6cN9VA2CvfXkJndqiKNcT0GB9AZk6cws/ODtPxW93+gEY2G+zj0G oG9N7yb65bQUeEe6tQ2yg4EZA/5B7DUoMg1vVrFxKDnfRjTSioCYvLzsah03yCQhQu nvjly6+dT1uG/R3bleisSZtYh3dgUV/tAv9voBpM= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/96854] [10 Regression] avx vectorizer breaks complex arithmetic Date: Sun, 06 Sep 2020 12:43:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 10.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub 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: 10.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 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: Sun, 06 Sep 2020 12:43:43 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96854 --- Comment #12 from Jakub Jelinek --- (In reply to Michael_S from comment #11) > Just to understand > Will 10.1 and 10.2 be fixed? No, they were already released, so can't be fixed. You can apply the chang= es to them if you want. The fix is on the git releases/gcc-10 branch, and wil= l be part of upcoming 10.3.=