aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorDaniel Berlin <dberlin@dberlin.org>2005-07-11 18:28:36 +0000
committerDaniel Berlin <dberlin@gcc.gnu.org>2005-07-11 18:28:36 +0000
commit046a69e067eef6ec8722ee7334013a10ff34bb7d (patch)
tree9f96c9ce72ce2ed36318bcf256b5205358692d21 /gcc/tree.h
parentebde3ea873a32cd5863575f56d6a3438e7a02f36 (diff)
downloadgcc-046a69e067eef6ec8722ee7334013a10ff34bb7d.zip
gcc-046a69e067eef6ec8722ee7334013a10ff34bb7d.tar.gz
gcc-046a69e067eef6ec8722ee7334013a10ff34bb7d.tar.bz2
re PR tree-optimization/22404 (ICE in first_vi_for_offset)
2005-07-11 Daniel Berlin <dberlin@dberlin.org> * print-tree.c (print_node): Use DECL_ARGUMENT_FLD. * tree.h (DECL_ARGUMENT_FLD): New macro. 2005-07-11 Daniel Berlin <dberlin@dberlin.org> Fix PR tree-optimization/22404 * tree-ssa-structalias.c (create_variable_info_for): Use correct offset. From-SVN: r101894
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index eb9ebdc..e1007a3 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -2631,6 +2631,7 @@ struct tree_decl_non_common GTY(())
VAR_DECL and PARM_DECL reserve the arguments slot for language-specific
uses. */
#define DECL_ARGUMENTS(NODE) (FUNCTION_DECL_CHECK (NODE)->decl_non_common.arguments)
+#define DECL_ARGUMENT_FLD(NODE) (DECL_NON_COMMON_CHECK (NODE)->decl_non_common.arguments)
/* FUNCTION_DECL inherits from DECL_NON_COMMON because of the use of the
arguments/result/saved_tree fields by front ends. It was either inherit