2005-02-24 James A. Morrison <phython@gcc.gnu.org>
commit8558f75a50829d87f6048b61dc8243db922f3052
authorphython <phython@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Feb 2005 16:12:39 +0000 (24 16:12 +0000)
committerphython <phython@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Feb 2005 16:12:39 +0000 (24 16:12 +0000)
treee4794412d7cc3e3ae05e14d41b0e2caadc51bcb9
parent4604248826213a6511d6a296aa0e301238442c0a
2005-02-24  James A. Morrison  <phython@gcc.gnu.org>

* parse.y: (function_prototype): Accept EXTERNAL_REFERENCE_STORAGE.
Move function parameters check from ...
(function): ...Here.  Update call to tree_code_create_function_initial.
(function_invocation): Use expressions_with_commas_opt instead of
expressions_with_commas.
(expressions_with_commas_opt): New rule.
* treetree.c (tree_code_create_function_prototype): Create PARM_DECLs
for function parameters.
(tree_code_create_function_initial): Remove PARMS parameter.
Don't create PARM_DECLs for function parameters.
* treetree.h (tree_code_create_function_initial): Remove PARMS
parameter.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95501 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/treelang/ChangeLog
gcc/treelang/parse.y
gcc/treelang/treetree.c
gcc/treelang/treetree.h