This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Time schedule?
Benjamin Scherrey <scherrey@switchco.com> writes:
| What's the word on releasing with the (slowly but surely) developing
| libstdc++ library? I would think that integration with this would
| justify a full version release by itself considering the impact it
| will have on deployed C++ applications. I was hoping it would be part
| of the 3.0 release but I don't see libstdc++ being ready before third
| qtr 2000 given its current pace (note - this is not me whining or
| complaining, just an observation). Has any thought been put into goals
| for a 4.0 release?
Well, the sooner you help the sooner libstdc++-v3 got finished.
BTW, libstdc++-v3, as it is, randomly crashes the compiler. The last
time I tried to build it the compiler got into infinite loop (try
CXXFLAGS='-fsquangle -fhonor-std -fnew-exceptions -O3 -fnew-abi').
Also, the library needs some support from the compiler, such as
http://www.cantrip.org/cheaders.html
-- Gaby