This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4da5dc4be81 MAINTAINERS: Fix order in DCO new 1c314247aab libgccjit: Add support for the type bfloat16
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/types.rst | 2 ++ gcc/jit/jit-common.h | 2 +- gcc/jit/jit-playback.cc | 6 +++++ gcc/jit/jit-recording.cc | 11 +++++++++ gcc/jit/libgccjit.h | 4 ++- gcc/testsuite/jit.dg/all-non-failing-tests.h | 3 +++ gcc/testsuite/jit.dg/test-bfloat16.c | 37 ++++++++++++++++++++++++++++ gcc/testsuite/jit.dg/test-types.c | 4 +++ 8 files changed, 67 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/jit.dg/test-bfloat16.c