Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 16 Aug 2022 00:21:58 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 16 Aug 2022 00:21:58 +0000 (00:21 +0000)
gcc/DATESTAMP
gcc/d/ChangeLog
gcc/testsuite/ChangeLog

index ecae40e..9e916fe 100644 (file)
@@ -1 +1 @@
-20220815
+20220816
index 8302859..42caef5 100644 (file)
@@ -1,3 +1,31 @@
+2022-08-15  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       Backported from master:
+       2022-08-15  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * d-tree.h (d_defer_declaration): Declare.
+       * decl.cc (function_needs_inline_definition_p): Defer checking
+       DECL_UNINLINABLE and DECL_DECLARED_INLINE_P.
+       (maybe_build_decl_tree): Call d_defer_declaration instead of
+       build_decl_tree.
+       * modules.cc (deferred_inline_declarations): New variable.
+       (build_module_tree): Set deferred_inline_declarations and a handle
+       declarations pushed to it.
+       (d_defer_declaration): New function.
+
+2022-08-15  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       Backported from master:
+       2022-08-15  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/106623
+       * d-codegen.cc (underlying_complex_expr): New function.
+       (d_build_call): Handle passing native complex objects as the
+       library-defined equivalent.
+       * d-tree.h (underlying_complex_expr): Declare.
+       * expr.cc (ExprVisitor::visit (DotVarExp *)): Call
+       underlying_complex_expr instead of build_vconvert.
+
 2022-08-09  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master:
index bae28c6..09380a8 100644 (file)
@@ -1,3 +1,11 @@
+2022-08-15  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       Backported from master:
+       2022-08-15  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/106623
+       * gdc.dg/torture/pr106623.d: New test.
+
 2022-08-12  Jason Merrill  <jason@redhat.com>
 
        Backported from master: