From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5AEBF3858D37; Tue, 21 Nov 2023 01:10:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5AEBF3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700529055; bh=sHs6jcmlcNxYiv9pRDxfrdkez1bPncEwYwFQaoNPtbk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LPmevngbaPW/etRB0iIpNWFQtYs+brhD7SJBvswstvMwH8h9uZNopDRsUD9S44jJW EHidu8NiBuAyUYlSGrPxaSphnL/4Ybq8eLrGJPuQHgLUXCG/V+bg0mCqPvCeuYJPh7 eWLVC9T+Anb3n4NO0gz2k0TiImMXD4HdJU0qkNuw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/112644] [14 Regression] Some of the hwasan testcase fail after the recent merge Date: Tue, 21 Nov 2023 01:10:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: sanitizer X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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: 14.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=3D112644 --- Comment #2 from Andrew Pinski --- hwasan-thread-clears-stack.c looks like it now able to describe the locatio= n. So that seems like only a testsuite issue. halt_on_error-1.c does look like we just halt on a failure instead of conti= nue ...=