aboutsummaryrefslogtreecommitdiff
path: root/gcc/jit/ChangeLog
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2015-07-08 14:41:59 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2015-07-08 14:41:59 +0000
commit58c5ad4032b2bb9e39a0d8c9925c0673f22877a0 (patch)
tree3fbc08b75a6006db22d369b7360f24233a99c656 /gcc/jit/ChangeLog
parentcadb53a5e6c47904f42e636dadbfada6c76fec39 (diff)
downloadgcc-58c5ad4032b2bb9e39a0d8c9925c0673f22877a0.zip
gcc-58c5ad4032b2bb9e39a0d8c9925c0673f22877a0.tar.gz
gcc-58c5ad4032b2bb9e39a0d8c9925c0673f22877a0.tar.bz2
PR jit/66783: improve error messages
gcc/jit/ChangeLog: 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. gcc/testsuite/ChangeLog: PR jit/66783 * jit.dg/test-error-gcc_jit_context_new_field-opaque-struct.c (verify_code): Update expected error message. * jit.dg/test-error-gcc_jit_context_new_global-opaque-struct.c (verify_code): Likewise. * jit.dg/test-error-gcc_jit_function_new_local-opaque-struct.c (verify_code): Likewise. From-SVN: r225557
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 6fdcb60..e9a32f0 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.