From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by sourceware.org (Postfix) with ESMTPS id A21D0385042A; Thu, 30 Jun 2022 17:58:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A21D0385042A X-IronPort-AV: E=McAfee;i="6400,9594,10394"; a="307932850" X-IronPort-AV: E=Sophos;i="5.92,235,1650956400"; d="scan'208";a="307932850" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Jun 2022 10:58:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,235,1650956400"; d="scan'208";a="541416825" Received: from scymds02.sc.intel.com ([10.82.73.244]) by orsmga003.jf.intel.com with ESMTP; 30 Jun 2022 10:58:00 -0700 Received: from gskx-2.sc.intel.com (gskx-2.sc.intel.com [172.25.33.41]) by scymds02.sc.intel.com with ESMTP id 25UHw0ZV018571; Thu, 30 Jun 2022 10:58:00 -0700 Received: by gskx-2.sc.intel.com (Postfix, from userid 10659939) id A0AE62864754; Thu, 30 Jun 2022 10:58:00 -0700 (PDT) Date: Thu, 30 Jun 2022 10:58:00 -0700 To: gcc-patches@gcc.gnu.org, gcc-regression@gcc.gnu.org, kito.cheng@sifive.com Subject: [r13-1357 Regression] FAIL: g++.dg/warn/Warray-bounds-16.C -std=gnu++98 pr102690 (test for bogus messages, line 22) 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: <20220630175800.A0AE62864754@gskx-2.sc.intel.com> From: skpandey@sc.intel.com X-Spam-Status: No, score=-3488.7 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: Thu, 30 Jun 2022 17:58:04 -0000 On Linux/x86_64, 0f6eef398045deb2a62d18b526831719c7c20c8a is the first bad commit commit 0f6eef398045deb2a62d18b526831719c7c20c8a Author: Kito Cheng Date: Tue Jun 28 18:43:42 2022 +0800 testsuite/102690: Only check warning for lp64 in Warray-bounds-16.C caused FAIL: g++.dg/warn/Warray-bounds-16.C -std=gnu++14 pr102690 (test for bogus messages, line 22) FAIL: g++.dg/warn/Warray-bounds-16.C -std=gnu++17 pr102690 (test for bogus messages, line 22) FAIL: g++.dg/warn/Warray-bounds-16.C -std=gnu++20 pr102690 (test for bogus messages, line 22) FAIL: g++.dg/warn/Warray-bounds-16.C -std=gnu++98 pr102690 (test for bogus messages, line 22) with GCC configured with ../../gcc/configure --prefix=/local/skpandey/gccwork/toolwork/gcc-bisect-master/master/r13-1357/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/warn/Warray-bounds-16.C --target_board='unix{-m32}'" $ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=g++.dg/warn/Warray-bounds-16.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)