From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CC743385840C; Thu, 1 Dec 2022 00:31:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CC743385840C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669854701; bh=7td7aE/HkGVovvuYJjq+Etb5ha13sfGSWy0aysryxQw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wpgkPvhdZGNto67A/vxVcmLmX0ElKZ7+Op2Vuvi+HBrXsnv54w8PzUs0YJTVPmw3j s8pjlIc+GceJU5j0jaD+jxAQBdzCkcEmXTDoZC8YTyEpYYXmTcQjVMlFZ6pbxmGGXw JR9pSLdddid8tHV9bjZ6nEzy1VCsBdOBdlnI2Jfk= From: "meissner at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/93738] [10/11/12/13 regression] test case gcc.target/powerpc/20050603-3.c fails Date: Thu, 01 Dec 2022 00:31:40 +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: missed-optimization X-Bugzilla-Severity: normal X-Bugzilla-Who: meissner at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status everconfirmed cf_reconfirmed_on 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=3D93738 Michael Meissner changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner at gcc dot gnu.org Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Last reconfirmed| |2022-12-01 --- Comment #6 from Michael Meissner --- It is still occurring in GCC 13. It only fails in big endian 64-bit PowerP= C on Linux. It does not generate the extra instruction for big endian 32-bit PowerPC on Linux or little endian 64-bit PowerPC on Linux. >From a brief glance, the extra instruction is generated in the combine phas= e.=