Re: Ubsan merged into trunk

2013-09-01 Thread Marek Polacek
On Sun, Sep 01, 2013 at 01:36:37PM +0200, Jakub Jelinek wrote: > 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 > > > > * ubsan.c: Include tm_p.h. > > You need to add $(T

Re: Ubsan merged into trunk

2013-09-01 Thread Jakub Jelinek
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 > > * 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. > --

Re: Ubsan merged into trunk

2013-09-01 Thread Jakub Jelinek
On Sat, Aug 31, 2013 at 04:04:03PM +0100, Iain Sandoe wrote: > OK for trunk? Ok with the suggested s/sanitise/sanitize/g change. > gcc: > * config/darwin.h (LINK_COMMAND_SPEC_A): Revise sanitiser specs to > include sanitise(undefined). > > libsanitiser: > > * ubsan/Makefile.am

Re: Ubsan merged into trunk

2013-08-31 Thread Dominique Dhumieres
> bootstrapped x86_64-darwin12 for c,c++ and fortran ... Bootstrapped x86_64-apple-darwin10 for c,c++,fortran,java and also tested asan.exp and ubsan.exp for gcc and g++. Thanks for the patch, Dominique

Re: Ubsan merged into trunk

2013-08-31 Thread Marek Polacek
On Fri, Aug 30, 2013 at 06:58:06PM -0400, David Edelsohn wrote: > This patch / merge broke bootstrap on AIX: > > In file included from ./tm.h:18:0, > from /home/dje/src/src/gcc/function.h:26, > from /home/dje/src/src/gcc/basic-block.h:25, > from

Re: Ubsan merged into trunk

2013-08-31 Thread Marek Polacek
On Sat, Aug 31, 2013 at 04:04:03PM +0100, Iain Sandoe wrote: > Hi, > > On 30 Aug 2013, at 20:43, Jakub Jelinek wrote: > > > On Fri, Aug 30, 2013 at 09:38:01PM +0200, Dominique Dhumieres wrote: > >>> I've just merged ubsan into trunk. Please send complaints my way. > >> > >> Bootstrap is broken

Re: Ubsan merged into trunk

2013-08-31 Thread Iain Sandoe
Hi, On 30 Aug 2013, at 20:43, Jakub Jelinek wrote: > On Fri, Aug 30, 2013 at 09:38:01PM +0200, Dominique Dhumieres wrote: >>> I've just merged ubsan into trunk. Please send complaints my way. >> >> Bootstrap is broken on x86_64-apple-darwin10: > (wonder why not > libasan_la_LIBADD = $(top_buil

Re: Ubsan merged into trunk

2013-08-30 Thread David Edelsohn
This patch / merge broke bootstrap on AIX: In file included from ./tm.h:18:0, from /home/dje/src/src/gcc/function.h:26, from /home/dje/src/src/gcc/basic-block.h:25, from /home/dje/src/src/gcc/cgraph.h:28, from /home/dje/src/src/g

Re: Ubsan merged into trunk

2013-08-30 Thread Jakub Jelinek
On Fri, Aug 30, 2013 at 09:38:01PM +0200, Dominique Dhumieres wrote: > > I've just merged ubsan into trunk. Please send complaints my way. > > Bootstrap is broken on x86_64-apple-darwin10: > > Making all in ubsan > make[4]: *** No rule to make target `../interception/libinterception.la', > need

Re: Ubsan merged into trunk

2013-08-30 Thread Dominique Dhumieres
> I've just merged ubsan into trunk. Please send complaints my way. Bootstrap is broken on x86_64-apple-darwin10: Making all in ubsan make[4]: *** No rule to make target `../interception/libinterception.la', needed by `libubsan.la'. Stop. make[3]: *** [all-recursive] Error 1 make[2]: *** [all-

Re: Ubsan merged into trunk

2013-08-30 Thread Toon Moene
On 08/30/2013 06:14 PM, Marek Polacek wrote: I've just merged ubsan into trunk. Please send complaints my way. Thanks, Marek Just watch the equivalent of this one: http://gcc.gnu.org/ml/gcc-testresults/2013-08/msg02869.html tomorrow morning (substitute "java" for "go" and "ubsan" f

Ubsan merged into trunk

2013-08-30 Thread Marek Polacek
I've just merged ubsan into trunk. Please send complaints my way. Thanks, Marek