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
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
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
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
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
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
>
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
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,