On Mon, Oct 17, 2011 at 6:41 AM, Dodji Seketeli <do...@redhat.com> wrote: > Finally here is what I am checking in, which passes bootstrap with > --disable-checking --enable-languages=all,ada -- modulo this other bug > that breaks bootstrap as well > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50709. > > It's been OKed off-line by Tom Tromey. > > commit c1cd2be336ceec75cf40ac5f32cc4f72b8fc5da3 > Author: Dodji Seketeli <do...@redhat.com> > Date: Mon Oct 17 13:33:41 2011 +0200 > > Fix bootstrapping with --disable-checking > > libcpp/ChangeLog > > * line-map.c (linemap_macro_map_loc_to_exp_point): Avoid setting a > variable without using it if ENABLE_CHECKING is not defined. Mark > the LOCATION parameter as being unused. >
There are at least 2 bootstrap problems: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50760 -- H.J.