From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2168) id 517DE3858C1F; Thu, 15 Jun 2023 00:17:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 517DE3858C1F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686788226; bh=2GAMiRp31LLS9EKf8oLp7Dajg8f/7HM3BXH29RnEFMA=; h=From:To:Subject:Date:From; b=fPgny0KmepDl4RDhXi8lPFziaotJSVklnLoTo6SjGfWH/ZsgvtV8U7oJgbeQUJeDm FQ87Bl/eOeADulgkCb3N0dLVi2KBFqyKJ/3e+U4Rbvop2S7ZihjEvBVM62FkfVbZ2Y fv4S5T1Fra1ZP4Z1mlvUU0deKRTf0dsHY62pWHXE= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: GCC Administrator To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r14-1826] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/heads/master X-Git-Oldrev: ef30f9b094f58ba151164db01b2cf38a0b66863c X-Git-Newrev: c1c5edef33e3307296af244f50f9256472c69c09 Message-Id: <20230615001706.517DE3858C1F@sourceware.org> Date: Thu, 15 Jun 2023 00:17:05 +0000 (GMT) List-Id: https://gcc.gnu.org/g:c1c5edef33e3307296af244f50f9256472c69c09 commit r14-1826-gc1c5edef33e3307296af244f50f9256472c69c09 Author: GCC Administrator Date: Thu Jun 15 00:16:35 2023 +0000 Daily bump. Diff: --- ChangeLog | 4 ++++ contrib/ChangeLog | 64 +++++++++++++++++++++++++++++++++++++++++++++++++ gcc/ChangeLog | 24 +++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 7 ++++++ gcc/testsuite/ChangeLog | 27 +++++++++++++++++++++ libgomp/ChangeLog | 52 ++++++++++++++++++++++++++++++++++++++++ libstdc++-v3/ChangeLog | 6 +++++ 8 files changed, 185 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0356c41b295..55a460157d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2023-06-14 Filip Kastl + + * MAINTAINERS: Add myself to write after approval + 2023-06-02 YunQiang Su * MAINTAINERS (CPU Port Maintainers): Add myself as MIPS diff --git a/contrib/ChangeLog b/contrib/ChangeLog index e3193524027..2aa559fbce8 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,67 @@ +2023-06-14 Maxim Kuvyrkov + + * testsuite-management/validate_failures.py (TestResult,) + (ParseManifestWorker, ParseSummary, Main): Handle new option + "--srcpath ". + +2023-06-14 Maxim Kuvyrkov + + * testsuite-management/validate_failures.py (TestResult): Update. + (Main): Handle new option "--expiry_date YYYYMMDD". + +2023-06-14 Maxim Kuvyrkov + + * testsuite-management/validate_failures.py (ResultSet.update,) + (ResultSet.HasTestsuite): New methods. + (GetResults): Update. + (ParseSummary, CompareResults, PerformComparison, Main): Handle new + option --invert_match. + +2023-06-14 Thiago Bauermann + + * testsuite-management/validate_failures.py (TestResult): Improve error + output. + +2023-06-14 Christophe Lyon + + * testsuite-management/validate_failures.py (_EXP_LINE_FORMAT,) + (_EXP_LINE_REX, ResultSet): Support "$tool:" prefix in exp names. + +2023-06-14 Maxim Kuvyrkov + + * testsuite-management/validate_failures.py (Main): Use exit code "2" + to indicate regression. + +2023-06-14 Maxim Kuvyrkov + + * testsuite-management/validate_failures.py (_VALID_TEST_RESULTS_REX): + Update. + (TestResult): Use _VALID_TEST_RESULTS_REX. + +2023-06-14 Maxim Kuvyrkov + + * testsuite-management/validate_failures.py: Add more verbosity levels. + +2023-06-14 Maxim Kuvyrkov + + * testsuite-management/validate_failures.py: Simplify GetManifestPath(). + +2023-06-14 Maxim Kuvyrkov + + * testsuite-management/validate_failures.py (GetResults): Update. + (CompareBuilds): Read in manifest. + +2023-06-14 Maxim Kuvyrkov + + * testsuite-management/validate_failures.py (ParseManifestWorker): + Support expiry attributes in manifests. + (ParseSummary): Add a comment. + +2023-06-14 Maxim Kuvyrkov + + * testsuite-management/validate_failures.py: Avoid testsuite + aliasing. + 2023-06-13 Andi Kleen * gen_autofdo_event.py: Update for download server changes diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 093361259f8..db1de5741ae 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,27 @@ +2023-06-14 Jivan Hakobyan + + * config/moxie/uclinux.h (MFWRAP_SPEC): Remove + +2023-06-14 Kyrylo Tkachov + + * config/aarch64/aarch64-sve-builtins-base.cc (svlast_impl::fold): + Fix signed comparison warning in loop from npats to enelts. + +2023-06-14 Thomas Schwinge + + * gcc.cc (driver_handle_option): Forward host '-lgfortran', '-lm' + to offloading compilation. + * config/gcn/mkoffload.cc (main): Adjust. + * config/nvptx/mkoffload.cc (main): Likewise. + * doc/invoke.texi (foffload-options): Update example. + +2023-06-14 liuhongt + + PR target/110227 + * config/i386/sse.md (mov_internal>): Use x instead of v + for alternative 2 since there's no evex version for vpcmpeqd + ymm, ymm, ymm. + 2023-06-13 Jeff Law * gcc.cc (LINK_COMMAND_SPEC): Remove mudflap spec handling. diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 60b8c2b92b7..3f6866a6b54 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20230614 +20230615 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 863e31d6cd8..9261bfa17df 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,10 @@ +2023-06-14 Jason Merrill + + DR 2327 + PR c++/86521 + * call.cc (joust_maybe_elide_copy): Don't change cand. + (joust): Move the elided tiebreaker later. + 2023-06-13 David Malcolm PR c/84890 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5a7ed4d43f5..b5fd6be702e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,30 @@ +2023-06-14 Jason Merrill + + DR 2327 + PR c++/86521 + * g++.dg/cpp0x/overload-conv-4.C: Remove warnings. + * g++.dg/cpp1z/elide7.C: New test. + +2023-06-14 Thomas Schwinge + + * gfortran.fortran-torture/execute/math.f90: Enhance for optional + OpenACC 'serial', OpenMP 'target' usage. + +2023-06-14 Thomas Schwinge + + * c-c++-common/Wfree-nonheap-object-2.c: Tighten 'dg-warning' + alternatives. + * c-c++-common/Wfree-nonheap-object-3.c: Likewise. + * c-c++-common/Wfree-nonheap-object.c: Likewise. + +2023-06-14 Thomas Schwinge + + * g++.dg/warn/Wfree-nonheap-object.s: Remove. + +2023-06-14 liuhongt + + * gcc.target/i386/pr110227.c: New test. + 2023-06-13 David Malcolm PR c/84890 diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index d414241ecc0..4835dc4fdf4 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,55 @@ +2023-06-14 Thomas Schwinge + + * target.c (resolve_device): Align a + 'OMP_TARGET_OFFLOAD=mandatory' diagnostic with others. + * testsuite/libgomp.c/target-51.c: Adjust. + +2023-06-14 Thomas Schwinge + + * testsuite/libgomp.fortran/fortran.exp (lang_link_flags): Don't + set. + * testsuite/libgomp.oacc-fortran/fortran.exp (lang_link_flags): + Likewise. + * testsuite/libgomp.c/simd-math-1.c: Remove + '-foffload-options=-lm'. + * testsuite/libgomp.fortran/fortran-torture_execute_math.f90: + Likewise. + * testsuite/libgomp.oacc-fortran/fortran-torture_execute_math.f90: + Likewise. + +2023-06-14 Thomas Schwinge + + * testsuite/libgomp.fortran/fortran-torture_execute_math.f90: New. + * testsuite/libgomp.oacc-fortran/fortran-torture_execute_math.f90: + Likewise. + +2023-06-14 Thomas Schwinge + + * testsuite/libgomp.c/target-51.c: Fix typo. + +2023-06-14 Tobias Burnus + + * env.c (gomp_default_icv_values): Init default_device_var to + an nonconforming value - INT_MIN. + (initialize_env): After env-var parsing, set default_device_var to + device 0 unless OMP_TARGET_OFFLOAD=mandatory. + (omp_display_env): If default_device_var is INT_MIN, call + gomp_init_targets_once. + * icv-device.c (omp_get_default_device): Likewise. + * libgomp.texi (OMP_DEFAULT_DEVICE): Update init description. + (OpenMP 5.2 Impl. Status): Mark OMP_TARGET_OFFLOAD=mandatory as 'Y'. + * target.c (resolve_device): Improve error message device-num < 0 + with 'mandatory' and no no-host devices available. + (gomp_target_init): Set default-device-var if INT_MIN. + * testsuite/libgomp.c/target-48.c: New test. + * testsuite/libgomp.c/target-49.c: New test. + * testsuite/libgomp.c/target-50.c: New test. + * testsuite/libgomp.c/target-50a.c: New test. + * testsuite/libgomp.c/target-51.c: New test. + * testsuite/libgomp.c/target-52.c: New test. + * testsuite/libgomp.c/target-53.c: New test. + * testsuite/libgomp.c/target-54.c: New test. + 2023-06-13 Tobias Burnus PR libgomp/109837 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 909f1dfc40d..dadbbcc2dd3 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2023-06-14 Jonny Grant + + * doc/xml/manual/extensions.xml: Remove demangle exception + description and include. + * doc/html/manual/ext_demangling.html: Regenerate. + 2023-06-10 Hans-Peter Nilsson * testsuite/27_io/basic_istream/ignore/wchar_t/94749.cc (main)