From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.14]) by sourceware.org (Postfix) with ESMTPS id F403D384641C for ; Thu, 25 Apr 2024 11:49:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org F403D384641C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=shgcc100.sh.intel.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=shgcc100.sh.intel.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org F403D384641C Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=198.175.65.14 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714045789; cv=none; b=T/FISCJiBfpdAlsYqw7KrfhUrG7jP0fNpW6N0WqLSyo2tHw8IYdpJrp1evi+NAdu7rTGdqTr8owKrx2pv4iLC0HPSrjkdOSXT19WtkNL5/DBxL8A7npjfFp+bCH3ZUNuEcKaKlFTQJiNoQAElQAOp+xh70hxkEy4v5OXH/ndCgA= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714045789; c=relaxed/simple; bh=KaZ0Us0fjwtcYmlie6dAJSPvaK7aMU4US+UlJbw62Vo=; h=Subject:To:Date:Message-Id:From; b=TqWt2GW+73YUfahjS1DS0nY9eOkTY+i5avi5F5cqjg7TUeOijnLu3pUVFhRrDS9GlRtuTOgo6GSdZOAxggE1RmXqsHgIT1YqVN/D1TMpazxaogOiozCehbtBIL3wxMLK7Tie6o1zeNuzPMQBp7u1TS5k5SVZ5zUCoFQkxf7X1nI= ARC-Authentication-Results: i=1; server2.sourceware.org X-CSE-ConnectionGUID: C5cGsShwRzukHn5s3zNCpg== X-CSE-MsgGUID: pjJDh8yhQKas5XuR6uEgGg== X-IronPort-AV: E=McAfee;i="6600,9927,11054"; a="13558393" X-IronPort-AV: E=Sophos;i="6.07,229,1708416000"; d="scan'208";a="13558393" Received: from fmviesa009.fm.intel.com ([10.60.135.149]) by orvoesa106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Apr 2024 04:49:47 -0700 X-CSE-ConnectionGUID: sPOm2BM5SHGGACwNy3v9Xg== X-CSE-MsgGUID: LaMdexbqS3i67a9JYt7zZw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,229,1708416000"; d="scan'208";a="25030102" Received: from shvmail03.sh.intel.com ([10.239.245.20]) by fmviesa009.fm.intel.com with ESMTP; 25 Apr 2024 04:49:45 -0700 Received: from shgcc100.sh.intel.com (shgcc100.sh.intel.com [10.239.85.93]) by shvmail03.sh.intel.com (Postfix) with ESMTP id 8305F1007361; Thu, 25 Apr 2024 19:49:44 +0800 (CST) Received: by shgcc100.sh.intel.com (Postfix, from userid 1003) id 67A15360762; Thu, 25 Apr 2024 19:49:44 +0800 (CST) Subject: Regressions under Intel SDE on master at commit r14-10117 vs commit r14-10115 on Linux/x86_64 To: , User-Agent: mail (GNU Mailutils 3.14) Date: Thu, 25 Apr 2024 19:49:44 +0800 Message-Id: <20240425114944.67A15360762@shgcc100.sh.intel.com> From: haochenj@shgcc100.sh.intel.com X-Spam-Status: No, score=0.4 required=5.0 tests=BAYES_00,DKIM_ADSP_NXDOMAIN,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,NO_DNS_FOR_FROM,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: New failures: New passes: ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. ERROR: global config file /dejagnurc not found. To reproduce the test failures: $ cd gcc $ make check RUNTESTFLAGS="--target_board='unix{-m32,}' i386.exp=failed-test" If a run-time test failure fails to reproduce, please run the executable under Intel SDE which can be downloaded from https://www.intel.com/content/www/us/en/developer/articles/tool/software-development-emulator.html $ ..../sde -future -- ./executable To debug executable under SDE: 1. Turn on SDE debug: $ ..../sde -future -debug -- ./executable and you should get: Application stopped until continued from debugger. Start GDB, then issue this command at the (gdb) prompt: target remote :xxxxx where xxxxx is a random number. 2. Run gdb $ gdb ./executable ... (gdb) target remote :xxxxx and you should get: ... Reading symbols from /lib64/ld-linux-x86-64.so.2...(no debugging symbols found)...done. Loaded symbols for /lib64/ld-linux-x86-64.so.2 0x00007fae0fc07100 in _start () from /lib64/ld-linux-x86-64.so.2 (gdb)