aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 33fc32f..20b2fe5 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,16 @@
+2023-02-18 Jason Merrill <jason@redhat.com>
+
+ DR 2518
+ PR c++/52809
+ PR c++/53638
+ PR c++/87389
+ PR c++/89741
+ PR c++/92099
+ PR c++/104041
+ PR c++/104691
+ * semantics.cc (finish_static_assert): Don't diagnose in
+ template context.
+
2023-02-17 Patrick Palka <ppalka@redhat.com>
PR c++/108243