This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 56f03cd12be PR fortran/95104 - Segfault on a legal WAIT statement new bf40f0ba950 jit: fix missing types for builtins [PR 95306]
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/_build/texinfo/libgccjit.texi | 21 +++- gcc/jit/docs/topics/functions.rst | 15 +++ gcc/jit/dummy-frontend.c | 1 - gcc/jit/jit-builtins.c | 122 +++++++++++++++++++-- gcc/testsuite/jit.dg/all-non-failing-tests.h | 20 ++++ gcc/testsuite/jit.dg/test-builtin-memcpy.c | 69 ++++++++++++ ...text_get_builtin_function-unimplemented-type.c} | 15 +-- gcc/testsuite/jit.dg/test-pr95306-builtin-types.c | 22 ++++ 8 files changed, 263 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/jit.dg/test-builtin-memcpy.c copy gcc/testsuite/jit.dg/{test-error-unrecognized-dump.c => test-error-gcc_jit_co [...] create mode 100644 gcc/testsuite/jit.dg/test-pr95306-builtin-types.c