On Tue, Jun 19, 2012 at 12:34:43AM -0500, Gordon L. Kindlmann wrote: > > So the patch does make the build problem go away, by turning off the run-time > error checking of whether the compile-time assumptions about the platform > match what is seen at run-time. > > Does anyone understand why the code is actually failing though?
No, but I tend to suspect a compiler bug. The code fails with gcc 4.7 at optimization level -O1 or higher. It passes with -O0. It also passes using gcc 4.6 with optimization up to -O3. -Steve
signature.asc
Description: Digital signature
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://www.itk.org/mailman/listinfo/insight-developers
