]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-typeck.c (c_convert_parm_for_inlining): Add argnum...
authorMike Stump <mrs@apple.com>
Wed, 12 Nov 2003 19:53:17 +0000 (19:53 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Wed, 12 Nov 2003 19:53:17 +0000 (19:53 +0000)
commitd5123baefb715e5d861535910f3c82deb8675f22
tree3688d9296922e3e7a321a8a99b5bbb6825b5345d
parentea81d2a3e1896a810829bc423cdb40eb9fb0a113
c-typeck.c (c_convert_parm_for_inlining): Add argnum...

* 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.

From-SVN: r73507
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