Daily bump.
This commit is contained in:
parent
81f928ec8e
commit
6b1633378b
5 changed files with 69 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
20210123
|
||||
20210124
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue