treelang.texi: Treelang does have warnings.
authorJames A. Morrison <phython@gcc.gnu.org>
Sat, 26 Feb 2005 14:10:11 +0000 (14:10 +0000)
committerJames A. Morrison <phython@gcc.gnu.org>
Sat, 26 Feb 2005 14:10:11 +0000 (14:10 +0000)
commit347561b87c32addd5a115c0181b6d41c52a4eaec
tree501f74118c4c47b831cb624bb8a13a406b4b409d
parent52058e0da00c541672953f07e391ebeba886a4e4
treelang.texi: Treelang does have warnings.

2005-02-26  James A. Morrison  <phython@gcc.gnu.org>

        * treelang.texi: Treelang does have warnings.
        * treetree.c (tree_code_create_function_prototype): Don't set
        TREE_USED and set TREE_PUBLIC, DECL_EXTERNAL, and TREE_STATIC
        as few times as needed on the function declaration.
        (tree_code_create_function_initial): Don't set TREE_USED,
        TREE_ADDRESSABLE, but set TREE_STATIC on the function declaration.
        (tree_code_create_variable): Don't set TREE_USED on VAR_DECL.
        (tree_code_get_expression): Set TREE_USED for variable references
        and function calls.

From-SVN: r95580
gcc/treelang/ChangeLog
gcc/treelang/treelang.texi
gcc/treelang/treetree.c