On Mon, Oct 16, 2017 at 09:00:10PM -0400, Josh Grosse wrote: > On Mon, Oct 16, 2017 at 07:31:11AM -0400, Josh Grosse wrote: > > ...Will try to > > allocate time this week for root cause analysis. > > Attached are patches for -current and -stable. At this time, > the -current patch has been tested on amd64, and the -stable > patch is being built for testing. >
So reverting to gcc without any explanation as to what's going on is not a fix. Did you at least try to build it with debug info ? I'm afraid your "fix" will create more problems than it solves, especially since codeblocks uses the wxWidgets library, which is also C++, so you're basically mixing up C++ code generated with clang and gcc, which doesn't work very well...
