]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 c7b409ab4e04c7bb43aed091566d565c48111765..b98e352491d5627e4cb3dcf62ba9aa002dcb032e 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 6a00f110593685252e6417a664ab28976b0b0e8c..48ea82f86bf5770793c1ae7cc1f8e157b6f663f2 100644 (file)
@@ -1 +1 @@
-20220313
+20220314
index c0745052f02e2decb8876b12517e3a8152ae9ee4..295e705feb060759e566be1d5aa28cd25ca0f4e4 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 1db5bba0ae09aa14ff45871b8ad670b4908d7555..223eb808a57d52f35aa803f5e594adf62c796abb 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 ddec3cbc5f5144f9d2656d2c68250e9715dce159..d633609a59c17b38c84e201a6058f3360bbe3464 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 9cb1abb92df6624ca193fb649ac39ad87b532362..d5e3d559866f132c907ee20d80eb76707af84b79 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