]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 17 Sep 2022 00:17:20 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 17 Sep 2022 00:17:20 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libgcc/ChangeLog
libstdc++-v3/ChangeLog

index 840039d02e06ea7f6a4702a5d00c8779647fda90..6e09a1a3b79d32ab4c1727263a364c32e08589e0 100644 (file)
@@ -1,3 +1,19 @@
+2022-09-16  liuhongt  <hongtao.liu@intel.com>
+
+       PR target/106910
+       * config/i386/i386-builtins.cc
+       (ix86_builtin_vectorized_function): Modernized with
+       corresponding expanders.
+       * config/i386/sse.md (lrint<mode><sseintvecmodelower>2): New
+       expander.
+       (floor<mode>2): Ditto.
+       (lfloor<mode><sseintvecmodelower>2): Ditto.
+       (ceil<mode>2): Ditto.
+       (lceil<mode><sseintvecmodelower>2): Ditto.
+       (btrunc<mode>2): Ditto.
+       (lround<mode><sseintvecmodelower>2): Ditto.
+       (exp2<mode>2): Ditto.
+
 2022-09-15  Joseph Myers  <joseph@codesourcery.com>
 
        * ginclude/float.h (INFINITY): Define only if
index e22a65d8c1236a49c0f054b11544f61823c7e108..c5a8cbf7428c2c28622bb5101a63477e3f24ac11 100644 (file)
@@ -1 +1 @@
-20220916
+20220917
index d3d0e04f233a0cc614285bca05b1ead359b7456e..811052815cf213d8dbed4059467fc56572fc7615 100644 (file)
@@ -1,3 +1,19 @@
+2022-09-16  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/92505
+       * constexpr.cc (cxx_eval_component_reference): Check non_constant_p
+       sooner.  In C++14 or later, reject a DECL_MUTABLE_P member access
+       only if CONSTRUCTOR_MUTABLE_POISION is also set.
+
+2022-09-16  Jason Merrill  <jason@redhat.com>
+
+       PR c++/106858
+       * parser.cc (cp_parser_omp_var_list_no_open): Pass the
+       initial token location down.
+       * semantics.cc (finish_omp_clauses): Check
+       invalid_nonstatic_memfn_p.
+       * typeck.cc (invalid_nonstatic_memfn_p): Handle null TREE_TYPE.
+
 2022-09-15  Richard Biener  <rguenther@suse.de>
 
        * decl.cc (cxx_init_decl_processing): Inline last
index 064ea4388a3d9ba9272cf7a8fdbd0f67a0920be1..a40fdd2d7db62081d33e7bc1b18d5ce348fed427 100644 (file)
@@ -1,3 +1,18 @@
+2022-09-16  Eugene Rozenfeld  <erozen@microsoft.com>
+
+       * gcc.dg/tree-prof/indir-call-prof-2.c: Fix dg-final-use-autofdo.
+
+2022-09-16  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/92505
+       * g++.dg/cpp0x/constexpr-mutable3.C: New test.
+       * g++.dg/cpp1y/constexpr-mutable1.C: New test.
+
+2022-09-16  Jason Merrill  <jason@redhat.com>
+
+       PR c++/106858
+       * g++.dg/gomp/map-3.C: New test.
+
 2022-09-15  Harald Anlauf  <anlauf@gmx.de>
 
        PR fortran/106857
index e0deb15e33d273e252e009e4c8d5cb3d4c4e29ea..d07fc9c67030c3f2953e26753698530658e0da52 100644 (file)
@@ -1,3 +1,15 @@
+2022-09-16  Thomas Neumann  <tneumann@users.sourceforge.net>
+
+       * unwind-dw2-fde.c (release_registered_frames): Cleanup at shutdown.
+       (__register_frame_info_table_bases): Use btree in atomic fast path.
+       (__deregister_frame_info_bases): Likewise.
+       (_Unwind_Find_FDE): Likewise.
+       (base_from_object): Make parameter const.
+       (classify_object_over_fdes): Add query-only mode.
+       (get_pc_range): Compute PC range for lookup.
+       * unwind-dw2-fde.h (last_fde): Make parameter const.
+       * unwind-dw2-btree.h: New file.
+
 2022-08-31  Martin Liska  <mliska@suse.cz>
 
        * config.host: Remove hppa.
