Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 14 Mar 2022 00:16:20 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 14 Mar 2022 00:16:20 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/d/ChangeLog
libgomp/ChangeLog
libphobos/ChangeLog

index c7b409a..b98e352 100644 (file)
@@ -1,3 +1,9 @@
+2022-03-13  Tobias Burnus  <tobias@codesourcery.com>
+
+       * doc/invoke.texi: Fix typos.
+       * doc/tm.texi.in: Remove duplicated word.
+       * doc/tm.texi: Regenerate.
+
 2022-03-12  Segher Boessenkool  <segher@kernel.crashing.org>
 
        PR target/104829
index 6a00f11..48ea82f 100644 (file)
@@ -1 +1 @@
-20220313
+20220314
index c074505..295e705 100644 (file)
@@ -1,3 +1,7 @@
+2022-03-13  Tobias Burnus  <tobias@codesourcery.com>
+
+       * c-target.def (check_string_object_format_arg): Fix description typo.
+
 2022-03-12  Thomas Schwinge  <thomas@codesourcery.com>
 
        PR other/65095
index 1db5bba..223eb80 100644 (file)
@@ -1,3 +1,12 @@
+2022-03-13  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * dmd/MERGE: Merge upstream dmd 02a3fafc6.
+       * dmd/VERSION: Update version to v2.099.0.
+       * imports.cc (ImportVisitor::visit (EnumDeclaration *)): Don't cache
+       decl in front-end AST node.
+       (ImportVisitor::visit (AggregateDeclaration *)): Likewise.
+       (ImportVisitor::visit (ClassDeclaration *)): Likewise.
+
 2022-03-11  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        * imports.cc (imported_decls): Define.
index ddec3cb..d633609 100644 (file)
@@ -1,3 +1,7 @@
+2022-03-13  Tobias Burnus  <tobias@codesourcery.com>
+
+       * libgomp.texi: Fix typo.
+
 2022-03-12  Thomas Schwinge  <thomas@codesourcery.com>
 
        PR middle-end/100280
index 9cb1abb..d5e3d55 100644 (file)
@@ -1,3 +1,8 @@
+2022-03-13  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       * libdruntime/MERGE: Merge upstream druntime 26b58167.
+       * src/MERGE: Merge upstream phobos 16cb085b5.
+
 2022-03-11  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        PR d/103528