From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by sourceware.org (Postfix) with ESMTPS id C2BCC3858D3C for ; Fri, 11 Nov 2022 09:18:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C2BCC3858D3C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=intel.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1668158326; x=1699694326; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=xzr+VqMmxwYBa5IF2S/jAygagsrQdbWDl0RqA3cgZyQ=; b=lZuoC5jyaq6DmkggDWvywfpByMbkRlQxsDESVTG/ypTYB7Rif/VnzuI6 nfHdv9EyP744yXkOWAlXKtux8OiqKoXAnXc9ApozHD8SEv2FhJHySPWaT T7bbu6OjlocZ4/3hDZkVl0tf5S6nkO/TECyKB7f3f3DhA56nGWJiI2zby SGdfRiml4bZYBWtP+4SospVc7yR6Kezv98xkPgtoUI7WzXvnDn1WkSRsI rUeK8R6hedzwqkFr+EIVIaGbtx268oBszJvbcqwTvkd9aPLHU+BTA7yov CqqqmVVdo1SiW1dU1a013bqykEMjkp5N9Env4E4nujQ8Ts8ajgTi7zELU w==; X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="291284662" X-IronPort-AV: E=Sophos;i="5.96,156,1665471600"; d="scan'208";a="291284662" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Nov 2022 01:18:45 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10527"; a="706489119" X-IronPort-AV: E=Sophos;i="5.96,156,1665471600"; d="scan'208";a="706489119" Received: from mulvlfelix.iul.intel.com (HELO localhost) ([172.28.48.92]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Nov 2022 01:18:44 -0800 From: Felix Willgerodt To: gdb-patches@sourceware.org, markus.t.metzger@intel.com Cc: Felix Willgerodt Subject: [PATCH 1/1] gdb, btrace: Fix rn-dl-bind.exp for new icx remark. Date: Fri, 11 Nov 2022 10:16:27 +0100 Message-Id: <20221111091627.2046745-1-felix.willgerodt@intel.com> X-Mailer: git-send-email 2.34.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-10.4 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,SPF_HELO_PASS,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: When running the test with the latest Intel compiler: Running gdb/gdb/testsuite/gdb.btrace/rn-dl-bind.exp ... gdb compile failed, icpx: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated] The test doesn't seem to test something specifically for C++, so I removed the C++ compilation option. Alternatively we could rename rn-dl-bind.exp.c to rn-dl-bind.exp.cc. Signed-off-by: Felix Willgerodt --- gdb/testsuite/gdb.btrace/rn-dl-bind.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/testsuite/gdb.btrace/rn-dl-bind.exp b/gdb/testsuite/gdb.btrace/rn-dl-bind.exp index d78f5654131..eb486b33124 100644 --- a/gdb/testsuite/gdb.btrace/rn-dl-bind.exp +++ b/gdb/testsuite/gdb.btrace/rn-dl-bind.exp @@ -28,7 +28,7 @@ if { [skip_btrace_tests] } { standard_testfile if [prepare_for_testing "failed to prepare" $testfile $srcfile \ - {c++ debug ldflags=-Wl,-z,lazy}] { + {debug ldflags=-Wl,-z,lazy}] { return -1 } -- 2.34.3 Intel Deutschland GmbH Registered Address: Am Campeon 10, 85579 Neubiberg, Germany Tel: +49 89 99 8853-0, www.intel.de Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva Chairperson of the Supervisory Board: Nicole Lau Registered Office: Munich Commercial Register: Amtsgericht Muenchen HRB 186928