]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 15 Jun 2023 00:16:35 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 15 Jun 2023 00:16:35 +0000 (00:16 +0000)
ChangeLog
contrib/ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libgomp/ChangeLog
libstdc++-v3/ChangeLog

index 0356c41b295658f43dd3c9288e4b180f624cb400..55a460157d070e545799c0080ad54ef1eb450309 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-06-14  Filip Kastl  <filip.kastl@gmail.com>
+
+       * MAINTAINERS: Add myself to write after approval
+
 2023-06-02  YunQiang Su  <yunqiang.su@cipunited.com>
 
        * MAINTAINERS (CPU Port Maintainers): Add myself as MIPS
index e3193524027d8bff9e69ab3d5245329218371f76..2aa559fbce8287c4bbc701aa22c476288cbfafef 100644 (file)
@@ -1,3 +1,67 @@
+2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
+
+       * testsuite-management/validate_failures.py (TestResult,)
+       (ParseManifestWorker, ParseSummary, Main): Handle new option
+       "--srcpath <regex>".
+
+2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
+
+       * testsuite-management/validate_failures.py (TestResult): Update.
+       (Main): Handle new option "--expiry_date YYYYMMDD".
+
+2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
+
+       * 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  <thiago.bauermann@linaro.org>
+
+       * testsuite-management/validate_failures.py (TestResult): Improve error
+       output.
+
+2023-06-14  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * testsuite-management/validate_failures.py (_EXP_LINE_FORMAT,)
+       (_EXP_LINE_REX, ResultSet): Support "$tool:" prefix in exp names.
+
+2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
+
+       * testsuite-management/validate_failures.py (Main): Use exit code "2"
+       to indicate regression.
+
+2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
+
+       * testsuite-management/validate_failures.py (_VALID_TEST_RESULTS_REX):
+       Update.
+       (TestResult): Use _VALID_TEST_RESULTS_REX.
+
+2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
+
+       * testsuite-management/validate_failures.py: Add more verbosity levels.
+
+2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
+
+       * testsuite-management/validate_failures.py: Simplify GetManifestPath().
+
+2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
+
+       * testsuite-management/validate_failures.py (GetResults): Update.
+       (CompareBuilds): Read in manifest.
+
+2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
+
+       * testsuite-management/validate_failures.py (ParseManifestWorker):
+       Support expiry attributes in manifests.
+       (ParseSummary): Add a comment.
+
+2023-06-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
+
+       * testsuite-management/validate_failures.py: Avoid testsuite
+       aliasing.
+
 2023-06-13  Andi Kleen  <ak@linux.intel.com>
 
        * gen_autofdo_event.py: Update for download server changes
index 093361259f847615f2655df5105a545e2b752803..db1de5741ae58dec2833333eabd0805ac1aafd85 100644 (file)
@@ -1,3 +1,27 @@
+2023-06-14  Jivan Hakobyan  <jivanhakobyan9@gmail.com>
+
+       * config/moxie/uclinux.h (MFWRAP_SPEC): Remove
+
+2023-06-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * 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  <thomas@codesourcery.com>
+
+       * 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  <hongtao.liu@intel.com>
+
+       PR target/110227
+       * config/i386/sse.md (mov<mode>_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  <jlaw@ventanamicro.com>
 
        * gcc.cc (LINK_COMMAND_SPEC): Remove mudflap spec handling.
index 60b8c2b92b73648946372b23400e2a2c5659d8db..3f6866a6b546b019d4a64975db5bff8f39ce34bf 100644 (file)
@@ -1 +1 @@
-20230614
+20230615
index 863e31d6cd843e9b653f2f2186efd90e66301958..9261bfa17df886c556cc57c0fc8199c28cd0b1a3 100644 (file)
@@ -1,3 +1,10 @@
+2023-06-14  Jason Merrill  <jason@redhat.com>
+
+       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  <dmalcolm@redhat.com>
 
        PR c/84890
index 5a7ed4d43f598e5239bfda9d98beda844c1ef81a..b5fd6be702e02f004c337bf52beaf9d21d4b8a9b 100644 (file)
@@ -1,3 +1,30 @@
+2023-06-14  Jason Merrill  <jason@redhat.com>
+
+       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  <thomas@codesourcery.com>
+
+       * gfortran.fortran-torture/execute/math.f90: Enhance for optional
+       OpenACC 'serial', OpenMP 'target' usage.
+
+2023-06-14  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * 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  <thomas@codesourcery.com>
+
+       * g++.dg/warn/Wfree-nonheap-object.s: Remove.
+
+2023-06-14  liuhongt  <hongtao.liu@intel.com>
+
+       * gcc.target/i386/pr110227.c: New test.
+
 2023-06-13  David Malcolm  <dmalcolm@redhat.com>
 
        PR c/84890
index d414241ecc006f864f36dcc702612c08ff1997c6..4835dc4fdf45c30b76b7ad6cb46acd53290f016a 100644 (file)
@@ -1,3 +1,55 @@
+2023-06-14  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * 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  <thomas@codesourcery.com>
+
+       * 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  <thomas@codesourcery.com>
+
+       * testsuite/libgomp.fortran/fortran-torture_execute_math.f90: New.
+       * testsuite/libgomp.oacc-fortran/fortran-torture_execute_math.f90:
+       Likewise.
+
+2023-06-14  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * testsuite/libgomp.c/target-51.c: Fix typo.
+
+2023-06-14  Tobias Burnus  <tobias@codesourcery.com>
+
+       * 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  <tobias@codesourcery.com>
 
        PR libgomp/109837
index 909f1dfc40d1e5b263d0e33c9c441007fd93de25..dadbbcc2dd3d4a64848da1f44b2a4bae25090221 100644 (file)
@@ -1,3 +1,9 @@
+2023-06-14  Jonny Grant  <jg@jguk.org>
+
+       * doc/xml/manual/extensions.xml: Remove demangle exception
+       description and include.
+       * doc/html/manual/ext_demangling.html: Regenerate.
+
 2023-06-10  Hans-Peter Nilsson  <hp@axis.com>
 
        * testsuite/27_io/basic_istream/ignore/wchar_t/94749.cc (main)