]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 2 Feb 2023 00:21:59 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 2 Feb 2023 00:21:59 +0000 (00:21 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 4f8b0b6fbb37ef97ca6a41808dc79877fb4d961a..06f457cb681f7e4ba8a2df924e9a2ea3b8eedf6f 100644 (file)
@@ -1,3 +1,12 @@
+2023-02-01  Martin Jambor  <mjambor@suse.cz>
+
+       Backported from master:
+       2023-01-18  Martin Jambor  <mjambor@suse.cz>
+
+       PR ipa/107944
+       * cgraph.cc (cgraph_node::remove): Check whether nodes up the
+       lcone_of chain also do not need the body.
+
 2023-01-30  Andrew MacLeod  <amacleod@redhat.com>
 
        PR tree-optimization/108306
index f295cfe77a7623e9db1f8e577b7b886037e0b6b4..05457af72933cd3687c8a1fdf9ad89a051a518d0 100644 (file)
@@ -1 +1 @@
-20230201
+20230202
index 8517cf4b66245695008ab1aa7f0751db9c414292..d4c7582078cccb9d5395f2cc97ac00de4c908642 100644 (file)
@@ -1,3 +1,12 @@
+2023-02-01  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2023-02-01  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/107755
+       * call.cc (build_new_op): Don't call warn_logical_operator when
+       processing a template.
+
 2023-01-31  Marek Polacek  <polacek@redhat.com>
 
        PR c++/107593
index 436b0f51021c7891173f93a442329e9adc8d8fa6..7395d521941465786bcb19a3224c58c95d6ba2be 100644 (file)
@@ -1,3 +1,11 @@
+2023-02-01  Marek Polacek  <polacek@redhat.com>
+
+       Backported from master:
+       2023-02-01  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/107755
+       * g++.dg/warn/Wlogical-op-4.C: New test.
+
 2023-01-31  Marek Polacek  <polacek@redhat.com>
 
        PR c++/107593