<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">If the problem can be reproduced with just using itkFixedArray.h allow that would be significant progress. As that class does not depend on any other compiled code/library.<div><br></div><div>Brad<br><div><br></div><div><br><div><div>On Jan 7, 2015, at 10:33 AM, Мар'ян Климов <<a href="mailto:nekto1989@gmail.com">nekto1989@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr"><div>Hi Floris,<br><br>It would be good if you can reproduce this compiler problem without ITK. I've tried but no success.<br><br><a href="https://connect.microsoft.com/VisualStudio/feedback/details/1060166/compiler-generates-divpd-instruction-on-non-aligned-data">https://connect.microsoft.com/VisualStudio/feedback/details/1060166/compiler-generates-divpd-instruction-on-non-aligned-data</a><br><br></div><div>As workaround I suggest adding something like this<br><br>#ifdef _MSC_VER<br>  #if (_MSC_VER >= 1800)<br>    #ifdef _WIN64<br>      __declspec(align(16))<br>    #endif<br>  #endif<br>#endif<br><br></div><div>for classes that cause problems (FixedArray, Index etc.)<br></div><div><br></div>Marian<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-01-07 18:44 GMT+02:00 Floris Berendsen <span dir="ltr"><<a href="mailto:floris@isi.uu.nl" target="_blank">floris@isi.uu.nl</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi all,<br><br>I was wondering what the progress is of ITK with respect 
to Win64 Visual Studio 12 (2013). The dashboard has a Win64-VS12-Release
 under Expected Nightly Exotic, but it reports many segfault failures (I
 can confirm the same behaviour).  <br>All communications I could find related to this topic seem rather old:<br><br><a href="http://public.kitware.com/pipermail/community/2013-November/004255.html" target="_blank">http://public.kitware.com/pipermail/community/2013-November/004255.html</a><br><a href="http://insight-developers.itk.narkive.com/niWueQGp/4-5-release-candidate-approaching" target="_blank">http://insight-developers.itk.narkive.com/niWueQGp/4-5-release-candidate-approaching</a><br><a href="http://insight-developers.itk.narkive.com/E6RszEvx/regression-errors-with-visual-studio-2013" target="_blank">http://insight-developers.itk.narkive.com/E6RszEvx/regression-errors-with-visual-studio-2013</a><br><br>Does anyone know more about this? Would it help if I try to make a minimal example that reproduces the error?<br><br>Thanks,<br>Floris<br></div>
<br>_______________________________________________<br>
Community mailing list<br>
<a href="mailto:Community@itk.org">Community@itk.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/community" target="_blank">http://public.kitware.com/mailman/listinfo/community</a><br>
<br></blockquote></div><br></div>
_______________________________________________<br>Community mailing list<br><a href="mailto:Community@itk.org">Community@itk.org</a><br>http://public.kitware.com/mailman/listinfo/community<br></blockquote></div><br></div></div></body></html>