From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D10DD3858C83; Wed, 12 Apr 2023 02:53:27 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D10DD3858C83 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1681268007; bh=KJ7jhwVX9IX5Y9Hwp5NSBOKA+jauWdxLNw2vCEBKmv0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=d0iwXYCaKeL3ZhFqDES8a3zVb8E1LPIiUo607T/ed2KuLaVTBU474/kh2y6VQncaa lLXVqqnPHwy2/TvthaXk5pckDypq08lqIaafGuiclnGbJjptXIW39H+GMXgi+vJjIS uS6AYo7OZ2jTmCzoUqfvdfAwDvqdR2NClugaJ49A= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108815] gcc.target/powerpc/pr83677.c fails on power 9 BE Date: Wed, 12 Apr 2023 02:53: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: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: linkw at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D108815 --- Comment #2 from CVS Commits --- The master branch has been updated by Kewen Lin : https://gcc.gnu.org/g:5582ad0afb051a76231b2959487f4ef1746df283 commit r13-7142-g5582ad0afb051a76231b2959487f4ef1746df283 Author: Kewen Lin Date: Tue Apr 11 21:51:40 2023 -0500 testsuite: Adjust powerpc pr83677.c for BE [PR108815] The test case gcc.target/powerpc/pr83677.c was written for LE environment, this patch is to make it work on BE as well. PR testsuite/108815 gcc/testsuite/ChangeLog: * gcc.target/powerpc/pr83677.c (v_expand_u8, v_expand_u16, v_load_deinterleave_f32, v_store_interleave_f32): Adjust some c= ode by considering BE.=