]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 1 Feb 2023 00:22:04 +0000 (00:22 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 1 Feb 2023 00:22:04 +0000 (00:22 +0000)
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/c/ChangeLog
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index aa6d8640ab91e4ed8737a946e0845e70d166baf5..f295cfe77a7623e9db1f8e577b7b886037e0b6b4 100644 (file)
@@ -1 +1 @@
-20230131
+20230201
index 97fa77923430e8d6a91a819f32696ea1b3abda0d..1074cd67381235517251e0c677704c1dafb28144 100644 (file)
@@ -1,3 +1,11 @@
+2023-01-31  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/107593
+       PR c++/108597
+       * c-common.h (instantiation_dependent_expression_p): Declare.
+       * c-warn.cc (warn_duplicated_cond_add_or_warn): If the condition
+       is dependent, invalidate the chain.
+
 2022-12-19  Marek Polacek  <polacek@redhat.com>
 
        Backported from master:
index 9ca66f0b2d5048361664b16bbb9a335c9d49fdd3..dfc3d1a5135c90cdc4ec3832b32b29ee7f508ea4 100644 (file)
@@ -1,3 +1,9 @@
+2023-01-31  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/107593
+       PR c++/108597
+       * c-objc-common.cc (instantiation_dependent_expression_p): New.
+
 2022-11-03  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 4d1ac08b8c45c74c3cbeebcee22873f602b8f685..8517cf4b66245695008ab1aa7f0751db9c414292 100644 (file)
@@ -1,3 +1,10 @@
+2023-01-31  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/107593
+       PR c++/108597
+       * cp-tree.h (instantiation_dependent_expression_p): Don't
+       declare here.
+
 2023-01-04  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 548ef8f8e7aa39de222f80e6d0af3696c3fdc6f5..436b0f51021c7891173f93a442329e9adc8d8fa6 100644 (file)
@@ -1,3 +1,11 @@
+2023-01-31  Marek Polacek  <polacek@redhat.com>
+
+       PR c++/107593
+       PR c++/108597
+       * g++.dg/warn/Wduplicated-cond3.C: New test.
+       * g++.dg/warn/Wduplicated-cond4.C: New test.
+       * g++.dg/warn/Wduplicated-cond5.C: New test.
+
 2023-01-30  Andrew MacLeod  <amacleod@redhat.com>
 
        PR tree-optimization/108306