On Tue, Jan 03, 2012 at 10:22:05AM -0500, Patrick Marlier wrote: > >@@ -20909,7 +20905,6 @@ output_macinfo (void) > > if (!VEC_empty (macinfo_entry, files)) > > { > > macinfo_entry *file = VEC_last (macinfo_entry, files); > >- free (CONST_CAST (char *, file->info)); > > VEC_pop (macinfo_entry, files); > > } > > break; > > This breaks bootstrap: > ../../trunk/gcc/dwarf2out.c: In function ‘void output_macinfo()’: > ../../trunk/gcc/dwarf2out.c:20907:23: error: unused variable ‘file’ > [-Werror=unused-variable] > cc1plus: all warnings being treated as errors > > I guess it is a way to fix it.
Just svn update, I've noticed it in my bootstrap and fixed it for that, but forgot to update the patch I checked in. Sorry. Jakub