index 392a52255f38ee5aab06d9b31813f8186eb53066..a55293e79567a2e745557cc273d3599680ad4dad 100644 (file)
@@ -1,3 +1,105 @@
+2022-09-16  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/106953
+       * include/backward/auto_ptr.h [!_GLIBCXX_HOSTED]: Do not define
+       shared_ptr members.
+       * include/bits/alloc_traits.h [!_GLIBCXX_HOSTED]: Do not declare
+       std::allocator_traits<std::allocator<T>> specializations for
+       freestanding.
+       * include/bits/memoryfwd.h [!_GLIBCXX_HOSTED] (allocator): Do
+       not declare for freestanding.
+       * include/bits/stl_algo.h [!_GLIBCXX_HOSTED] (stable_partition):
+       Do not define for freestanding.
+       [!_GLIBCXX_HOSTED] (merge, stable_sort): Do not use temporary
+       buffers for freestanding.
+       * include/bits/stl_algobase.h [!_GLIBCXX_HOSTED]: Do not declare
+       streambuf iterators and overloaded algorithms using them.
+       * include/bits/stl_uninitialized.h [!_GLIBCXX_HOSTED]: Do not
+       define specialized overloads for std::allocator.
+       * include/bits/unique_ptr.h [!_GLIBCXX_HOSTED] (make_unique)
+       (make_unique_for_overwrite, operator<<): Do not define for
+       freestanding.
+       * include/c_global/cstdlib [!_GLIBCXX_HOSTED] (_Exit): Declare.
+       Use _GLIBCXX_NOTHROW instead of throw().
+       * include/debug/assertions.h [!_GLIBCXX_HOSTED]: Ignore
+       _GLIBCXX_DEBUG for freestanding.
+       * include/debug/debug.h [!_GLIBCXX_DEBUG]: Likewise.
+       * include/std/bit [!_GLIBCXX_HOSTED]: Do not use the custom
+       __int_traits if <ext/numeric_traits.h> is available.
+       * include/std/functional [!_GLIBCXX_HOSTED]: Do not include
+       headers that aren't valid for freestanding.
+       (boyer_moore_searcher, boyer_moore_horspool_searcher): Do not
+       define for freestanding.
+       * include/std/iterator [!_GLIBCXX_HOSTED]: Do not include
+       headers that aren't valid for freestanding.
+       * include/std/memory [!_GLIBCXX_HOSTED]: Likewise.
+       * include/std/ranges [!_GLIBCXX_HOSTED] (istream_view): Do not
+       define for freestanding.
+       (views::__detail::__is_basic_string_view) [!_GLIBCXX_HOSTED]:
+       Do not define partial specialization for freestanding.
+
+2022-09-16  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/bits/alloc_traits.h (__alloc_swap)
+       (__shrink_to_fit_aux): Move here, from ...
+       * include/bits/allocator.h: ... here.
+       * include/ext/alloc_traits.h: Do not include allocator.h.
+
+2022-09-16  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/bits/stl_algo.h: Include <bits/stl_algobase.h>.
+       * include/bits/stl_tempbuf.h: Include headers for __try and
+       __catch macros, std::pair, and __gnu_cxx::__numeric_traits.
+       * include/bits/stream_iterator.h: Include <iosfwd> and headers
+       for std::addressof and std::iterator.
+       * include/bits/streambuf_iterator.h: Include header for
+       std::iterator.
+       * include/std/iterator: Do not include <iosfwd>.
+
+2022-09-16  Jonathan Wakely  <jwakely@redhat.com>
+
+       * testsuite/29_atomics/atomic_ref/compare_exchange_padding.cc:
+       Store value with non-zero padding bits after construction.
+
+2022-09-16  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/tr1/random.h (__detail::_Adaptor::_BEngine): Remove.
+       (__detail::_Adaptor::_M_g): Make public.
+       (__detail::_Adaptor<_Engine*, _Dist>): Remove partial
+       specialization.
+       (variate_generate::_Value): New helper to simplify handling of
+       _Engine* and _Engine& template arguments.
+       (variate_generate::engine_value_type): Define to underlying
+       engine type, not adapted type.
+       (variate_generate::engine()): Return underlying engine instead
+       of adaptor.
+       * testsuite/tr1/5_numerical_facilities/random/variate_generator/37986.cc:
+       Fix comment.
+       * testsuite/tr1/5_numerical_facilities/random/variate_generator/requirements/typedefs.cc:
+       Check member typedefs have the correct types.
+
+2022-09-16  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/debug/formatter.h [_GLIBCXX_DEBUG_BACKTRACE]
+       (_Error_formatter): Use 0 as null pointer constant.
+
+2022-09-16  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/bits/allocator.h (__alloc_neq): Remove.
+       * include/bits/stl_list.h (list::_M_check_equal_allocators):
+       Compare allocators directly, without __alloc_neq.
+
+2022-09-16  Jonathan Wakely  <jwakely@redhat.com>
+
+       * doc/doxygen/user.cfg.in (PREDEFINED): Remove __allocator_base.
+       * include/bits/allocator.h: Fix nesting of Doxygen commands.
+
+2022-09-16  Jonathan Wakely  <jwakely@redhat.com>
+
+       * doc/xml/manual/abi.xml: Document GLIBCXX_3.4.30 and
+       GLIBCXX_3.4.31 versions.
+       * doc/html/manual/abi.html: Regenerate.
+
 2022-09-15  Jonathan Wakely  <jwakely@redhat.com>
 
        * include/std/memory: Do not include <bits/stl_algobase.h>.