]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 7 Jan 2023 00:17:28 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 7 Jan 2023 00:17:28 +0000 (00:17 +0000)
ChangeLog
contrib/ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/c/ChangeLog
gcc/testsuite/ChangeLog
libbacktrace/ChangeLog
libgm2/ChangeLog
libstdc++-v3/ChangeLog

index 46f6e72a797e934cd6faee0b9c8db3cf24b85115..03fc332b9658883e41a1192f6e8432f88dff303c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-01-06  ClĂ©ment Chigot  <chigot@adacore.com>
+
+       * configure.ac: Skip GMP and MPFR when --disable-gdb is
+       provided.
+       * configure: Regenerate.
+
 2023-01-04  Gaius Mulley  <gaiusmod2@gmail.com>
 
        * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
index 9c1dd3a17f48864440b03bca7e3e1b73a6821711..fc03953ccd6a597d6d845ad893199f19b6b9cc8f 100644 (file)
@@ -1,3 +1,7 @@
+2023-01-06  Martin Liska  <mliska@suse.cz>
+
+       * update-copyright.py: Add contrib as a default dir.
+
 2022-12-28  Martin Liska  <mliska@suse.cz>
 
        * update-copyright.py: Add contrib folder.
index 967e3395c1e7e28f5b66076f7c2c20c4ef76975d..5c1d16e4057e73e465d156da088dfc5a6ddd02e1 100644 (file)
@@ -1,3 +1,33 @@
+2023-01-06  Joseph Myers  <joseph@codesourcery.com>
+
+       * doc/extend.texi (__builtin_tgmath): Do not restate standard rule
+       for handling real integer types.
+
+2023-01-06  Tamar Christina  <tamar.christina@arm.com>
+
+       Revert:
+       2022-12-12  Tamar Christina  <tamar.christina@arm.com>
+
+       * config/aarch64/aarch64-simd.md (*aarch64_simd_movv2hf): New.
+       (mov<mode>, movmisalign<mode>, aarch64_dup_lane<mode>,
+       aarch64_store_lane0<mode>, aarch64_simd_vec_set<mode>,
+       @aarch64_simd_vec_copy_lane<mode>, vec_set<mode>,
+       reduc_<optab>_scal_<mode>, reduc_<fmaxmin>_scal_<mode>,
+       aarch64_reduc_<optab>_internal<mode>, aarch64_get_lane<mode>,
+       vec_init<mode><Vel>, vec_extract<mode><Vel>): Support V2HF.
+       (aarch64_simd_dupv2hf): New.
+       * config/aarch64/aarch64.cc (aarch64_classify_vector_mode):
+       Add E_V2HFmode.
+       * config/aarch64/iterators.md (VHSDF_P): New.
+       (V2F, VMOVE, nunits, Vtype, Vmtype, Vetype, stype, VEL,
+       Vel, q, vp): Add V2HF.
+       * config/arm/types.md (neon_fp_reduc_add_h): New.
+
+2023-01-06  Martin Liska  <mliska@suse.cz>
+
+       PR middle-end/107966
+       * doc/options.texi: Fix Var documentation in internal manual.
+
 2023-01-05  Roger Sayle  <roger@nextmovesoftware.com>
 
        Revert:
index 5cf4a37854956d395cf813e4cc8009531d895c9d..1178712294cb8e46046114e4789a8980bbdc62c4 100644 (file)
@@ -1 +1 @@
-20230106
+20230107
index f5f3ece2350e9fc955ada8011598eab6407ee0d5..a0e702eed8f2b6e98856cd5ca74a8b581587758d 100644 (file)
@@ -1,3 +1,11 @@
+2023-01-06  Joseph Myers  <joseph@codesourcery.com>
+
+       * c-parser.cc (c_parser_postfix_expression): Handle integer
+       generic arguments to functions passed to __builtin_tgmath as
+       _Float32x if any argument has _FloatNx or _Complex _FloatNx type.
+       Do not handle integer arguments to some narrowing functions as
+       _Float64.
+
 2022-12-19  Jakub Jelinek  <jakub@redhat.com>
 
        PR c/108043
index fbd43fd5c44de349190e5dd5cbdfd8824ee9c7a6..cc85416b3375f1e255309d255c08489e43511b04 100644 (file)
@@ -1,3 +1,23 @@
+2023-01-06  Joseph Myers  <joseph@codesourcery.com>
+
+       * gcc.dg/builtin-tgmath-3.c: Update expectations and add more
+       tests.
+
+2023-01-06  Tamar Christina  <tamar.christina@arm.com>
+
+       Revert:
+       2023-01-06  Tamar Christina  <tamar.christina@arm.com>
+
+       * gcc.target/aarch64/sve/slp_1.c: Update testcase.
+
+2023-01-06  Jakub Jelinek  <jakub@redhat.com>
+
+       PR target/108292
+       PR target/108308
+       * gcc.c-torture/execute/pr108292.c: New test.
+       * gcc.target/i386/pr108292.c: New test.
+       * gcc.dg/pr108308.c: New test.
+
 2023-01-05  Roger Sayle  <roger@nextmovesoftware.com>
 
        Revert:
