From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7C9273858431; Tue, 30 May 2023 09:19:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7C9273858431 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685438377; bh=coBptPEMMUKH3KdRA7VDI0Z0RATUfGaa3na/W9zl4jA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=O8IXUpED3jLFidVHyf1SuR7bgW0WnX3SVHbXUawWN0AH5KphtoMBBY9G8JBMR/mRW bUmPtXAL30PUSpc2jJa9PnWFGeHgPKwKerNzdvon8ep0aUDTFTtRR5JtgDWP9nWrMH v/WY28DQWQmQyao+r3+M+i1RVjNOV6Vj7oi5ztEc= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/110036] [12/13/14 regression] riscv_asan_shadow_offset mismatch with libsanitizer Date: Tue, 30 May 2023 09:19:37 +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: 12.0 X-Bugzilla-Keywords: wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org 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=3D110036 --- Comment #1 from CVS Commits --- The master branch has been updated by Andreas Schwab : https://gcc.gnu.org/g:21a07620f4bfe38f12e6d5be8b1eeecc29fa6852 commit r14-1398-g21a07620f4bfe38f12e6d5be8b1eeecc29fa6852 Author: Andreas Schwab Date: Sun May 28 12:08:22 2023 +0200 riscv: update riscv_asan_shadow_offset gcc/ PR target/110036 * config/riscv/riscv.cc (riscv_asan_shadow_offset): Update to match libsanitizer.=