public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-106] libsanitizer: update test that mixes fake and real stack
@ 2022-05-04  9:02 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-05-04  9:02 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:7499c13ce3bf510a6244c1840348f305b66a2513

commit r13-106-g7499c13ce3bf510a6244c1840348f305b66a2513
Author: Martin Liska <mliska@suse.cz>
Date:   Mon May 2 13:58:49 2022 +0200

    libsanitizer: update test that mixes fake and real stack
    
    gcc/testsuite/ChangeLog:
    
            * c-c++-common/asan/alloca_loop_unpoisoning.c: Do not combine
            fake and real stack.

Diff:
---
 gcc/testsuite/c-c++-common/asan/alloca_loop_unpoisoning.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/c-c++-common/asan/alloca_loop_unpoisoning.c b/gcc/testsuite/c-c++-common/asan/alloca_loop_unpoisoning.c
index 3050d3ba94b..86f0ce6d8a0 100644
--- a/gcc/testsuite/c-c++-common/asan/alloca_loop_unpoisoning.c
+++ b/gcc/testsuite/c-c++-common/asan/alloca_loop_unpoisoning.c
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-require-effective-target alloca } */
+/* { dg-options "--param=asan-use-after-return=0" } */
 
 /* This testcase checks that allocas and VLAs inside loop are correctly unpoisoned.  */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-04  9:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-04  9:02 [gcc r13-106] libsanitizer: update test that mixes fake and real stack Martin Liska

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).