From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by sourceware.org (Postfix) with ESMTPS id 861F83858410; Fri, 16 Jun 2023 20:04:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 861F83858410 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=ecsmtp.sh.intel.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=ecsmtp.sh.intel.com X-IronPort-AV: E=McAfee;i="6600,9927,10743"; a="339634634" X-IronPort-AV: E=Sophos;i="6.00,248,1681196400"; d="scan'208";a="339634634" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Jun 2023 13:04:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10743"; a="663305488" X-IronPort-AV: E=Sophos;i="6.00,248,1681196400"; d="scan'208";a="663305488" Received: from shvmail03.sh.intel.com ([10.239.245.20]) by orsmga003.jf.intel.com with ESMTP; 16 Jun 2023 13:04:44 -0700 Received: from shliclel4214.sh.intel.com (shliclel4214.sh.intel.com [10.239.240.214]) by shvmail03.sh.intel.com (Postfix) with ESMTP id AAB9B10079A2; Sat, 17 Jun 2023 04:04:43 +0800 (CST) Received: from shliclel4214.sh.intel.com (localhost [127.0.0.1]) by shliclel4214.sh.intel.com (8.16.1/8.12.8/MailSET/client) with ESMTP id 35GK4gGb1909540; Sat, 17 Jun 2023 04:04:42 +0800 Received: (from haochenj@localhost) by shliclel4214.sh.intel.com (8.16.1/8.12.8/MailSET/Submit) id 35GK4f2B1909539; Sat, 17 Jun 2023 04:04:41 +0800 From: "haochen.jiang" Message-Id: <202306162004.35GK4f2B1909539@shliclel4214.sh.intel.com> Date: Sat, 17 Jun 2023 04:04:41 +0800 To: manolis.tsamis@vrull.eu, gcc-regression@gcc.gnu.org, gcc-patches@gcc.gnu.org, haochen.jiang@intel.com Subject: [r14-1873 Regression] FAIL: 25_algorithms/set_union/constrained.cc (test for excess errors) on Linux/x86_64 User-Agent: s-nail v14.9.22 X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,KAM_NUMSUBJECT,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE 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: On Linux/x86_64, 6a2e8dcbbd4bab374b27abea375bf7a921047800 is the first bad commit commit 6a2e8dcbbd4bab374b27abea375bf7a921047800 Author: Manolis Tsamis Date: Thu May 25 13:44:41 2023 +0200 cprop_hardreg: Enable propagation of the stack pointer if possible caused FAIL: 25_algorithms/set_union/constrained.cc (test for excess errors) with GCC configured with ../../gcc/configure --prefix=/export/users/haochenj/src/gcc-bisect/master/master/r14-1873/usr --enable-clocale=gnu --with-system-zlib --with-demangler-in-ld --with-fpmath=sse --enable-languages=c,c++,fortran --enable-cet --without-isl --enable-libmpx x86_64-linux --disable-bootstrap To reproduce: $ cd {build_dir}/x86_64-linux/libstdc++-v3/testsuite && make check RUNTESTFLAGS="conformance.exp=25_algorithms/set_union/constrained.cc --target_board='unix{-m64}'" (Please do not reply to this email, for question about this report, contact me at haochen dot jiang at intel.com)