]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 17 Dec 2022 00:18:55 +0000 (00:18 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 17 Dec 2022 00:18:55 +0000 (00:18 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 0891de734e93ab8393f6d3d951063f1d77c94246..ee0b6666b546329df00e3a4eab97784d3ff1b98e 100644 (file)
@@ -1 +1 @@
-20221216
+20221217
index 688c4e14f03359be9210083109291862918a82e4..1c57627714a713ab8144094a65c992936c4b384f 100644 (file)
@@ -1,3 +1,18 @@
+2022-12-16  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2021-10-28  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/102780
+       PR c++/108138
+       * constexpr.c (potential_constant_expression_1) <case TRUTH_*_EXPR>:
+       When tf_error isn't set, preemptively check potentiality of the
+       second operand before performing trial evaluation of the first
+       operand.
+       (potential_constant_expression_1): When tf_error is set, first check
+       potentiality quietly and return true if successful, otherwise
+       proceed noisily to give errors.
+
 2022-11-18  Marek Polacek  <polacek@redhat.com>
 
        Backported from master:
index 43d2839ebac21ccc32759b7bf6fde1c528e4060b..3c034c8bf8916abf03c5935a05060b797a3e56d7 100644 (file)
@@ -1,3 +1,12 @@
+2022-12-16  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2021-10-28  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/102780
+       PR c++/108138
+       * g++.dg/cpp1z/fold13.C: New test.
+
 2022-12-15  Sebastian Pop  <spop@amazon.com>
 
        PR target/98776