This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Readiness of tree-ssa
On Wed, 4 Feb 2004, Wolfgang Bangerth wrote:
> I had promised to run tree-ssa against our application (deal.II) and our
> testsuite. The results are great: not a single one of the 200+ testcases
> fails, and none of those applications build on top of the library that I
> tested gave different results either. So there are at least no obvious
> miscompilations any more in my 200,000+ lines of C++ :-)
Then you are in a more lucky position then me. :-(
My application (DLV) apparently is seriously miscompiled, and I'm getting
testsuite failures en masse. Hopefully I'll be able to destill a decently
small testcase in the next couple of days.
Gerald