This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 14a3839c63d rs6000, add overloaded DFP quantize support new 4b70c7c8493 RISC-V: Add Types to Un-Typed Vector Instructions new 29763b00245 libgccjit: add support for `restrict` attribute on function [...]
The 2 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/riscv/autovec-vls.md | 15 ++++-- gcc/config/riscv/riscv.md | 3 +- gcc/config/riscv/vector.md | 17 ++++-- gcc/jit/docs/topics/compatibility.rst | 7 +++ gcc/jit/docs/topics/types.rst | 12 +++++ gcc/jit/jit-playback.cc | 2 +- gcc/jit/jit-playback.h | 5 ++ gcc/jit/jit-recording.cc | 47 +++++++++++++++++ gcc/jit/jit-recording.h | 30 ++++++++++- gcc/jit/libgccjit++.h | 6 +++ gcc/jit/libgccjit.cc | 15 ++++++ gcc/jit/libgccjit.h | 9 ++++ gcc/jit/libgccjit.map | 5 ++ gcc/testsuite/jit.dg/all-non-failing-tests.h | 3 ++ gcc/testsuite/jit.dg/test-restrict.c | 77 ++++++++++++++++++++++++++++ 15 files changed, 242 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/jit.dg/test-restrict.c