]> gcc.gnu.org Git - gcc.git/commit
re PR c/70859 (Bad column number in type-generic function errors)
authorMarek Polacek <polacek@redhat.com>
Tue, 3 May 2016 18:03:42 +0000 (18:03 +0000)
committerMarek Polacek <mpolacek@gcc.gnu.org>
Tue, 3 May 2016 18:03:42 +0000 (18:03 +0000)
commit79ce98bcefbcd42548dc596316c27b162cabb610
tree1356923e14f6cfb6e6e6d80ac03712659ba41aa3
parent402e89f5986220a96898381cc32f7efe76bd092c
re PR c/70859 (Bad column number in type-generic function errors)

PR c/70859
* input.c (expansion_point_location): New function.
* input.h (expansion_point_location): Declare.

* c-common.c (builtin_function_validate_nargs): Add location
parameter.  Use it.
(check_builtin_function_arguments): Add location and arguments
parameters.  Use them.
* c-common.h (check_builtin_function_arguments): Update declaration.

* c-typeck.c (build_function_call_vec): Pass LOC and ARG_LOC down to
check_builtin_function_arguments.

* call.c (build_cxx_call): Pass location and vNULL down to
check_builtin_function_arguments.

* gcc.dg/pr70859.c: New test.
* gcc.dg/pr70859-2.c: New test.

From-SVN: r235832
13 files changed:
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c-common.c
gcc/c-family/c-common.h
gcc/c/ChangeLog
gcc/c/c-typeck.c
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/input.c
gcc/input.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr70859-2.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/pr70859.c [new file with mode: 0644]
This page took 0.066859 seconds and 5 git commands to generate.