aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
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/ChangeLog
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/ChangeLog')
-rw-r--r--gcc/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e1b5b63..9cd1d75 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,15 @@
+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.
+
2005-07-11 Bernd Schmidt <bernd.schmidt@analog.com>
* config/bfin/bfin.md (cmpsi, compare_eq, compare_ne, compare_lt,