From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1A07C3858C78; Mon, 22 May 2023 21:42:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1A07C3858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684791756; bh=mGuo3YMIBVyb4Rd7t3GADxj9fDEG/m5modvOER5wqqw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bQC9RaQ2oVSBAcCLGmRiBRM/Hz9aklQGawoFgjCvuow1kRrGCBkHuW3wfydD7gJEp oPzhukSBK00AOL+BFML2lFg3qitt7VEnHJk6Wt/ZS6G4WR1oBEKbXTIDowPQydP3QO pmNliiONiS3IBj1c6fHpwaPz7f9IMjZ00XC8fNaM= From: "cel at us dot ibm.com" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/101528] [11 regression] gcc.target/powerpc/int_128bit-runnable.c fails after r11-8743 Date: Mon, 22 May 2023 21:42:35 +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: 11.1.1 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: cel at us dot ibm.com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: carll at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.4 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=3D101528 --- Comment #7 from Carl Love --- I recently committed a patch to fix the counts. commit 5d336ae49528fde3904c9e5bfc83a450429b2961 Author: Carl Love Date: Fri Mar 10 18:16:52 2023 -0500 rs6000: Fix test int_128bit-runnable.c instruction counts The test reports two failures on Power 10LE: FAIL: .../int_128bit-runnable.c scan-assembler-times \\\\mvdivsq\\\\M 1 FAIL: .../int_128bit-runnable.c scan-assembler-times \\\\mvextsd2q\\\\M= 6 The current counts are : vdivsq 3 vextsd2q 4 .... I tested mainline with the head at commit commit 90685c365794e9afabc6cdc7eae7892ba5d2be3d (HEAD -> master, origin/tru= nk, origin/master, origin/HEAD) Author: Aldy Hernandez Date: Mon May 22 20:15:19 2023 +0200 Implement some miscellaneous zero accessors for Value_Range. ... Test gcc.target/powerpc/int_128bit-runnable.c is currently passing without = any regression failures. I believe this bugzilla is ready to close.=