From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by sourceware.org (Postfix) with ESMTPS id 1312B3842423; Thu, 29 Sep 2022 22:57:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1312B3842423 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="6500,9779,10485"; a="289211876" X-IronPort-AV: E=Sophos;i="5.93,356,1654585200"; d="scan'208";a="289211876" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Sep 2022 15:57:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10485"; a="617788424" X-IronPort-AV: E=Sophos;i="5.93,356,1654585200"; d="scan'208";a="617788424" Received: from shvmail03.sh.intel.com ([10.239.245.20]) by orsmga007.jf.intel.com with ESMTP; 29 Sep 2022 15:57:08 -0700 Received: from shliclel314.sh.intel.com (shliclel314.sh.intel.com [10.239.240.214]) by shvmail03.sh.intel.com (Postfix) with ESMTP id CFB0E100569D; Fri, 30 Sep 2022 06:57:07 +0800 (CST) Received: from shliclel314.sh.intel.com (localhost [127.0.0.1]) by shliclel314.sh.intel.com (8.15.2/8.12.8/MailSET/client) with ESMTP id 28TMstnn1630400; Fri, 30 Sep 2022 06:54:56 +0800 Received: (from haochenj@localhost) by shliclel314.sh.intel.com (8.15.2/8.12.8/MailSET/Submit) id 28TMssfZ1630398; Fri, 30 Sep 2022 06:54:54 +0800 From: "haochen.jiang" Message-Id: <202209292254.28TMssfZ1630398@shliclel314.sh.intel.com> Date: Fri, 30 Sep 2022 06:54:54 +0800 To: haochen.jiang@intel.com, gcc-patches@gcc.gnu.org, gcc-regression@gcc.gnu.org, julian@codesourcery.com Subject: [r13-2957 Regression] FAIL: c-c++-common/goacc/struct-component-kind-1.c -std=c++98 at line 68 (test for errors, line 67) 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 X-Spam-Status: No, score=-0.5 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 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, 8ace67ddb97698709a622b2f8ba2718524aa5eeb is the first bad commit commit 8ace67ddb97698709a622b2f8ba2718524aa5eeb Author: Julian Brown Date: Tue Sep 27 17:39:59 2022 +0000 OpenACC: whole struct vs. component mappings (PR107028) caused FAIL: c-c++-common/goacc/struct-component-kind-1.c at line 68 (test for errors, line 67) FAIL: c-c++-common/goacc/struct-component-kind-1.c -std=c++14 at line 68 (test for errors, line 67) FAIL: c-c++-common/goacc/struct-component-kind-1.c -std=c++17 at line 68 (test for errors, line 67) FAIL: c-c++-common/goacc/struct-component-kind-1.c -std=c++20 at line 68 (test for errors, line 67) FAIL: c-c++-common/goacc/struct-component-kind-1.c -std=c++98 at line 68 (test for errors, line 67) with GCC configured with ../../gcc/configure --prefix=/export/users/haochenj/src/gcc-bisect/master/master/r13-2957/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="goacc.exp=c-c++-common/goacc/struct-component-kind-1.c --target_board='unix{-m32}'" $ cd {build_dir}/gcc && make check RUNTESTFLAGS="goacc.exp=c-c++-common/goacc/struct-component-kind-1.c --target_board='unix{-m32\ -march=cascadelake}'" $ cd {build_dir}/gcc && make check RUNTESTFLAGS="goacc.exp=c-c++-common/goacc/struct-component-kind-1.c --target_board='unix{-m64}'" $ cd {build_dir}/gcc && make check RUNTESTFLAGS="goacc.exp=c-c++-common/goacc/struct-component-kind-1.c --target_board='unix{-m64\ -march=cascadelake}'" (Please do not reply to this email, for question about this report, contact me at haochen dot jiang at intel.com)