Daily bump. master
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 24 Jan 2021 00:16:16 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 24 Jan 2021 00:16:16 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog
libphobos/ChangeLog

index 541621885e93245ef9385bea52325dd181e1bf37..9421b046eee2db938b45edc05abc24f813765021 100644 (file)
@@ -1,3 +1,8 @@
+2021-01-23  Jakub Jelinek  <jakub@redhat.com>
+
+       PR testsuite/97301
+       * config/rs6000/mmintrin.h (__m64): Add __may_alias__ attribute.
+
 2021-01-22  Jonathan Wright  <jonathan.wright@arm.com>
 
        * config/aarch64/aarch64-simd-builtins.def: Add mla builtin
index cd3ab91b01156695c6579f40dce275e9be7d84f3..d0f077f8eeafe4465a2eb9c76473beba52143490 100644 (file)
@@ -1 +1 @@
-20210123
+20210124
index 5148fa5f16e1a4e65ace574fc45eb96c71471ccd..d3d15b172c82380ba1e6247f76a86a212beab28b 100644 (file)
@@ -1,3 +1,28 @@
+2021-01-23  Anthony Sharp  <anthonysharp15@gmail.com>
+
+       * call.c (complain_about_access): Altered function.
+       * cp-tree.h (complain_about_access): Changed parameters of function.
+       (get_parent_with_private_access): Declared new function.
+       * search.c (get_parent_with_private_access): Defined new function.
+       * semantics.c (enforce_access): Modified function.
+       * typeck.c (complain_about_unrecognized_member): Updated function
+       arguments in complain_about_access.
+
+2021-01-23  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/97399
+       * cp-tree.h (shared_member_p): Adjust declaration.
+       * parser.c (cp_parser_init_declarator): If the storage class
+       specifier is sc_static, pass true for static_p to
+       cp_parser_declarator.
+       (cp_parser_direct_declarator): Don't do inject_this_parm when
+       the declarator is a friend.
+       * search.c (shared_member_p): Change return type to bool and
+       adjust function body accordingly.  Return false for a dependent
+       USING_DECL instead of aborting.
+       * semantics.c (finish_qualified_id_expr): Rely on shared_member_p
+       even when type-dependent.
+
 2021-01-22  Marek Polacek  <polacek@redhat.com>
 
        PR c++/96623
index 072c2e0b66f481ce14eb2f66d71aa828b7dbf859..7f31effdb20e8d41f20bbfac1480599378ba151b 100644 (file)
@@ -1,3 +1,34 @@
+2021-01-23  Anthony Sharp  <anthonysharp15@gmail.com>
+
+       * g++.dg/lookup/scoped1.C: Modified testcase to run successfully
+       with changes.
+       * g++.dg/tc1/dr142.C: Same as above.
+       * g++.dg/tc1/dr52.C: Same as above.
+       * g++.old-deja/g++.brendan/visibility6.C: Same as above.
+       * g++.old-deja/g++.brendan/visibility8.C: Same as above.
+       * g++.old-deja/g++.jason/access8.C: Same as above.
+       * g++.old-deja/g++.law/access4.C: Same as above.
+       * g++.old-deja/g++.law/visibility12.C: Same as above.
+       * g++.old-deja/g++.law/visibility4.C: Same as above.
+       * g++.old-deja/g++.law/visibility8.C: Same as above.
+       * g++.old-deja/g++.other/access4.C: Same as above.
+
+2021-01-23  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/88548
+       PR c++/97399
+       * g++.dg/cpp0x/this2.C: New test.
+       * g++.dg/template/pr97399.C: New test.
+
+2021-01-23  David Edelsohn  <dje.gcc@gmail.com>
+
+       * gcc.target/powerpc/fold-vec-insert-char-p9.c: Adjust ilp32.
+       * gcc.target/powerpc/fold-vec-insert-float-p9.c: Same.
+       * gcc.target/powerpc/fold-vec-insert-int-p9.c: Same.
+       * gcc.target/powerpc/fold-vec-insert-longlong.c: Same.
+       * gcc.target/powerpc/fold-vec-insert-short-p9.c: Same.
+       * gcc.target/powerpc/pr79251.p9.c: Same.
+
 2021-01-22  Marek Polacek  <polacek@redhat.com>
 
        PR c++/96623
index 9a1d810bdb8e55e75f855c1eccdd63c29717b5d7..cd874f0fce9fcb6ab5195f0f4c692b73e7f0ec30 100644 (file)
@@ -1,3 +1,10 @@
+2021-01-23  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/98806
+       * libdruntime/gcc/sections/elf_shared.d (MIPS_Any): Declare version
+       for MIPS32 and MIPS64.
+       (getDependencies): Adjust dlpi_addr on MIPS_Any.
+
 2021-01-05  Samuel Thibault  <samuel.thibault@ens-lyon.org>
 
        * configure: Re-generate.