index 76059bdea3e6fafa781268b949015a5cc793f673..087f12ad50ac97825eb6caf4d674fd45eb11f390 100644 (file)
@@ -1,3 +1,10 @@
+2023-01-06  Ian Lance Taylor  <iant@golang.org>
+
+       PR libbacktrace/108297
+       * configure.ac: Test whether linker supports --build-id.
+       * Makefile.am: Only run --build-id tests if supported.
+       * configure, Makefile.in: Regenerate.
+
 2022-12-17  Ian Lance Taylor  <iant@golang.org>
 
        * elf.c (elf_fetch_backward_init): New static function.
index 38215157e05693ae4ed00fd439b5276d1e8cdf40..91cb91ac79a14006c52af7e52c75993e8140038f 100644 (file)
@@ -1,3 +1,8 @@
+2023-01-06  v  <gaiusmod2@gmail.com>
+
+       * configure: Regenerate.
+       * configure.ac (libtool_VERSION): Bump to 18:0:0.
+
 2023-01-04  Iain Sandoe  <iain@sandoe.co.uk>
 
        PR modula2/108183
index 9ace9f0da749d67eeca15fcaa11b6230af982d68..3f1eb69dc65568fc43a50cd078b55c054366f628 100644 (file)
@@ -1,3 +1,64 @@
+2023-01-06  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/108228
+       * src/c++20/tzdb.cc (zoneinfo_dir): Add diagnostic pragma.
+
+2023-01-06  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/108235
+       * src/c++20/tzdb.cc (time_zone::_Impl::RulesCounter): New class
+       template and partial specialization for synchronizing access to
+       time_zone::_Impl::infos.
+       (time_zone::_M_get_sys_info, reload_tzdb): Adjust uses of
+       rules_counter.
+
+2023-01-06  Patrick Palka  <ppalka@redhat.com>
+
+       PR libstdc++/108260
+       * include/bits/utility.h (__cpp_lib_ranges_zip): Define for C++23.
+       * include/std/ranges (__cpp_lib_ranges_zip): Likewise.
+       (__cpp_lib_ranges_chunk): Likewise.
+       (__cpp_lib_ranges_slide): Likewise.
+       (__cpp_lib_ranges_chunk_by): Likewise.
+       (__cpp_lib_ranges_join_with): Likewise.
+       (__cpp_lib_ranges_repeat): Likewise.
+       (__cpp_lib_ranges_stride): Likewise.
+       (__cpp_lib_ranges_cartesian_product): Likewise.
+       (__cpp_lib_ranges_as_rvalue): Likewise.
+       * include/std/version: Ditto.
+       * testsuite/20_util/tuple/p2321r2.cc: Verify value of
+       feature-test macro.
+       * testsuite/std/ranges/adaptors/as_rvalue/1.cc: Likewise.
+       * testsuite/std/ranges/adaptors/chunk/1.cc: Likewise.
+       * testsuite/std/ranges/adaptors/chunk_by/1.cc: Likewise.
+       * testsuite/std/ranges/adaptors/join_with/1.cc: Likewise.
+       * testsuite/std/ranges/adaptors/slide/1.cc: Likewise.
+       * testsuite/std/ranges/adaptors/stride/1.cc: Likewise.
+       * testsuite/std/ranges/cartesian_product/1.cc: Likewise.
+       * testsuite/std/ranges/repeat/1.cc: Likewise.
+       * testsuite/std/ranges/zip/1.cc: Likewise.
+       * testsuite/std/ranges/version_c++23.cc: New test.
+
+2023-01-06  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/108214
+       * include/std/bitset (operator>>): Use alloca in the right
+       scope, not in a constructor.
+       * testsuite/20_util/bitset/io/input.cc: Check case from PR.
+
+2023-01-06  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/108221
+       * include/std/format (basic_format_arg) [!__cpp_lib_to_chars]:
+       Disable visiting floating-point types.
+
+2023-01-06  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/108288
+       * include/debug/safe_iterator.h (_Safe_iterator::operator++(int))
+       (_Safe_iterator::operator--(int)): Do not hold lock around
+       construction of return value.
+
 2023-01-05  John David Anglin  <danglin@gcc.gnu.org>
 
        * config/cpu/hppa/atomicity.h (_PA_LDCW_INSN): Define.