From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19181 invoked by alias); 6 Dec 2012 22:28:42 -0000 Received: (qmail 19172 invoked by uid 22791); 6 Dec 2012 22:28:40 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mx02.qsc.de (HELO mx02.qsc.de) (213.148.130.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 06 Dec 2012 22:28:35 +0000 Received: from archimedes.net-b.de (port-92-195-120-23.dynamic.qsc.de [92.195.120.23]) by mx02.qsc.de (Postfix) with ESMTP id C00E2276C8; Thu, 6 Dec 2012 23:28:33 +0100 (CET) Message-ID: <50C11C10.5060404@net-b.de> Date: Thu, 06 Dec 2012 22:28:00 -0000 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: gcc patches , Gerald Pfeifer Subject: [patch,wwwdocs] Update AddressSanitizer part of the 4.8 release notes Content-Type: multipart/mixed; boundary="------------080600070106080105010902" Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2012-12/txt/msg00445.txt.bz2 This is a multi-part message in MIME format. --------------080600070106080105010902 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Content-length: 176 I think the following should match the current status. (I believe that libasan is also built on Sparc Linux but without instrumentation in the compiler itself.) OK? Tobias --------------080600070106080105010902 Content-Type: text/x-patch; name="changes.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="changes.diff" Content-length: 918 Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v retrieving revision 1.67 diff -p -u -r1.67 changes.html --- changes.html 3 Dec 2012 14:21:37 -0000 1.67 +++ changes.html 6 Dec 2012 22:26:36 -0000 @@ -119,7 +119,8 @@ by this change.

instructions will be instrumented to detect heap-, stack-, and global-buffer overflow as well as use-after-free bugs. To get nicer stacktraces, use -fno-omit-frame-pointer. The - AddressSanitizer is available on IA-32/x86-64/x32 GNU/Linux. + AddressSanitizer is available on IA-32/x86-64/x32/PowerPC/PowerPC64 + GNU/Linux and on x86-64 Darwin.
  • ThreadSanitizer has been added and can be enabled via -fsanitize=thread. Instructions will be instrumented to --------------080600070106080105010902--