This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e995866cff2 testsuite: arm: Force hard ABI for pr51534.c test new 7bb75a5edc1 libgccjit: Add gcc_jit_global_set_readonly
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/docs/topics/compatibility.rst | 7 +++ gcc/jit/docs/topics/expressions.rst | 12 +++++ gcc/jit/jit-playback.cc | 15 +++--- gcc/jit/jit-playback.h | 9 ++-- gcc/jit/jit-recording.cc | 9 +++- gcc/jit/jit-recording.h | 11 ++++ gcc/jit/libgccjit.cc | 22 ++++++++ gcc/jit/libgccjit.h | 5 ++ gcc/jit/libgccjit.map | 5 ++ gcc/testsuite/jit.dg/all-non-failing-tests.h | 3 ++ gcc/testsuite/jit.dg/test-error-assign-readonly.c | 62 ++++++++++++++++++++++ .../jit.dg/{test-bfloat16.c => test-readonly.c} | 21 ++++---- 12 files changed, 160 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/jit.dg/test-error-assign-readonly.c copy gcc/testsuite/jit.dg/{test-bfloat16.c => test-readonly.c} (54%)