From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7840) id 1F95F3860757; Wed, 26 Oct 2022 00:36:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1F95F3860757 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666744574; bh=T+KEjHzU2mi5nE3BParvoYKtxD4KPa6NcELWjk6Eqr4=; h=From:To:Subject:Date:From; b=D/SQPWjgAuJYBqUtNGavGjfX4MeRrdgbTv4JDGgEB6/fqJsOhVn48zlDaXIzqiaSl JJ9ouvI5qpByp+KCF5DT/Oe4rkSmGUJ2tS1eArcegFfe72T3xivNQueW3FW3/xBq0X yJ6DwGpgGGUuPMY6ClyVPruK1MdJgJFGpPOHNd+8= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Eugene Rozenfeld To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-3497] Don't force DWARF4 for AutoFDO tests X-Act-Checkin: gcc X-Git-Author: Eugene Rozenfeld X-Git-Refname: refs/heads/master X-Git-Oldrev: e73ca788c64a1f44fa0cdc3aa0a862f7fbc84276 X-Git-Newrev: a9f339d86f8e26e3a4b3ad169e1937a254d19cf7 Message-Id: <20221026003614.1F95F3860757@sourceware.org> Date: Wed, 26 Oct 2022 00:36:10 +0000 (GMT) List-Id: https://gcc.gnu.org/g:a9f339d86f8e26e3a4b3ad169e1937a254d19cf7 commit r13-3497-ga9f339d86f8e26e3a4b3ad169e1937a254d19cf7 Author: Eugene Rozenfeld Date: Tue Oct 25 17:17:05 2022 -0700 Don't force DWARF4 for AutoFDO tests Support for DWARF5 was added to create_gcov in https://github.com/google/autofdo so we no longer need to force DWARF4 for AutoFDO tests. Tested on x86_64-pc-linux-gnu. gcc/testsuite/ChangeLog: * lib/profopt.exp: Don't force DWARF4 for AutoFDO tests Diff: --- gcc/testsuite/lib/profopt.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/lib/profopt.exp b/gcc/testsuite/lib/profopt.exp index ac7712a5b42..fe88d2fce37 100644 --- a/gcc/testsuite/lib/profopt.exp +++ b/gcc/testsuite/lib/profopt.exp @@ -289,7 +289,7 @@ proc auto-profopt-execute { src } { return } set profile_wrapper [profopt-perf-wrapper] - set profile_option "-gdwarf-4 -DFOR_AUTOFDO_TESTING" + set profile_option "-g -DFOR_AUTOFDO_TESTING" set feedback_option "-fauto-profile -DFOR_AUTOFDO_TESTING -fearly-inlining" set run_autofdo 1 profopt-execute $src