From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E792B3858430; Thu, 11 Nov 2021 17:39:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E792B3858430 From: "goldstein.w.n at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/28572] Misaligned accesses in test-memcpy and test-mempcpy on hppa Date: Thu, 11 Nov 2021 17:39:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: goldstein.w.n at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2021 17:39:35 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28572 --- Comment #5 from Noah Goldstein --- Hi, So there are two commits that could be causing this: commit 6c1e3c0fd09a9653f562db69e77281e358451163 (HEAD -> master) Author: Noah Goldstein Date: Wed Nov 10 16:16:25 2021 -0600 String: Split memcpy tests so that parallel build is faster or commit d585ba47fcda99fdf228e3e45a01b11a15efbc5a Author: Noah Goldstein Date: Mon Nov 1 00:49:48 2021 -0500 string: Make tests birdirectional test-memcpy.c If its d585ba47fcda99fdf228e3e45a01b11a15efbc5a then the issue is simply wi= th the new tests. I added them really just for x86_64 because the large memcpy case has some complicated logic that was not previously tested. Possibly for the large memcpy tests we could only iterate through implementations returned by the ifunc and skip the generic/simple implementations to speed things up? --=20 You are receiving this mail because: You are on the CC list for the bug.=