This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 94c6c040ffb jit: implement gcc_jit_context_new_rvalue_from_vector new 0cf8fb34997 * call.c (convert_arg_to_ellipsis): Correct comment about [...] new b6fde48ec37 C: underline parameters in mismatching function calls
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/c/ChangeLog | 19 +++++ gcc/c/c-decl.c | 6 +- gcc/c/c-parser.c | 38 +++++++++- gcc/c/c-tree.h | 4 +- gcc/c/c-typeck.c | 78 +++++++++++++------- gcc/cp/ChangeLog | 5 ++ gcc/cp/call.c | 5 +- gcc/testsuite/ChangeLog | 10 +++ .../gcc.dg/diagnostic-range-bad-called-object.c | 2 +- gcc/testsuite/gcc.dg/param-type-mismatch.c | 83 ++++++++++++++++++++-- gcc/testsuite/gcc.dg/pr68533.c | 8 +-- 11 files changed, 214 insertions(+), 44 deletions(-)