This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 791a968630b c++: local function versioning [PR104669] new af80ea97b61 libgccjit: Add support for sized integer types, including 1 [...]
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/_build/texinfo/libgccjit.texi | 1603 +++++++++++++++------------- gcc/jit/docs/topics/compatibility.rst | 20 + gcc/jit/docs/topics/types.rst | 41 + gcc/jit/jit-builtins.cc | 1 + gcc/jit/jit-common.h | 2 +- gcc/jit/jit-playback.cc | 40 +- gcc/jit/jit-recording.cc | 146 ++- gcc/jit/jit-recording.h | 30 +- gcc/jit/libgccjit.cc | 32 +- gcc/jit/libgccjit.h | 32 +- gcc/jit/libgccjit.map | 6 + gcc/testsuite/jit.dg/test-types.c | 131 +++ 12 files changed, 1352 insertions(+), 732 deletions(-)