* c-typeck.c (c_convert_parm_for_inlining): Add argnum, which
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Nov 2003 19:53:17 +0000 (19:53 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Nov 2003 19:53:17 +0000 (19:53 +0000)
commitf0c467daaf790c59979c5f05b903e67d60f20877
tree3688d9296922e3e7a321a8a99b5bbb6825b5345d
parentc2dfd8f6b99b8f4455a6a6978d27ced4ccd7bb71
* c-typeck.c (c_convert_parm_for_inlining): Add argnum, which
is the argumnt we are processing so that warnings and errors
will have that information.
* c-tree.h (c_convert_parm_for_inlining): Add argnum.
* lang-hooks-def.h
(lhd_tree_inlining_convert_parm_for_inlining): Likewse.
* langhooks.c (lhd_tree_inlining_convert_parm_for_inlining): Likewise.
* langhooks.h (convert_parm_for_inlining): Likewise.
* tree-inline.c (initialize_inlined_parameters): Compute and
pass argnum down.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73507 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-tree.h
gcc/c-typeck.c
gcc/langhooks-def.h
gcc/langhooks.c
gcc/langhooks.h
gcc/testsuite/gcc.dg/warn-1.c
gcc/tree-inline.c