Re: Running Clang 3.7 on Current....

2016-03-11 Thread Dimitry Andric
On 11 Mar 2016, at 10:27, Willem Jan Withagen wrote: > > CURRENT has recently received the upgrade to Clang 3.8. > > Now I run into the problem that some of the tests with Ceph are all of a > sudden failing > Mainly manifesting itself because of access errors thru pointers

Running Clang 3.7 on Current....

2016-03-11 Thread Willem Jan Withagen
Hi, CURRENT has recently received the upgrade to Clang 3.8. Now I run into the problem that some of the tests with Ceph are all of a sudden failing Mainly manifesting itself because of access errors thru pointers in very complex records structs. (Which is almost always in C++ :) ) Either