Re: GCC 6 Binaries segfaulting

2016-02-16 Thread Marek Polacek
On Mon, Feb 15, 2016 at 02:33:18PM -0600, Richard Shaw wrote: > I tried adding the workaround mentioned but it didn't seem to help. I responded in the BZ, but -fno-delete-null-pointer-checks really does help in this case, so this isn't a bug in the compiler. Marek -- devel mailing list de

Re: GCC 6 Binaries segfaulting

2016-02-15 Thread Richard Shaw
On Mon, Feb 15, 2016 at 12:48 PM, Florian Weimer wrote: > On 02/15/2016 07:44 PM, Richard Shaw wrote: > > I have one package where several of the binaries used for unit testing > are > > segfaulting. > > > > I'm guessing that's not likely a direct GCC 6 issue but some googling > leads > > me to b

Re: GCC 6 Binaries segfaulting

2016-02-15 Thread Florian Weimer
On 02/15/2016 07:44 PM, Richard Shaw wrote: > I have one package where several of the binaries used for unit testing are > segfaulting. > > I'm guessing that's not likely a direct GCC 6 issue but some googling leads > me to believe that it could be an ABI breakage with a dependency that has > not

GCC 6 Binaries segfaulting

2016-02-15 Thread Richard Shaw
I have one package where several of the binaries used for unit testing are segfaulting. I'm guessing that's not likely a direct GCC 6 issue but some googling leads me to believe that it could be an ABI breakage with a dependency that has not been rebuilt. Is that the most likely cause? Thanks, R