This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from aeedb00a1ae nvptx: Add (experimental) support for HFmode with -misa=sm_53 new 0b52083ea2c libgccjit: Add support for setting the link section of glob [...]
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 | 9 ++++++ gcc/jit/docs/topics/expressions.rst | 21 ++++++++++++ gcc/jit/jit-playback.h | 6 ++++ gcc/jit/jit-recording.c | 21 ++++++++++-- gcc/jit/jit-recording.h | 5 ++- gcc/jit/libgccjit.c | 13 ++++++++ gcc/jit/libgccjit.h | 14 ++++++++ gcc/jit/libgccjit.map | 5 +++ gcc/testsuite/jit.dg/all-non-failing-tests.h | 3 ++ gcc/testsuite/jit.dg/jit.exp | 33 +++++++++++++++++++ gcc/testsuite/jit.dg/test-link-section-assembler.c | 37 ++++++++++++++++++++++ 11 files changed, 163 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/jit.dg/test-link-section-assembler.c