On Sat, Aug 31, 2013 at 05:15:55PM +0200, Marek Polacek wrote: > I see, sorry. Will commit the following fix as obvious in a bit. > > 2013-08-31 Marek Polacek <pola...@redhat.com> > > * ubsan.c: Include tm_p.h.
You need to add $(TM_P_H) to ubsan.o dependencies in Makefile.in too. Ok with that change. > --- gcc/ubsan.c.mp 2013-08-31 17:12:48.719219402 +0200 > +++ gcc/ubsan.c 2013-08-31 17:13:05.895281454 +0200 > @@ -27,6 +27,7 @@ along with GCC; see the file COPYING3. > #include "hashtab.h" > #include "pointer-set.h" > #include "output.h" > +#include "tm_p.h" > #include "toplev.h" > #include "ubsan.h" > #include "c-family/c-common.h" Jakub