aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index bbf76ea..c661d46 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,8 @@
+2018-06-02 Jason Merrill <jason@redhat.com>
+
+ PR c++/85761 - ICE with ill-formed use of const outer variable.
+ * expr.c (mark_use): Handle location wrappers.
+
2018-06-01 Jason Merrill <jason@redhat.com>
PR c++/85764 - bogus 'this' not captured error.