From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 205EA3856DFB; Tue, 3 May 2022 12:24:14 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 205EA3856DFB Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/marxin/heads/libsanitizer-merge-v4)] libsanitizer: update test that mixes fake and real stack X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/users/marxin/heads/libsanitizer-merge-v4 X-Git-Oldrev: b4ad0ea58c0f2ca16fdc1a15a4b04d2df7a77e57 X-Git-Newrev: c1d4f2ed67713d30c0903b939d95065b5de83b2a Message-Id: <20220503122414.205EA3856DFB@sourceware.org> Date: Tue, 3 May 2022 12:24:14 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2022 12:24:14 -0000 https://gcc.gnu.org/g:c1d4f2ed67713d30c0903b939d95065b5de83b2a commit c1d4f2ed67713d30c0903b939d95065b5de83b2a Author: Martin Liska 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. */