Re: [wwwdocs] changes.html - document -fsanitize-address-use-after-scope

2017-01-29 Thread Gerald Pfeifer
On Thu, 26 Jan 2017, Martin Liška wrote: > Thank for feedback, fixed in second version. Should I wait for > an explicit acknowledge or is it somehow more relaxed in case of > changes.html docs? Generally we are pretty relaxed when it comes to web pages, and in particular the changes.html docume

Re: [wwwdocs] changes.html - document -fsanitize-address-use-after-scope

2017-01-26 Thread Jakub Jelinek
On Thu, Jan 26, 2017 at 02:59:50PM +0100, Martin Liška wrote: > On 01/26/2017 02:19 PM, Jakub Jelinek wrote: > > On Thu, Jan 26, 2017 at 02:04:00PM +0100, Martin Liška wrote: > >> + The option is enabled with -fsanitize=address and disabled > > > > s/enabled/& by default/ > > s/disabled/& by defa

Re: [wwwdocs] changes.html - document -fsanitize-address-use-after-scope

2017-01-26 Thread Martin Liška
On 01/26/2017 02:19 PM, Jakub Jelinek wrote: > On Thu, Jan 26, 2017 at 02:04:00PM +0100, Martin Liška wrote: >> + The option is enabled with -fsanitize=address and disabled > > s/enabled/& by default/ > s/disabled/& by default/ > >> + with -fsanitize=kernel-address. >> + Compared to the LLVM c

Re: [wwwdocs] changes.html - document -fsanitize-address-use-after-scope

2017-01-26 Thread Jakub Jelinek
On Thu, Jan 26, 2017 at 02:04:00PM +0100, Martin Liška wrote: > + The option is enabled with -fsanitize=address and disabled s/enabled/& by default/ s/disabled/& by default/ > + with -fsanitize=kernel-address. > + Compared to the LLVM compiler, where the option already exists, > + the impleme

Re: [wwwdocs] changes.html - document -fsanitize-address-use-after-scope

2017-01-26 Thread Martin Liška
On 01/25/2017 04:06 PM, Jakub Jelinek wrote: > On Wed, Jan 25, 2017 at 03:00:19PM +, Kyrill Tkachov wrote: >> Hi Martin, >> >> On 25/01/17 14:54, Martin Liška wrote: >>> Hello. >>> >>> Following patch documents new option -fsanitize-address-use-after-scope >>> which was done for upcoming GCC 7

Re: [wwwdocs] changes.html - document -fsanitize-address-use-after-scope

2017-01-25 Thread Jakub Jelinek
On Wed, Jan 25, 2017 at 03:00:19PM +, Kyrill Tkachov wrote: > Hi Martin, > > On 25/01/17 14:54, Martin Liška wrote: > > Hello. > > > > Following patch documents new option -fsanitize-address-use-after-scope > > which was done for upcoming GCC 7.1. > > > > Thanks for feedback, > > Martin >

Re: [wwwdocs] changes.html - document -fsanitize-address-use-after-scope

2017-01-25 Thread Kyrill Tkachov
Hi Martin, On 25/01/17 14:54, Martin Liška wrote: Hello. Following patch documents new option -fsanitize-address-use-after-scope which was done for upcoming GCC 7.1. Thanks for feedback, Martin + Using -O2 optimization level (and above) rewrites variables of a GIMPLE + type that

[wwwdocs] changes.html - document -fsanitize-address-use-after-scope

2017-01-25 Thread Martin Liška
Hello. Following patch documents new option -fsanitize-address-use-after-scope which was done for upcoming GCC 7.1. Thanks for feedback, Martin --- /tmp/wwwdocs/htdocs/gcc-7/changes.html 2017-01-25 11:10:56.0 +0100 +++ htdocs/gcc-7/changes.html 2017-01-25 15:44:54.441943930 +0100 @@ -47,