Re: [PATCH] Improve boostrap-ubsan config (PR bootstrap/64914).

2018-05-01 Thread Jeff Law
0001-Improve-boostrap-ubsan-config-PR-bootstrap-64914.patch > > > From ccf9285022df7a2c11c14e5dc388d668d18243eb Mon Sep 17 00:00:00 2001 > From: marxin > Date: Thu, 1 Mar 2018 12:13:34 +0100 > Subject: [PATCH] Improve boostrap-ubsan config (PR bootstrap/64914). > > co

Re: [PATCH] Improve boostrap-ubsan config (PR bootstrap/64914).

2018-03-18 Thread Martin Liška
PING^2 On 03/08/2018 10:27 AM, Martin Liška wrote: 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 ca

Re: [PATCH] Improve boostrap-ubsan config (PR bootstrap/64914).

2018-03-08 Thread Martin Liška
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

Re: [PATCH] Improve boostrap-ubsan config (PR bootstrap/64914).

2018-03-01 Thread Martin Liška
:) > > As for md5.c, you only posted ChangeLog for it, not the actual patch. Sorry, I'm attaching updated patch. Martin > > Jakub > >From ccf9285022df7a2c11c14e5dc388d668d18243eb Mon Sep 17 00:00:00 2001 From: marxin Date: Thu, 1 Mar 2018 12:13:34 +0100 Subject

Re: [PATCH] Improve boostrap-ubsan config (PR bootstrap/64914).

2018-03-01 Thread Marek Polacek
On Thu, Mar 01, 2018 at 12:41:37PM +0100, Martin Liška wrote: > Hi. > > 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 Uh, I do

Re: [PATCH] Improve boostrap-ubsan config (PR bootstrap/64914).

2018-03-01 Thread Jakub Jelinek
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 w

[PATCH] Improve boostrap-ubsan config (PR bootstrap/64914).

2018-03-01 Thread Martin Liška
Hi. 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. D