This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5d65b7d0a66 gcc/ChangeLog: new 579c97e1a3b [AArch64] PR71727 fix -mstrict-align new 0173cb00983 jit: implement gcc_jit_function_get_address
The 2 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/ChangeLog | 7 + gcc/config/aarch64/aarch64.c | 14 +- gcc/jit/ChangeLog | 30 + gcc/jit/docs/_build/texinfo/libgccjit.texi | 827 +++++++++++---------- gcc/jit/docs/cp/topics/expressions.rst | 9 + gcc/jit/docs/topics/compatibility.rst | 7 + gcc/jit/docs/topics/expressions.rst | 17 + gcc/jit/jit-common.h | 1 + gcc/jit/jit-playback.c | 14 + gcc/jit/jit-playback.h | 3 + gcc/jit/jit-recording.c | 77 +- gcc/jit/jit-recording.h | 29 + gcc/jit/libgccjit++.h | 9 + gcc/jit/libgccjit.c | 20 + gcc/jit/libgccjit.h | 15 + gcc/jit/libgccjit.map | 5 + gcc/testsuite/ChangeLog | 11 + gcc/testsuite/jit.dg/all-non-failing-tests.h | 10 + gcc/testsuite/jit.dg/test-returning-function-ptr.c | 143 ++++ 19 files changed, 850 insertions(+), 398 deletions(-) create mode 100644 gcc/testsuite/jit.dg/test-returning-function-ptr.c