PING^1
On 03/01/2018 12:53 PM, Martin Liška wrote: > On 03/01/2018 12:45 PM, Jakub Jelinek wrote: >> On Thu, Mar 01, 2018 at 12:41:37PM +0100, Martin Liška wrote: >>> I've been running periodically UBSAN bootstrap and as the runtime errors are >>> not causing failure of compiler I haven't noticed the errors. >>> Thus I would like to disable UBSAN recovery. Apart from that I'm handling >>> issue in md5.c where in UBSAN bootstrap we want to do proper pointer >>> alignment. >>> Doing that 2 will be remaining issues that will block the bootstrap: >>> >>> PR84634 and PR84635 >>> >>> May I then install the patch? Jakub what do you think about it? >> >> I actually prefer recovery where possible, that way we can get more runtime >> errors at once, rather than stopping at the first one. >> You always can and should grep the build logs. > > Ok, you convinced me with Marek :) > >> >> As for md5.c, you only posted ChangeLog for it, not the actual patch. > > Sorry, I'm attaching updated patch. > > Martin > >> >> Jakub >> >