Re: -msave-args : uninitialized variable

2019-02-04 Thread Todd Mortimer
On Mon, Feb 04, 2019 at 04:53:36PM +0100, Sebastien Marie wrote: > Hi, > > Recently, devel/llvm (the port) has copied the -msave-args diff from > base, and it resulted lang/rust to segfault. > > Since, the change has been backouted, but I continued searching the root > cause as the diff is on base

Re: -msave-args : uninitialized variable

2019-02-04 Thread Mark Kettenis
> Date: Mon, 4 Feb 2019 16:53:36 +0100 > From: Sebastien Marie > > Hi, > > Recently, devel/llvm (the port) has copied the -msave-args diff from > base, and it resulted lang/rust to segfault. > > Since, the change has been backouted, but I continued searching the root > cause as the diff is on b

-msave-args : uninitialized variable

2019-02-04 Thread Sebastien Marie
Hi, Recently, devel/llvm (the port) has copied the -msave-args diff from base, and it resulted lang/rust to segfault. Since, the change has been backouted, but I continued searching the root cause as the diff is on base too. and I think the culprit is SaveArgs variable member in class X86Subtarg