This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e17a122d417 c++: op== defaulted outside class [PR110084] new 5d534a214bf libgccjit: Implement sizeof operator
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 | 7 ++++ gcc/jit/docs/topics/expressions.rst | 14 ++++++++ gcc/jit/jit-playback.cc | 10 ++++++ gcc/jit/jit-playback.h | 3 ++ gcc/jit/jit-recording.cc | 52 ++++++++++++++++++++++++++++ gcc/jit/jit-recording.h | 28 +++++++++++++++ gcc/jit/libgccjit.cc | 18 ++++++++++ gcc/jit/libgccjit.h | 12 +++++++ gcc/jit/libgccjit.map | 5 +++ gcc/testsuite/jit.dg/all-non-failing-tests.h | 10 ++++++ gcc/testsuite/jit.dg/test-sizeof.c | 50 ++++++++++++++++++++++++++ 11 files changed, 209 insertions(+) create mode 100644 gcc/testsuite/jit.dg/test-sizeof.c