Re: [cfe-users] My compiler crashes .... but the online godbolt one doesn't ?!

2018-12-12 Thread David Blaikie via cfe-users
On Wed, Dec 12, 2018 at 1:30 AM Andy Gibbs wrote: > On 10 December 2018 18:17, David Blaikie wrote: > > Possible that the online one isn't built with assertions enabled (you > could test this with other known crashers to see if they reproduce on > godbolt with assertion crash dumps or only with r

Re: [cfe-users] My compiler crashes .... but the online godbolt one doesn't ?!

2018-12-12 Thread Andy Gibbs via cfe-users
On 10 December 2018 18:17, David Blaikie wrote: Possible that the online one isn't built with assertions enabled (you could test this with other known crashers to see if they reproduce on godbolt with assertion crash dumps or only with raw segfaults)? If that's the case,t hen it's possible that