From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1F5403851C0F; Tue, 19 May 2020 21:05:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1F5403851C0F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1589922345; bh=KngycyUX0jbldHOw9xrF8ajQiuih1uLwXLkkgoXBw5E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NtljZt49WtsQWIgOKwOMQAxzt6Um5N3+6TJLFw16n7nFEu1YRKiRq8PoEqiMBsKtt Xn8VkBE3OH09sp3V/+jSb7y5H79/ANp5TW4ywVEoh1CPb8CLqgQvElNAxYIu8EUouc j36pxe0AOn6vKDwCswmBtZ/cNCBQ9icHO4tom0ic= From: "rafael at espindo dot la" To: gcc-bugs@gcc.gnu.org Subject: [Bug sanitizer/94910] detect_stack_use_after_return=1 is much slower than clang's Date: Tue, 19 May 2020 21:05:44 +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: 9.3.1 X-Bugzilla-Keywords: patch X-Bugzilla-Severity: normal X-Bugzilla-Who: rafael at espindo dot la X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: marxin 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2020 21:05:45 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D94910 --- Comment #8 from Rafael Avila de Espindola --- I can confirm that the proposed patch fixes the issue for me. Thank you so much!=