summaryrefslogtreecommitdiff
path: root/gcc/jit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/jit/ChangeLog')
-rw-r--r--gcc/jit/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/jit/ChangeLog b/gcc/jit/ChangeLog
index 6fdcb604623..e9a32f0ae96 100644
--- a/gcc/jit/ChangeLog
+++ b/gcc/jit/ChangeLog
@@ -1,3 +1,13 @@
+2015-07-08 David Malcolm <dmalcolm@redhat.com>
+
+ PR jit/66783
+ * libgccjit.c (gcc_jit_context_new_field): Show name of field in
+ "unknown size" error message.
+ (gcc_jit_struct_set_fields): Show name of struct in error message.
+ (gcc_jit_context_new_global): Show name of global in
+ "unknown size" error message.
+ (gcc_jit_function_new_local): Likewise for local.
+
2015-07-07 Andrew MacLeod <amacleod@redhat.com>
* dummy-frontend.c: Adjust includes.