summaryrefslogtreecommitdiffstats
path: root/gcc/langhooks.c
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2003-11-12 19:53:17 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2003-11-12 19:53:17 +0000
commitf0c467daaf790c59979c5f05b903e67d60f20877 (patch)
tree3688d9296922e3e7a321a8a99b5bbb6825b5345d /gcc/langhooks.c
parentc2dfd8f6b99b8f4455a6a6978d27ced4ccd7bb71 (diff)
downloadppe42-gcc-f0c467daaf790c59979c5f05b903e67d60f20877.tar.gz
ppe42-gcc-f0c467daaf790c59979c5f05b903e67d60f20877.zip
* 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
Diffstat (limited to 'gcc/langhooks.c')
-rw-r--r--gcc/langhooks.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c
index a1d60f9ff5e..0e4aa2219a0 100644
--- a/gcc/langhooks.c
+++ b/gcc/langhooks.c
@@ -420,7 +420,8 @@ lhd_tree_inlining_end_inlining (tree fn ATTRIBUTE_UNUSED)
tree
lhd_tree_inlining_convert_parm_for_inlining (tree parm ATTRIBUTE_UNUSED,
tree value,
- tree fndecl ATTRIBUTE_UNUSED)
+ tree fndecl ATTRIBUTE_UNUSED,
+ int argnum ATTRIBUTE_UNUSED)
{
return value;
}
OpenPOWER on IntegriCloud