Skip to content

Commit 6b16333

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 81f928e commit 6b16333

File tree

5 files changed

+69
-1
lines changed

5 files changed

+69
-1
lines changed

gcc/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2021-01-23 Jakub Jelinek <[email protected]>
2+
3+
PR testsuite/97301
4+
* config/rs6000/mmintrin.h (__m64): Add __may_alias__ attribute.
5+
16
2021-01-22 Jonathan Wright <[email protected]>
27

38
* config/aarch64/aarch64-simd-builtins.def: Add mla builtin

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20210123
1+
20210124

gcc/cp/ChangeLog

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
2021-01-23 Anthony Sharp <[email protected]>
2+
3+
* call.c (complain_about_access): Altered function.
4+
* cp-tree.h (complain_about_access): Changed parameters of function.
5+
(get_parent_with_private_access): Declared new function.
6+
* search.c (get_parent_with_private_access): Defined new function.
7+
* semantics.c (enforce_access): Modified function.
8+
* typeck.c (complain_about_unrecognized_member): Updated function
9+
arguments in complain_about_access.
10+
11+
2021-01-23 Patrick Palka <[email protected]>
12+
13+
PR c++/97399
14+
* cp-tree.h (shared_member_p): Adjust declaration.
15+
* parser.c (cp_parser_init_declarator): If the storage class
16+
specifier is sc_static, pass true for static_p to
17+
cp_parser_declarator.
18+
(cp_parser_direct_declarator): Don't do inject_this_parm when
19+
the declarator is a friend.
20+
* search.c (shared_member_p): Change return type to bool and
21+
adjust function body accordingly. Return false for a dependent
22+
USING_DECL instead of aborting.
23+
* semantics.c (finish_qualified_id_expr): Rely on shared_member_p
24+
even when type-dependent.
25+
126
2021-01-22 Marek Polacek <[email protected]>
227

328
PR c++/96623

gcc/testsuite/ChangeLog

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
2021-01-23 Anthony Sharp <[email protected]>
2+
3+
* g++.dg/lookup/scoped1.C: Modified testcase to run successfully
4+
with changes.
5+
* g++.dg/tc1/dr142.C: Same as above.
6+
* g++.dg/tc1/dr52.C: Same as above.
7+
* g++.old-deja/g++.brendan/visibility6.C: Same as above.
8+
* g++.old-deja/g++.brendan/visibility8.C: Same as above.
9+
* g++.old-deja/g++.jason/access8.C: Same as above.
10+
* g++.old-deja/g++.law/access4.C: Same as above.
11+
* g++.old-deja/g++.law/visibility12.C: Same as above.
12+
* g++.old-deja/g++.law/visibility4.C: Same as above.
13+
* g++.old-deja/g++.law/visibility8.C: Same as above.
14+
* g++.old-deja/g++.other/access4.C: Same as above.
15+
16+
2021-01-23 Patrick Palka <[email protected]>
17+
18+
PR c++/88548
19+
PR c++/97399
20+
* g++.dg/cpp0x/this2.C: New test.
21+
* g++.dg/template/pr97399.C: New test.
22+
23+
2021-01-23 David Edelsohn <[email protected]>
24+
25+
* gcc.target/powerpc/fold-vec-insert-char-p9.c: Adjust ilp32.
26+
* gcc.target/powerpc/fold-vec-insert-float-p9.c: Same.
27+
* gcc.target/powerpc/fold-vec-insert-int-p9.c: Same.
28+
* gcc.target/powerpc/fold-vec-insert-longlong.c: Same.
29+
* gcc.target/powerpc/fold-vec-insert-short-p9.c: Same.
30+
* gcc.target/powerpc/pr79251.p9.c: Same.
31+
132
2021-01-22 Marek Polacek <[email protected]>
233

334
PR c++/96623

libphobos/ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2021-01-23 Iain Buclaw <[email protected]>
2+
3+
PR d/98806
4+
* libdruntime/gcc/sections/elf_shared.d (MIPS_Any): Declare version
5+
for MIPS32 and MIPS64.
6+
(getDependencies): Adjust dlpi_addr on MIPS_Any.
7+
18
2021-01-05 Samuel Thibault <[email protected]>
29

310
* configure: Re-generate.

0 commit comments

Comments
 (0)