This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from da7976a015a c: Error message for incorrect use of static in array decla [...] new 445c62ee492 libgccjit: Add ability to get the alignment of a type
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 | 11 +++++ gcc/jit/jit-playback.h | 3 ++ gcc/jit/jit-recording.cc | 67 ++++++++++++++++++++++----- gcc/jit/jit-recording.h | 19 ++++++-- gcc/jit/libgccjit.cc | 18 ++++++++ gcc/jit/libgccjit.h | 13 ++++++ gcc/jit/libgccjit.map | 5 ++ gcc/testsuite/jit.dg/all-non-failing-tests.h | 10 ++++ gcc/testsuite/jit.dg/test-alignof.c | 69 ++++++++++++++++++++++++++++ 11 files changed, 221 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/jit.dg/test-alignof.c