From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A88893858413; Fri, 28 Oct 2022 23:30:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A88893858413 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666999825; bh=7M6+sEQFY0mMMphGNegKDJD1lzRlz76FRUNYfRl8WDk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SMfx/hnnZPGc/N6hN2AQd8awUMUc9qVAodS+igh5OUjVZm9Fa/icNacD96Ry1J5P7 HGDXfV6lDOYBBC/Hf8j34AKhFvRPK/WGZbMcffECGAgPODJrprdy16CzrxShUKSSWm GdpHSCs2e0Q0GYAt1XQSmg26Ajyxk8h/mB4Rgv4U= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/98694] GCC produces incorrect code for loops with -O3 for skylake-avx512 and icelake-server Date: Fri, 28 Oct 2022 23:30:24 +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: 11.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution target_milestone bug_status cf_known_to_work 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=3D98694 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|--- |10.4 Status|NEW |RESOLVED Known to work| |10.4.0 --- Comment #14 from Vsevolod Livinskii --- Should this issue be marked as Resolved and Fixed? --- Comment #15 from Andrew Pinski --- Fixed.=