Commit 12c30f2f by Alexandre Oliva Committed by Alexandre Oliva

re PR bootstrap/47402 (Bootstrap comparison failure)

PR debug/47402
Temporarily revert:
2011-01-21  Alexandre Oliva  <aoliva@redhat.com>
PR debug/47106
* tree-dfa.c (create_var_ann): Mark variable as used.

From-SVN: r169107
parent 22afca66
2011-01-21 Alexandre Oliva <aoliva@redhat.com>
PR debug/47402
Temporarily revert:
2011-01-21 Alexandre Oliva <aoliva@redhat.com>
PR debug/47106
* tree-dfa.c (create_var_ann): Mark variable as used.
2011-01-21 Jakub Jelinek <jakub@redhat.com> 2011-01-21 Jakub Jelinek <jakub@redhat.com>
PR middle-end/45566 PR middle-end/45566
......
...@@ -137,9 +137,6 @@ create_var_ann (tree t) ...@@ -137,9 +137,6 @@ create_var_ann (tree t)
ann = ggc_alloc_cleared_var_ann_d (); ann = ggc_alloc_cleared_var_ann_d ();
*DECL_VAR_ANN_PTR (t) = ann; *DECL_VAR_ANN_PTR (t) = ann;
/* Assume the variable is used, at least for now. */
ann->used = true;
return ann; return ann;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment