This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9c0773984c8 Daily bump. new cfe8dbd9c08 libgccjit: Add some reflection functions [PR96889]
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 | 43 ++++- gcc/jit/docs/topics/functions.rst | 26 +++ gcc/jit/docs/topics/types.rst | 122 +++++++++++++ gcc/jit/jit-recording.h | 7 + gcc/jit/libgccjit.c | 264 +++++++++++++++++++++++++++ gcc/jit/libgccjit.h | 89 +++++++++ gcc/jit/libgccjit.map | 21 +++ gcc/testsuite/jit.dg/all-non-failing-tests.h | 10 + gcc/testsuite/jit.dg/test-reflection.c | 95 ++++++++++ 9 files changed, 676 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/jit.dg/test-reflection.c