From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8008D3858C35; Sun, 17 Dec 2023 19:55:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8008D3858C35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1702842957; bh=1y15UumfnH5edlzvifl2gLOSv3njEsDVFP0hb5tSgpQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=S3qAANF6q856ep401sLBdht/asRSnGcwMdQweb7wf0QSh4jd07bZOAOQzHclBWp90 fVWEKMr+bYJyyR3Ae2V4KXBcr2/Wo+4nG7r1ykU19+642VgEOAGqFFx+2Y3BepY0bw 8M2Cfir+b1PbeWQaCIIF5fpWiKiZxc8vahq+Vx4o= From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113045] armv7l-unknown-linux-gnueabihf: valgrind error during build of libcc1 Date: Sun, 17 Dec 2023 19:55:57 +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: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 at hotmail dot com 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: 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=3D113045 --- Comment #7 from David Binderman --- I tried: $ git fetch --shallow-since=3D1/1/2021 and the blame still has ^ on the front of it. ^abca670596 libcpp/lex.c (Ian Lance Taylor 2020-12-31 11:23:30 -0800 869= )=20=20 /* Align the source pointer. */ ^abca670596 libcpp/lex.c (Ian Lance Taylor 2020-12-31 11:23:30 -0800 870= )=20=20 misalign =3D (uintptr_t)s & 15; ^abca670596 libcpp/lex.c (Ian Lance Taylor 2020-12-31 11:23:30 -0800 871= )=20=20 p =3D (const uint8_t *)((uintptr_t)s & -16); ^abca670596 libcpp/lex.c (Ian Lance Taylor 2020-12-31 11:23:30 -0800 872= )=20=20 data =3D vld1q_u8 (p); IMHO, most ARM bugs seem to land in the in-tray of Richard Sandiford. Maybe Richard might recognise the code ?=