public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][wwwdocs] Document ASAN changes for GCC 13.
@ 2022-05-24 12:40 Martin Liška
  2022-05-24 14:19 ` Eric Gallager
  2022-05-24 14:33 ` Gerald Pfeifer
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Liška @ 2022-05-24 12:40 UTC (permalink / raw)
  To: gcc-patches

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH][wwwdocs] Document ASAN changes for GCC 13.
  2022-05-24 12:40 [PATCH][wwwdocs] Document ASAN changes for GCC 13 Martin Liška
@ 2022-05-24 14:19 ` Eric Gallager
  2022-05-24 14:33 ` Gerald Pfeifer
  1 sibling, 0 replies; 4+ messages in thread
From: Eric Gallager @ 2022-05-24 14:19 UTC (permalink / raw)
  To: Martin Liška; +Cc: gcc-patches

On Tue, May 24, 2022 at 8:42 AM Martin Liška <mliska@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
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH][wwwdocs] Document ASAN changes for GCC 13.
  2022-05-24 12:40 [PATCH][wwwdocs] Document ASAN changes for GCC 13 Martin Liška
  2022-05-24 14:19 ` Eric Gallager
@ 2022-05-24 14:33 ` Gerald Pfeifer
  2022-05-24 18:55   ` Martin Liška
  1 sibling, 1 reply; 4+ messages in thread
From: Gerald Pfeifer @ 2022-05-24 14:33 UTC (permalink / raw)
  To: Martin Liška; +Cc: gcc-patches

Hi Martin,

On Tue, 24 May 2022, Martin Liška wrote:
> +    AddressSanitizer defaults to <code>detect_stack_use_after_return=1</code> on Linux target.

did you mean targets, or really just target?

(And Linux or GNU/Linux, though that one is more disputed, I know.
Just following our own coding conventions...)

Gerald

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH][wwwdocs] Document ASAN changes for GCC 13.
  2022-05-24 14:33 ` Gerald Pfeifer
@ 2022-05-24 18:55   ` Martin Liška
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Liška @ 2022-05-24 18:55 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc-patches, Eric Gallager

On 5/24/22 16:33, Gerald Pfeifer wrote:
> Hi Martin,
> 
> On Tue, 24 May 2022, Martin Liška wrote:
>> +    AddressSanitizer defaults to <code>detect_stack_use_after_return=1</code> on Linux target.
> 
> did you mean targets, or really just target?
> 
> (And Linux or GNU/Linux, though that one is more disputed, I know.
> Just following our own coding conventions...)
> 
> Gerald

Hello.

Both comments addressed and I've just pushed that.

Martin

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-24 18:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-24 12:40 [PATCH][wwwdocs] Document ASAN changes for GCC 13 Martin Liška
2022-05-24 14:19 ` Eric Gallager
2022-05-24 14:33 ` Gerald Pfeifer
2022-05-24 18:55   ` Martin Liška

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).