From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 29B0E385DC13; Fri, 3 Apr 2020 18:58:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 29B0E385DC13 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1585940334; bh=t34ueJ6FnRmYPz7qI3flW2V5ptkYoZIJhmK4EKod+co=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jEFiQQ6YT/eaIEPf4S2Dbl7gyTSqJzih/jZpBbPP5pQedeoDlSaoE+K8bOT+tdzK9 7h4NuLDO/Z4IMBc7SaWn2WR1ARnkOcgjuHk0oyECkzS9psyN7cqyMoE3NHnjxF0Xzd LssMZkt03sV6oBHy1WKUU6Xerbq031ffIjv2Em/w= From: "hjl.tools at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/94467] [10 Regression] wrong code with -mavx and ssse3 builtins Date: Fri, 03 Apr 2020 18:58:54 +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.0 X-Bugzilla-Keywords: patch, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: hjl.tools at gmail dot com X-Bugzilla-Target-Milestone: 10.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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, 03 Apr 2020 18:58:54 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94467 H.J. Lu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #8 from H.J. Lu --- Fixed for GCC 10.=