From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6C181396D83B; Tue, 4 Jun 2024 00:19:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6C181396D83B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1717460366; bh=PrMm/jLfab0/u+rcQy2wlq0qyJsU3nYMyrxbA9vW1ug=; h=From:To:Subject:Date:In-Reply-To:References:From; b=T5tRBX4+nJ/pcH5pMQPdbhhugTX3jv0W1EU/EEGIcxCUqc2LIsCos/mVRAJ2W+XWn 1F9XLnukluNrV4Xt7MnHhcPml2YrzIPsFiwdy3fzLxY2hVlVOB3qo3hwWQY54ACWFH H9GdOFV7+q84EpATbOtaSpuhI/LzuykuodTb/Wz8= From: "liuhongt at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/115334] new test case gcc.dg/vect/pr112325.c from r15-919-gef27b91b62c3aa fails Date: Tue, 04 Jun 2024 00:19:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: liuhongt at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D115334 Hongtao Liu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |liuhongt at gcc dot gnu.org --- Comment #1 from Hongtao Liu --- power backend set param_max_completely_peeled_insns to 400, so the inner lo= op is still completed unrolled. So the testcase needs extra option for power backend --param max-completely-peeled-insns=3D200.=