aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/cp/ChangeLog15
-rw-r--r--gcc/testsuite/ChangeLog9
3 files changed, 25 insertions, 1 deletions
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 0891de7..ee0b666 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20221216
+20221217
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 688c4e1..1c57627 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -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:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 43d2839..3c034c8 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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