From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by sourceware.org (Postfix) with ESMTPS id 56C2A3858D39; Fri, 11 Mar 2022 04:45:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 56C2A3858D39 X-IronPort-AV: E=McAfee;i="6200,9189,10282"; a="237672313" X-IronPort-AV: E=Sophos;i="5.90,172,1643702400"; d="scan'208";a="237672313" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2022 20:45:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,172,1643702400"; d="scan'208";a="511268749" Received: from scymds01.sc.intel.com ([10.148.94.138]) by orsmga002.jf.intel.com with ESMTP; 10 Mar 2022 20:45:56 -0800 Received: from gskx-2.sc.intel.com (gskx-2.sc.intel.com [172.25.33.41]) by scymds01.sc.intel.com with ESMTP id 22B4judn024507; Thu, 10 Mar 2022 20:45:56 -0800 Received: by gskx-2.sc.intel.com (Postfix, from userid 10659939) id 59B762864701; Thu, 10 Mar 2022 20:45:56 -0800 (PST) Date: Thu, 10 Mar 2022 20:45:56 -0800 To: gcc-patches@gcc.gnu.org, gcc-regression@gcc.gnu.org, roger@nextmovesoftware.com Subject: [r12-7607 Regression] FAIL: g++.dg/other/pr84964.C -std=c++98 (test for warnings, line 6) on Linux/x86_64 User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20220311044556.59B762864701@gskx-2.sc.intel.com> From: "sunil.k.pandey" X-Spam-Status: No, score=-3488.9 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.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-regression@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-regression mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2022 04:46:00 -0000 On Linux/x86_64, a717376e99fb33ba3b06bd8122e884f4b63a60c9 is the first bad commit commit a717376e99fb33ba3b06bd8122e884f4b63a60c9 Author: Roger Sayle Date: Thu Mar 10 23:49:15 2022 +0000 PR c++/84964: Middle-end patch to expand_call for ICE after sorry. caused FAIL: g++.dg/other/pr84964.C -std=c++14 (test for warnings, line 6) FAIL: g++.dg/other/pr84964.C -std=c++17 (test for warnings, line 6) FAIL: g++.dg/other/pr84964.C -std=c++20 (test for warnings, line 6) FAIL: g++.dg/other/pr84964.C -std=c++98 (test for warnings, line 6) with GCC configured with ../../gcc/configure --prefix=/local/skpandey/gccwork/toolwork/gcc-bisect-master/master/r12-7607/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}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/other/pr84964.C --target_board='unix{-m32}'" $ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/other/pr84964.C --target_board='unix{-m32\ -march=cascadelake}'" (Please do not reply to this email, for question about this report, contact me at skpgkp2 at gmail dot com)