This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Readiness of tree-ssa


Wolfgang Bangerth <bangerth@ices.utexas.edu> writes:

> 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++ :-)

I did the same with a research project I am involved in which contains something
like 50.000 lines of C++ and a whole bunch of not-so-nice constructs. With the
latest tree-ssa it compiles nicely (We actually found a bunch of bugs in our
code due to the new parser!) and all test-cases pass.

/LS


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]