This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ca93876 Fix a typo in dwarf2out.c:resolve_args_picking_1 new 5d4db8e PR c/70859 * input.c (expansion_point_location): New functi [...]
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/ChangeLog | 6 ++++ gcc/c-family/ChangeLog | 9 +++++ gcc/c-family/c-common.c | 73 ++++++++++++++++++++++------------------ gcc/c-family/c-common.h | 3 +- gcc/c/ChangeLog | 6 ++++ gcc/c/c-typeck.c | 3 +- gcc/cp/ChangeLog | 6 ++++ gcc/cp/call.c | 3 +- gcc/input.c | 10 ++++++ gcc/input.h | 1 + gcc/testsuite/ChangeLog | 6 ++++ gcc/testsuite/gcc.dg/pr70859-2.c | 18 ++++++++++ gcc/testsuite/gcc.dg/pr70859.c | 69 +++++++++++++++++++++++++++++++++++++ 13 files changed, 177 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr70859-2.c create mode 100644 gcc/testsuite/gcc.dg/pr70859.c