From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 58B703858C60; Thu, 14 Mar 2024 21:34:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 58B703858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710452093; bh=xjfDcml+6qFbpaUvnmdfy00YvpoItuhI5sczrG+Qt5k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TISFDfZ4tyVSB+apcvjSxeuDh0iuE8URNNuxkKZuFDr0gqdE4jzoZ+fHUpHK+Tg7d Z56W/8pe0SeZPq8pr6snzR92CmcUAf3H8zIyg7g34xWc+XvKJYORMARu2tg5ftlC0g jMqJRoo43M8KdVezCoKqHSxkeIeznukwrDSXXbbg= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/114339] [13/14 regression] Tor miscompiled with -O2 -mavx -fno-vect-cost-model since r14-6822 Date: Thu, 14 Mar 2024 21:34:53 +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: 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: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_known_to_work short_desc cf_known_to_fail target_milestone 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=3D114339 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |10.1.0, 12.1.0, 12.3.0, | |7.1.0 Summary|[14 regression] Tor |[13/14 regression] Tor |miscompiled with -O2 -mavx |miscompiled with -O2 -mavx |-fno-vect-cost-model since |-fno-vect-cost-model since |r14-6822 |r14-6822 Known to fail| |13.1.0 Target Milestone|14.0 |13.3 --- Comment #11 from Andrew Pinski --- My reduced testcase started to fail in GCC 13.=