This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b595842adcf Daily bump. new 536163c3f51 libgccjit: Add _Float16, _Float32, _Float64 and __float128 [...]
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/config/i386/i386-jit.cc | 12 ++ gcc/jit/docs/topics/types.rst | 8 ++ gcc/jit/dummy-frontend.cc | 26 ++++- gcc/jit/jit-common.h | 2 +- gcc/jit/jit-playback.cc | 33 ++++++ gcc/jit/jit-recording.cc | 43 ++++++- gcc/jit/libgccjit.h | 4 + gcc/testsuite/jit.dg/all-non-failing-tests.h | 10 ++ gcc/testsuite/jit.dg/test-sized-float.c | 167 +++++++++++++++++++++++++++ 9 files changed, 296 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/jit.dg/test-sized-float.c