Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 10 Aug 2022 00:19:29 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 10 Aug 2022 00:19:29 +0000 (00:19 +0000)
gcc/DATESTAMP
gcc/d/ChangeLog
gcc/jit/ChangeLog
gcc/testsuite/ChangeLog

index 8bd1173..9049af1 100644 (file)
@@ -1 +1 @@
-20220809
+20220810
index ae10f7c..8302859 100644 (file)
@@ -1,3 +1,20 @@
+2022-08-09  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       Backported from master:
+       2022-08-09  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/106563
+       * decl.cc (DeclVisitor::visit (FuncDeclaration *)): Set semanticRun
+       before generating its symbol.
+       (function_defined_in_root_p): New function.
+       (function_needs_inline_definition_p): New function.
+       (maybe_build_decl_tree): New function.
+       (get_symbol_decl): Call maybe_build_decl_tree before returning symbol.
+       (start_function): Use function_defined_in_root_p instead of inline
+       test for locally defined symbols.
+       (set_linkage_for_decl): Check for inline functions before private or
+       protected symbols.
+
 2022-08-08  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master:
index 36610cf..94f68c3 100644 (file)
@@ -1,3 +1,8 @@
+2022-08-09  Vibhav Pant  <vibhavp@gmail.com>
+
+       * libgccjit.h (LIBGCCJIT_HAVE_gcc_jit_context_new_bitcast): Move
+       definition out of comment.
+
 2022-07-02  Sergei Trofimovich  <siarheit@google.com>
 
        Backported from master:
index 8882014..a53dffb 100644 (file)
@@ -1,3 +1,15 @@
+2022-08-09  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       Backported from master:
+       2022-08-09  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/106563
+       * gdc.dg/torture/torture.exp (srcdir): New proc.
+       * gdc.dg/torture/imports/pr106563math.d: New test.
+       * gdc.dg/torture/imports/pr106563regex.d: New test.
+       * gdc.dg/torture/imports/pr106563uni.d: New test.
+       * gdc.dg/torture/pr106563.d: New test.
+
 2022-08-08  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master: