From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id C34AB3858413; Tue, 3 May 2022 11:02:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C34AB3858413 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: 261ac1b269b5e7f686a079ebf5b4debded433912 X-Git-Newrev: 0b3e9b47c1d9a1a5f25814419493ed3b5e6042d5 Message-Id: <20220503110206.C34AB3858413@sourceware.org> Date: Tue, 3 May 2022 11:02:06 +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 11:02:06 -0000 https://gcc.gnu.org/g:0b3e9b47c1d9a1a5f25814419493ed3b5e6042d5 commit 0b3e9b47c1d9a1a5f25814419493ed3b5e6042d5 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. */