From: Andrew Pinski Date: Tue, 4 Oct 2005 17:25:50 +0000 (+0000) Subject: +2005-10-04 Andrew Pinski + + * tree.c (annotate_with_file_l... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=44d251729691376ab96450f3b8e580a87c055b95;p=gcc.git +2005-10-04 Andrew Pinski + + * tree.c (annotate_with_file_line): Fix typo. +2005-10-04 Andrew Pinski + + * tree.c (annotate_with_file_line): Fix typo. + From-SVN: r104950 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 25a14cb6dc9..088f0e7f0f8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-10-04 Andrew Pinski + + * tree.c (annotate_with_file_line): Fix typo. + 2005-10-04 Ulrich Weigand PR ada/19382 diff --git a/gcc/tree.c b/gcc/tree.c index 4140791e078..333c745fc01 100644 --- a/gcc/tree.c +++ b/gcc/tree.c @@ -3151,7 +3151,7 @@ annotate_with_file_line (tree node, const char *file, int line) entry cache can reduce the number of allocations by more than half. */ if (last_annotated_node - && last_annotated_node->line == line == line + && last_annotated_node->line == line && (last_annotated_node->file == file || !strcmp (last_annotated_node->file, file))) {