From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.11]) by sourceware.org (Postfix) with ESMTPS id C962E3858D37; Mon, 29 Jul 2024 14:32:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C962E3858D37 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 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org C962E3858D37 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=198.175.65.11 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1722263554; cv=none; b=ospTNeuycO1kRQqLQOMIR5Y/I2eSCZ/GasStGPb+RCCQrPyeBXiTWAgAmOrLGLTQeztdg6cTVSG5vfs9xc2Ywydvj9vJMXsk9HmIi8dt2dIikLS8M8pkH0yg2nCG/xFLn/kURA8chPQxIwWt1TMPGRuypDY2KA+G+S/58bQKjsk= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1722263554; c=relaxed/simple; bh=AS80We7teMShAIkDNCCUF+g5EnWd74giY8hI36l0exk=; h=From:Message-Id:Date:To:Subject; b=k8AH0KXsQP1xKwjbNjHguGUiDQamZ8xAUA1e5QbG1rKDpDgDkuHRMAHJ6NyJmfRDcQ+JahA1hY5FgkPIYW++uJtx98T7HKEARIfgqfrc1sW4u3DCw9RjeiF4/1LFsaBp4xQR1teDv+yW91AUr4OUEQmokm7SH0Yxju+GchYN1Ts= ARC-Authentication-Results: i=1; server2.sourceware.org X-CSE-ConnectionGUID: YdMYLiNGQ0CgIzWXBqikVw== X-CSE-MsgGUID: iddcZNRlSG6yJyPBfcPjkg== X-IronPort-AV: E=McAfee;i="6700,10204,11148"; a="30607431" X-IronPort-AV: E=Sophos;i="6.09,246,1716274800"; d="scan'208";a="30607431" Received: from fmviesa001.fm.intel.com ([10.60.135.141]) by orvoesa103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jul 2024 07:32:27 -0700 X-CSE-ConnectionGUID: FQKr8FYWQwGuckXmvrowTQ== X-CSE-MsgGUID: AFEF71KlTluFCICRd9Jrqw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,246,1716274800"; d="scan'208";a="84934842" Received: from shvmail03.sh.intel.com ([10.239.245.20]) by fmviesa001.fm.intel.com with ESMTP; 29 Jul 2024 07:32:25 -0700 Received: from shliclel4214.sh.intel.com (shliclel4214.sh.intel.com [10.239.240.214]) by shvmail03.sh.intel.com (Postfix) with ESMTP id CA4D61007346; Mon, 29 Jul 2024 22:32:24 +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 46TEW70C4069393; Mon, 29 Jul 2024 22:32:07 +0800 Received: (from haochenj@localhost) by shliclel4214.sh.intel.com (8.16.1/8.16.1/Submit) id 46TEW7KT4069392; Mon, 29 Jul 2024 22:32:07 +0800 From: "haochen.jiang" Message-Id: <202407291432.46TEW7KT4069392@shliclel4214.sh.intel.com> Date: Mon, 29 Jul 2024 22:32:07 +0800 To: tburnus@baylibre.com, gcc-regression@gcc.gnu.org, gcc-patches@gcc.gnu.org, haochen.jiang@intel.com Subject: [r15-2378 Regression] FAIL: gfortran.dg/compiler-directive_2.f -O (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 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, 29b1587e7d34667a1fd63071c1e4f5475cd71026 is the first bad commit commit 29b1587e7d34667a1fd63071c1e4f5475cd71026 Author: Tobias Burnus Date: Mon Jul 29 11:46:57 2024 +0200 OpenMP/Fortran: Fix handling of 'declare target' with 'link' clause [PR115559] caused FAIL: gfortran.dg/compiler-directive_2.f -O (test for errors, line 8) FAIL: gfortran.dg/compiler-directive_2.f -O (test for excess errors) with GCC configured with ../../gcc/configure --prefix=/export/users/haochenj/src/gcc-bisect/master/master/r15-2378/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=gfortran.dg/compiler-directive_2.f --target_board='unix{-m32}'" $ cd {build_dir}/gcc && make check RUNTESTFLAGS="dg.exp=gfortran.dg/compiler-directive_2.f --target_board='unix{-m32\ -march=cascadelake}'" (Please do not reply to this email, for question about this report, contact me at haochen dot jiang at intel.com.) (If you met problems with cascadelake related, disabling AVX512F in command line might save that.) (However, please make sure that there is no potential problems with AVX512.)