On Tue, May 24, 2022 at 8:42 AM Martin Liška <mli...@suse.cz> wrote:
>
> Ready to be installed?
>
> Thanks,
> Martin
>
> ---
>  htdocs/gcc-13/changes.html | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
> index 6c5b2a37..f7f6866d 100644
> --- a/htdocs/gcc-13/changes.html
> +++ b/htdocs/gcc-13/changes.html
> @@ -47,6 +47,9 @@ a work-in-progress.</p>
>      non-rectangular loop nests, which were added for C/C++ in GCC 11.</li>
>    </ul>
>    </li>
> +    AddressSanitizer defaults to 
> <code>detect_stack_use_after_return=1</code> on Linux target.
> +    For compatibly, it can be disabled with <code>env 
> ASAN_OPTIONS=detect_stack_use_after_return=0</code>.
> +  <li>
>  </ul>
>

Hm, the HTML tags look mismatched... also I'm assuming "compatibly"
should be "compatibility"?

>
> --
> 2.36.1
>

Reply via email to