This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch wwwdocs] gcc-4.9 changes: address sanitizer on ARM


Hello,

This patch mentions Address Sanitizer on ARM in the gcc-4.9/changes.html pages.
(and re-enables the "General Optimizer Improvements" section)

Is it OK to commit?

Thanks,

Christophe.

Index: gcc-4.9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v
retrieving revision 1.14
diff -r1.14 changes.html
35d34
< <!--
37d35
< -->
38a37,40
>   <ul>
>     <li>AddressSanitizer, a fast memory error detector, is now available on ARM.
>     </li>
>   </ul>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]