From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by sourceware.org (Postfix) with ESMTPS id C7EDD38425B4; Fri, 24 Jun 2022 18:20:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C7EDD38425B4 X-IronPort-AV: E=McAfee;i="6400,9594,10388"; a="281794677" X-IronPort-AV: E=Sophos;i="5.92,218,1650956400"; d="scan'208";a="281794677" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jun 2022 11:20:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,218,1650956400"; d="scan'208";a="589092577" Received: from scymds01.sc.intel.com ([10.148.94.138]) by orsmga002.jf.intel.com with ESMTP; 24 Jun 2022 11:20:41 -0700 Received: from gskx-2.sc.intel.com (gskx-2.sc.intel.com [172.25.33.41]) by scymds01.sc.intel.com with ESMTP id 25OIKfvq011613; Fri, 24 Jun 2022 11:20:41 -0700 Received: by gskx-2.sc.intel.com (Postfix, from userid 10659939) id 45A0F2864754; Fri, 24 Jun 2022 11:20:41 -0700 (PDT) Date: Fri, 24 Jun 2022 11:20:41 -0700 To: gcc-patches@gcc.gnu.org, gcc-regression@gcc.gnu.org, rguenther@suse.de Subject: [r13-1243 Regression] FAIL: gcc.dg/torture/pr106070.c -Os execution test 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: <20220624182041.45A0F2864754@gskx-2.sc.intel.com> From: skpandey@sc.intel.com X-Spam-Status: No, score=-3488.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, 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 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, 24 Jun 2022 18:20:44 -0000 On Linux/x86_64, b36a1c964f99758de1f3b169628965d3c3af812b is the first bad commit commit b36a1c964f99758de1f3b169628965d3c3af812b Author: Richard Biener Date: Fri Jun 24 13:37:22 2022 +0200 middle-end/106070 - bogus cond-expr folding caused FAIL: gcc.dg/torture/pr106070.c -O0 execution test FAIL: gcc.dg/torture/pr106070.c -O1 execution test FAIL: gcc.dg/torture/pr106070.c -O2 execution test FAIL: gcc.dg/torture/pr106070.c -O2 -flto -fno-use-linker-plugin -flto-partition=none execution test FAIL: gcc.dg/torture/pr106070.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects execution test FAIL: gcc.dg/torture/pr106070.c -O3 -fomit-frame-pointer -funroll-loops -fpeel-loops -ftracer -finline-functions execution test FAIL: gcc.dg/torture/pr106070.c -O3 -g execution test FAIL: gcc.dg/torture/pr106070.c -Os execution test with GCC configured with ../../gcc/configure --prefix=/local/skpandey/gccwork/toolwork/gcc-bisect-master/master/r13-1243/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-torture.exp=gcc.dg/torture/pr106070.c --target_board='unix{-m32}'" $ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg-torture.exp=gcc.dg/torture/pr106070.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)