From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2ACA23858C5E; Fri, 10 Mar 2023 06:04:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2ACA23858C5E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678428268; bh=qHKwk0/d8kTCtypalGbvisnUn1Jhz19HOhvFbpH+X8U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=BBg/6Hpk2ADxH5KXg4IuFR8/Zo6810b+ag017UesUSUUJtVDfjMbvzN+5fXPPOLzJ G30z3L7zI+BwHZnIBNb7YQi6XIBcyNf4A3qj+DEm/NmL32x5wH6bQfoHtLSkNICNyN PrvSzdGVMeGIXTfDdeY/FTQvvE6BHmBR4LGYBc8Q= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108874] [10/11/12/13 Regression] Missing bswap detection Date: Fri, 10 Mar 2023 06:04:27 +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: 13.0 X-Bugzilla-Keywords: missed-optimization, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords bug_file_loc 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=3D108874 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch URL| |https://gcc.gnu.org/piperma | |il/gcc-patches/2023-March/6 | |13696.html --- Comment #12 from Andrew Pinski --- Patch submitted here: https://gcc.gnu.org/pipermail/gcc-patches/2023-March/613696.html Note I had made a few mistakes in the testcase in the patch which was attac= hed but fixed them before submitting it.=