From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6BE75385B50B; Sat, 24 Aug 2024 09:31:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6BE75385B50B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1724491882; bh=sXRcmSzgEUne4dtJXJoFym3ioiDbRidPCDxgu2CqgCA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=nDWw1bYEnejpOKXTMHiBpzFpxTt+yqQqhjKFXVDZw75TixghnWoS7w/0eJeSsWjJf F45b71UzjRR/pBQenS6eD4VHWl66Y8xS2+xfu8cNknfeXAelL62rM7A4b4ixtMjA6b abA5lhJRWfh2vH3tYsoCYi9I1A2uaKrflVYvRa8k= From: "amonakov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug preprocessor/116458] [15 regression] New valgrind error in search_line_ssse3 Date: Sat, 24 Aug 2024 09:31:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: preprocessor X-Bugzilla-Version: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: amonakov at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: amonakov at gcc dot gnu.org X-Bugzilla-Target-Milestone: 15.0 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=3D116458 --- Comment #12 from Alexander Monakov --- Thanks. It's probably nicer to deduplicate computation of required padding = to a common header (libcpp/internal.h), I'll send a patch to that effect.=