diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/tree-dump.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2faf42c..c32cb9c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2007-03-23 Ian Lance Taylor <iant@google.com> + * tree-dump.c (dump_files): Correct comment. + +2007-03-23 Ian Lance Taylor <iant@google.com> + * tree-vrp.c (operand_less_p): Ignore fold overflow warnings. 2007-03-23 Steven Bosscher <steven@gcc.gnu.org> diff --git a/gcc/tree-dump.c b/gcc/tree-dump.c index b005c07..ea8f378 100644 --- a/gcc/tree-dump.c +++ b/gcc/tree-dump.c @@ -756,7 +756,7 @@ dump_node (tree t, int flags, FILE *stream) /* Table of tree dump switches. This must be consistent with the - TREE_DUMP_INDEX enumeration in tree.h. */ + tree_dump_index enumeration in tree-pass.h. */ static struct dump_file_info dump_files[TDI_end] = { {NULL, NULL, NULL, 0, 0, 0, 0}, |