Bugzilla – Bug 133820
new gcc miscompile
Last modified: 2005-11-15 12:42:28 UTC
superlu hangs during build in an endless loop. attaching testcase.
Created attachment 57361 [details] testcase compile with -O1 or -O2 to get the assertion, with -O0 to make it pass.
This is caused by excess precision aka famous gcc PR323. Compile with -mfpmath=sse -msse2 to get a working testcase.