This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Linaro gcc mirror + linaro-local branches".
The branch, master has been updated via d0278351a2f98b0b6b76531c342462a84d6d9c19 (commit) via 9793d5a6489818bfcd667a216f148d90048f1940 (commit) from 5a3d2e18fddd767cb3cc29b2ab846604ade2c55b (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- -----------------------------------------------------------------------
Summary of changes: gcc/jit/ChangeLog | 17 +++ gcc/jit/dummy-frontend.c | 11 ++ gcc/jit/jit-recording.h | 3 + gcc/jit/libgccjit.c | 15 +++ gcc/testsuite/ChangeLog | 18 +++ gcc/testsuite/jit.dg/all-non-failing-tests.h | 10 ++ ...error-gcc_jit_context_new_field-opaque-struct.c | 31 +++++ ...rror-gcc_jit_context_new_global-opaque-struct.c | 32 +++++ ...ror-gcc_jit_function_new_local-opaque-struct.c} | 34 ++--- .../jit.dg/test-error-mismatching-types-in-call.c | 2 +- gcc/testsuite/jit.dg/test-pr66779.c | 143 +++++++++++++++++++++ 11 files changed, 298 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/jit.dg/test-error-gcc_jit_context_new_field-opaque-struct.c create mode 100644 gcc/testsuite/jit.dg/test-error-gcc_jit_context_new_global-opaque-struct.c copy gcc/testsuite/jit.dg/{test-error-unterminated-block.c => test-error-gcc_jit_function_new_local-opaque-struct.c} (50%) create mode 100644 gcc/testsuite/jit.dg/test-pr66779.c
hooks/post-receive