Skip to content

Commit 62fc557

Browse files
author
GCC Administrator
committed
Daily bump.
1 parent 91e1219 commit 62fc557

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

gcc/DATESTAMP

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20220815
1+
20220816

gcc/d/ChangeLog

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
2022-08-15 Iain Buclaw <[email protected]>
2+
3+
Backported from master:
4+
2022-08-15 Iain Buclaw <[email protected]>
5+
6+
* d-tree.h (d_defer_declaration): Declare.
7+
* decl.cc (function_needs_inline_definition_p): Defer checking
8+
DECL_UNINLINABLE and DECL_DECLARED_INLINE_P.
9+
(maybe_build_decl_tree): Call d_defer_declaration instead of
10+
build_decl_tree.
11+
* modules.cc (deferred_inline_declarations): New variable.
12+
(build_module_tree): Set deferred_inline_declarations and a handle
13+
declarations pushed to it.
14+
(d_defer_declaration): New function.
15+
16+
2022-08-15 Iain Buclaw <[email protected]>
17+
18+
Backported from master:
19+
2022-08-15 Iain Buclaw <[email protected]>
20+
21+
PR d/106623
22+
* d-codegen.cc (underlying_complex_expr): New function.
23+
(d_build_call): Handle passing native complex objects as the
24+
library-defined equivalent.
25+
* d-tree.h (underlying_complex_expr): Declare.
26+
* expr.cc (ExprVisitor::visit (DotVarExp *)): Call
27+
underlying_complex_expr instead of build_vconvert.
28+
129
2022-08-09 Iain Buclaw <[email protected]>
230

331
Backported from master:

gcc/testsuite/ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2022-08-15 Iain Buclaw <[email protected]>
2+
3+
Backported from master:
4+
2022-08-15 Iain Buclaw <[email protected]>
5+
6+
PR d/106623
7+
* gdc.dg/torture/pr106623.d: New test.
8+
19
2022-08-12 Jason Merrill <[email protected]>
210

311
Backported from master:

0 commit comments

Comments
 (0)