]> git.ipfire.org Git - people/ms/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 3 Feb 2023 00:19:24 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 3 Feb 2023 00:19:24 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index 9b7391510f040bdd400dd83a0855d0c780cb8020..71e2e4b509ec7ba92d1f803a5b5f5b3aeb936e4d 100644 (file)
@@ -1,3 +1,12 @@
+2023-02-02  Martin Jambor  <mjambor@suse.cz>
+
+       Backported from master:
+       2023-01-18  Martin Jambor  <mjambor@suse.cz>
+
+       PR ipa/107944
+       * cgraph.c (cgraph_node::remove): Check whether nodes up the
+       lcone_of chain also do not need the body.
+
 2023-01-26  Dimitar Dimitrov  <dimitar@dinux.eu>
 
        Backported from master:
index 05457af72933cd3687c8a1fdf9ad89a051a518d0..12b84840cd1144a4824486acaf038b7802b7d148 100644 (file)
@@ -1 +1 @@
-20230202
+20230203
index 893662c74dc6235ff89b74f9c19a809983e4edc2..c802587719ae39df4c92929e029c5ff1a41efac7 100644 (file)
@@ -1,3 +1,12 @@
+2023-02-02  Detlef Vollmann  <dv@vollmann.ch>
+
+       Backported from master:
+       2022-03-10  Detlef Vollmann  <dv@vollmann.ch>
+
+       PR libstdc++/104866
+       * include/bits/this_thread_sleep.h: Fix order of #endif and
+       closing brace of namespace.
+
 2023-01-18  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master: