From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id B5D793893664 for ; Wed, 21 Jul 2021 08:39:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B5D793893664 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: 6Yq10b51k1acu14tMqI8n2zfjVkViP3S9xnpR4VJMPsaC1cx23rlKM1aEZRDu3IgljZXyK/jbi fw9/mfKFJ1lOcBchZ2q5z9EqOroHDcIKLncsV7SymjwZBP+11z6PGca9lmjy27Ywc7ipdxLcXt cIry+oDh2Iyome7fIaSsXAAllJskSsoF5snUJHuR2BQPzGzxTnevmfalKBrrgYNu5melDDn7w8 y/fCs1clmPVfdWGbPSJyOthvGiYNyvKz5WFlEHQd2CvSkN3VDVXi5O8jMeDjkfuIHNbD0PcvQI ZlsZaO7JcH8jo/vFBh/pLdOK X-IronPort-AV: E=Sophos;i="5.84,257,1620720000"; d="scan'208";a="63762258" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa2.mentor.iphmx.com with ESMTP; 21 Jul 2021 00:39:03 -0800 IronPort-SDR: 7MgNeaQLU4o/un2P+7/DMf+VsCY7p71hTVCfWaBb9HMXoc4Vj/NN0ng/j48KobsNOxejgnBQmA NUmTQmy7I6AhOtqrZbx2ylsyc93mPo7GwedXGvkloINDjK86oF5JUH0XjxW59QKvdWtHxFNfxG 9eaH5X9Ko4YPNQSokU9bwVw+jEj6GBrdpB79YfiTwAKVfKZvFgULyDfkcMVEgK+apcN/KU4WH1 O0faFoKbciwrVFDY4zPbz+mxk71/ftbsD3D9yK3GJzBMhFQD3PYRY/TrNExL/LXWk01QXWqoDB cNY= Subject: Re: [OG11] Merge GCC 11 into branch, cherry picks from mainline From: Tobias Burnus To: gcc-patches References: <71210e37-0a8d-0d06-2c38-e81f81b55021@codesourcery.com> <20bf0bee-de67-8e70-bc8d-ed5bde79706d@codesourcery.com> <3846fd61-4bb9-b027-fc87-774a2848eac9@codesourcery.com> Message-ID: <3e815b08-edd3-3550-58d2-a239a9ce2355@codesourcery.com> Date: Wed, 21 Jul 2021 10:38:57 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: <3846fd61-4bb9-b027-fc87-774a2848eac9@codesourcery.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: quoted-printable Content-Language: en-US X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-08.mgc.mentorg.com (139.181.222.8) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, NICE_REPLY_A, SPF_HELO_PASS, SPF_PASS, TXREP 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-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2021 08:39:06 -0000 OG11 =3D devel/omp/gcc-11, a branch with some OpenMP/OpenACC/offload patche= s which are not yet on mainline. Additionally, patches in this area are cherry-picked from mainline. Commits since my last email on 15 June 21 which ended with commit adda89fd0= 71. My commits are all only cherry-picks plus GCC11 merges and some fallout commits. Thus, a rather boring list and nothing sophisticate. But for completeness, those commits are hereby documented. [I am not quite sure who actually is interested in this list.] The list includes all commits in this span, including those by others. Cherry pick from mainline by me: 2021-06-15 35b3fbf5d52 Fortran/OpenMP: Extend defaultmap clause for OpenM= P 5 [PR92568] Interlude: ChungLin's commit (no cherry pick): 2021-06-17 dbf5d72f4c0 Fixes for lambda in offload regions Cherry picks by Marcel (first one), Andrew (amdgcn one) and me (rest) from mainline =E2=80=93 plus git merge from the GCC 11 branch: 2021-06-22 9cb373f4439 gcc/configure.ac: fix register issue for global_lo= ad assembler functions 2021-06-23 235d6eda48d openmp: Fix up *_reduction clause handling with UD= Rs on PARM_DECLs [PR101167] 2021-06-23 7cadfa1e4c8 Merge remote-tracking branch 'origin/releases/gcc-= 11' into devel/omp/gcc-11 2021-06-28 4c7c00c362e fortran/dump-parse-tree.c: Use proper enum type 2021-06-28 a82a305d19c Merge remote-tracking branch 'origin/releases/gcc-= 11' into devel/omp/gcc-11 2021-06-29 5536f1065fe libgomp.fortran/defaultmap-8.f90: Fix non-shared m= emory handling 2021-06-29 33ef3d64e4d doc/invoke.texi: Sort flags in 'C Language Options= ' 2021-06-29 1e42bad6b96 Add 'default' to -foffload=3D; document that flag = [PR67300] 2021-06-29 6f08285014b gcc.c: Silence warning in check_offload_target_nam= e 2021-07-19 e054a4f7784 gcc/ChangeLog.omp: Update for last commit 2021-07-19 e897bb0c27d openmp: Reject #pragma omp atomic update, [PR10129= 7] 2021-07-19 36de16fd74f openmp: Initial support for OpenMP directives expr= essed as C++11 attributes 2021-07-20 f2f97e59bd2 Merge remote-tracking branch 'origin/releases/gcc-= 11' into devel/omp/gcc-11 2021-07-20 d47128d328f amdgcn: Add -mxnack and -msram-ecc [PR 100208] 2021-07-21 1201a27fba3 Fortran: Fix bind(C) character length checks 2021-07-21 a0b34d73e34 c++: Ensure OpenMP reduction with reference type r= eferences complete type [PR101516] 2021-07-21 858d20e2945 openmp: Fix up omp_check_private [PR101535] Cheers, Tobias ----------------- Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstra=C3=9Fe 201= , 80634 M=C3=BCnchen; Gesellschaft mit beschr=C3=A4nkter Haftung; Gesch=C3= =A4ftsf=C3=BChrer: Thomas Heurung, Frank Th=C3=BCrauf; Sitz der Gesellschaf= t: M=C3=BCnchen; Registergericht M=C3=BCnchen, HRB 106955