treelang.h (struct parameter_part): Skip WHERE_TO_PUT_VAR_TREE during GC.

2005-03-22  James A. Morrison  <phython@gcc.gnu.org>

        * treelang.h (struct parameter_part): Skip WHERE_TO_PUT_VAR_TREE
        during GC.

From-SVN: r96919
This commit is contained in:
James A. Morrison 2005-03-23 02:35:36 +00:00
parent 8549882418
commit 52f9be1826
4 changed files with 28 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-03-22 James A. Morrison <phython@gcc.gnu.org>
* compile/memory.tree: New test.
2005-02-26 James A. Morrison <phython@gcc.gnu.org>
* compile/var_defs: Add uninitialized variables.

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,8 @@
2005-03-22 James A. Morrison <phython@gcc.gnu.org>
* treelang.h (struct parameter_part): Skip WHERE_TO_PUT_VAR_TREE
during GC.
2005-03-15 Zack Weinberg <zack@codesourcery.com>
* Make-lang.in (TEXI_TREELANG_FILES): Add gcc-vers.texi.

View File

@ -125,7 +125,7 @@ struct parameter_part GTY(())
{
struct prod_token_parm_item *next; /* Next entry. */
unsigned char* variable_name; /* Name. */
tree * GTY ((length ("1"))) where_to_put_var_tree; /* Where to save decl. */
tree * GTY ((skip)) where_to_put_var_tree; /* Where to save decl. */
};
/* A production or a token. */