From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 97965385842E; Fri, 30 Sep 2022 12:18:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 97965385842E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664540308; bh=nHLOwOFUYXPIMQhhQLLCysZ495ySyIM3+YBUAmvX3Q8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lIR1laK9gLT7Okc1xBv5uwwkq7KsCPcQqtIjp1Wtg9VqBcCRA8BSR+W1vdCJExDDe e4NMhpYZSY/H1Wxw8KB2VIr0A8v0nB5Oqr3Gv2L0HacjC2LhrP+UQV5iFOtnSEgbQz +Hb6vSaaIYcqfgCA0PWEr2B7KxqqHtvkKJcY7hBc= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/106516] New test case gcc.dg/pr104992.c fails on power 10 Date: Fri, 30 Sep 2022 12:18:27 +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: 13.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: 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=3D106516 --- Comment #9 from CVS Commits --- The master branch has been updated by Kewen Lin : https://gcc.gnu.org/g:c28957176dc0adff6e4b8fcbe6b91f5b82900563 commit r13-2983-gc28957176dc0adff6e4b8fcbe6b91f5b82900563 Author: Kewen Lin Date: Fri Sep 30 07:16:36 2022 -0500 rs6000/test: Adjust pr104992.c with vect_int_mod [PR106516] As PR106516 shows, we can get unexpected gimple outputs for function thud on some target which supports modulus operation for vector int. This patch introduces one effective target vect_int_mod for it, then adjusts the test case with it. PR testsuite/106516 gcc/testsuite/ChangeLog: * gcc.dg/pr104992.c: Adjust with vect_int_mod. * lib/target-supports.exp (check_effective_target_vect_int_mod): New effective target.=