This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e91fbd6e886 introduce EH_ELSE_EXPR tree and gimplifier new 8b636139c0d introduce gcc_jit_context_new_bitfield
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/jit/ChangeLog | 32 ++++++++ gcc/jit/docs/topics/compatibility.rst | 5 ++ gcc/jit/docs/topics/types.rst | 24 ++++++ gcc/jit/jit-common.h | 1 + gcc/jit/jit-playback.c | 91 +++++++++++++++++++--- gcc/jit/jit-playback.h | 11 ++- gcc/jit/jit-recording.c | 80 ++++++++++++++++++- gcc/jit/jit-recording.h | 41 ++++++++-- gcc/jit/libgccjit++.h | 14 ++++ gcc/jit/libgccjit.c | 40 ++++++++++ gcc/jit/libgccjit.h | 15 ++++ gcc/jit/libgccjit.map | 7 +- gcc/testsuite/ChangeLog | 13 +++- gcc/testsuite/jit.dg/all-non-failing-tests.h | 10 +++ ...ccessing-struct.c => test-accessing-bitfield.c} | 80 +++++++++++-------- ...ror-gcc_jit_context_new_bitfield-invalid-type.c | 53 +++++++++++++ ...or-gcc_jit_context_new_bitfield-invalid-width.c | 44 +++++++++++ ...est-error-gcc_jit_lvalue_get_address-bitfield.c | 66 ++++++++++++++++ 18 files changed, 575 insertions(+), 52 deletions(-) copy gcc/testsuite/jit.dg/{test-accessing-struct.c => test-accessing-bitfield.c} (61%) create mode 100644 gcc/testsuite/jit.dg/test-error-gcc_jit_context_new_bitfield-in [...] create mode 100644 gcc/testsuite/jit.dg/test-error-gcc_jit_context_new_bitfield-in [...] create mode 100644 gcc/testsuite/jit.dg/test-error-gcc_jit_lvalue_get_address-bitfield.c