]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 2 May 2021 00:16:20 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 2 May 2021 00:16:20 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog

index d147da722ecfdb2416bfcedc5d5e426bcd15436b..6c22960a1b9c1680736016ec6282e69fb63a3e0b 100644 (file)
@@ -1,3 +1,15 @@
+2021-05-01  Aldy Hernandez  <aldyh@redhat.com>
+
+       * value-range.cc (DEFINE_INT_RANGE_GC_STUBS): Remove.
+       (gt_pch_nx (int_range<1> *&)): New.
+       (gt_ggc_mx (int_range<1> *&)): New.
+       * value-range.h (class irange): Add GTY support for
+       the base class.
+
+2021-05-01  Geng Qi  <gengqi@linux.alibaba.com>
+
+       * doc/options.texi (Negative): Change either or to both and.
+
 2021-04-30  Jonathan Wright  <jonathan.wright@arm.com>
 
        * config/aarch64/aarch64-simd-builtins.def: Add
index e86ec869849c5a8edb771cb638c9a5caae108e11..c2c5100c82327f5f84a434845859cec864e9c917 100644 (file)
@@ -1 +1 @@
-20210501
+20210502
index 86430fb582839325f1ce6563db10f5131a98b897..fe1ed7e36ee4738e3c27a560ce9863b7b3003385 100644 (file)
@@ -1,3 +1,16 @@
+2021-05-01  Jason Merrill  <jason@redhat.com>
+
+       * cp-tree.h (class ovl_iterator): Allow copying.  Add op==.
+       (class ovl_range, class lkp_range): New.
+       * call.c (build_op_call_1, add_candidates): Use them.
+       (build_op_delete_call, has_trivial_copy_assign_p): Likewise.
+       (has_trivial_copy_p): Likewise.
+       * class.c (handle_using_decl, get_basefndecls): Likewise.
+       (maybe_warn_about_overly_private_class): Likewise.
+       (warn_hidden, add_implicitly_declared_members): Likewise.
+       (check_methods, clone_constructors_and_destructors): Likewise.
+       (type_has_user_nondefault_constructor): Likewise.
+
 2021-04-29  Jason Merrill  <jason@redhat.com>
 
        * constexpr.c (cxx_fold_indirect_ref_1): Only set *empty_base if we