------- Comment #12 from steven at gcc dot gnu dot org 2006-09-16 19:13 ------- Dorit, your comments please. If I don't hear from you I'll commit this as obvious.
Index: tree-vectorizer.c =================================================================== --- tree-vectorizer.c (revision 116991) +++ tree-vectorizer.c (working copy) @@ -2066,6 +2066,7 @@ vectorize_loops (struct loops *loops) vect_transform_loop (loop_vinfo, loops); num_vectorized_loops++; } + vect_loop_location = NULL; if (vect_print_dump_info (REPORT_VECTORIZED_LOOPS)) fprintf (vect_dump, "vectorized %u loops in function.\n", -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27742