This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Readiness of tree-ssa
- From: Richard Guenther <rguenth at tat dot physik dot uni-tuebingen dot de>
- To: Wolfgang Bangerth <bangerth at ices dot utexas dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 4 Feb 2004 23:53:23 +0100 (CET)
- Subject: Re: Readiness of tree-ssa
- References: <Pine.LNX.4.44.0402041646080.26022-100000@gandalf.ices.utexas.edu>
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++ :-)
>
> The last piece that was missing seems to have been the fix for the
> early-destructor-call PR that was fixed last week. After that, all my
> problems magically went away. Many thanks to all who helped fix bugs!
>
> Gerald, Richard: what's the status with your applications presently?
I managed to carry over my __attribute__((leafify)) patch from mainline to
tree-ssa now and can compile my application fine. I'll do some
performance and correctness tests tomorrow.
Richard.