aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index fdf73d1..371c8b7 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2018-05-24 Jason Merrill <jason@redhat.com>
+
+ PR c++/85842 - -Wreturn-type, constexpr if and generic lambda.
+ * pt.c (tsubst_lambda_expr): Copy current_function_returns_* to
+ generic lambda.
+
2018-05-24 Ville Voutilainen <ville.voutilainen@gmail.com>
Pedwarn on a non-standard position of a C++ attribute.