This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7bb75a5edc1 libgccjit: Add gcc_jit_global_set_readonly new 196b13f72f3 diagnostics: cleanups to opts-diagnostic.cc new b8ac365db7f diagnostics: update leading comment for class diagnostic_context new fe97ac43e05 libgccjit: Add convert vector
The 3 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/diagnostic.h | 35 +++++++- gcc/jit/docs/topics/compatibility.rst | 7 ++ gcc/jit/docs/topics/expressions.rst | 19 +++++ gcc/jit/jit-playback.cc | 28 ++++++ gcc/jit/jit-playback.h | 5 ++ gcc/jit/jit-recording.cc | 72 ++++++++++++++++ gcc/jit/jit-recording.h | 34 ++++++++ gcc/jit/libgccjit.cc | 36 ++++++++ gcc/jit/libgccjit.h | 10 +++ gcc/jit/libgccjit.map | 5 ++ gcc/opts-diagnostic.cc | 122 ++++++++++++++------------- gcc/testsuite/jit.dg/all-non-failing-tests.h | 10 +++ gcc/testsuite/jit.dg/test-convert-vector.c | 60 +++++++++++++ 13 files changed, 382 insertions(+), 61 deletions(-) create mode 100644 gcc/testsuite/jit.dg/test-convert-vector.c