From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 280ED3890421; Wed, 10 Jun 2020 21:16:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 280ED3890421 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1591823771; bh=1h/veYhbE5AtkL09Pyse0K+V6v0SD+27SKemc7JnD6w=; h=From:To:Subject:Date:In-Reply-To:References:From; b=inwtiXb+8HzUpvbd5Yh0hcg+5z09DeW7m5+s6lFrzJpWvk5PkTOkwIB+NwFOOKv7e +p0CMzAGNkyUrgQoDG2vSVMPqhJdxTlJA51e3pqf060+Y1TEw0BodMV+BEYX3UKQSV c6NHL+OZmKIzJMgcsRSxTpqIIg6TtEFtkZHBz4Wo= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/94833] vec_first_match_index does not function as described in its description Date: Wed, 10 Jun 2020 21:16:11 +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: 9.3.1 X-Bugzilla-Keywords: wrong-code 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: carll 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2020 21:16:11 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94833 --- Comment #5 from CVS Commits --- The releases/gcc-8 branch has been updated by Carl Love : https://gcc.gnu.org/g:c6dce1d8083a2fdc94be167a2465db7fd837ccae commit r8-10304-gc6dce1d8083a2fdc94be167a2465db7fd837ccae Author: Carl Love Date: Wed Jun 10 16:12:08 2020 -0500 pr94833, fix vec_first_match_index for nulls Backported patch from mainline. Updated ChangeLog format commit 24f68831d25bad739a6fe167a58b5b4c0c3cbf9a Author: Carl Love Date: Wed Apr 29 10:23:11 2020 -0500 Note the mainlin patch adds tests to the test case in mainline.= =20 The test case does not exist in GCC 8. Only the functional change in gcc/config/rs6000/vsx.md was backported. 2020-06-10 Carl Love gcc/ PR target/94833 * config/rs6000/vsx.md (define_expand): Fix instruction generat= ion for first_match_index_.=