From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1B9F6385841E; Tue, 7 Nov 2023 08:14:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1B9F6385841E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699344856; bh=g8Y3YiiFpvnoTzZ1cJLcSagx+/2xk3hP0CISdyPATrI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aEBq0H3WnOvf/9QzMkhT9FMi974JGkHmsoQXbmDzImpz1pFHYb+HKQFpGetCuwc5l nvmZkNUFrZ9kuGAF6U20O5Xvf1CplBARkbC6cGkMefFfqGT0PyKbgTUH4/9fAwi3WA MB38yBtPkPA6NHDU7q2uCMg7TjKFfnlRn6aIPEgk= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/112340] [14 regression] assembler instruction counts off for gcc.target/powerpc/pr106550_1.c Date: Tue, 07 Nov 2023 08:14:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: testsuite-fail 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: guojiufu at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D112340 --- Comment #2 from CVS Commits --- The master branch has been updated by Jiu Fu Guo : https://gcc.gnu.org/g:a5a76c6f8795f8072e8005e5ada741b69c742198 commit r14-5184-ga5a76c6f8795f8072e8005e5ada741b69c742198 Author: Jiufu Guo Date: Tue Nov 7 15:19:36 2023 +0800 rs6000,testcase: Add require-effective-target has_arch_ppc64 to pr106550_1.c With the latest trunk, case pr106550_1.c runs with failure on ppc under -m32. Previously, this case failed with ICE due to PR111971. Now, this emissi= on is exposed. While, the case is testing 64bit constant building. So, "has_arch_ppc64" is required. PR target/112340 gcc/testsuite/ChangeLog: * gcc.target/powerpc/pr106550_1.c: Add has_arch_ppc64 target require.=