This is the mail archive of the gcc-patches@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: [4.0 PATCH] Fix for PR21951


Gerald Pfeifer wrote:
	PR c++/21951: avoid appearing to hit end of function when compiled
with -fno-exceptions
	* libstdc++-v3/include/bits/stl_vector.h
	* libstdc++-v3/include/bits/stl_uninitialized.h
	* libstdc++-v3/include/ext/rope
	* libstdc++-v3/include/ext/memory
	* libstdc++-v3/include/ext/hashtable.h


Either this, or someone tries to convince Honza to backport his fixes
from mainline. (I believe it was Honza who fixed this by virtue of his
inline work, but I may be wrong.)

On 2005-01-30, Richard Henderson said in a related pr comment that he much preferred changing gcc-4.0's libstdc++ to fixing gcc-4.0. (I think his choice of wording was "There is zero chance that this will be fixed for 4.0.")

I get the feeling that those who have looked at this
bug have reached consensus that the only thing
to do for 4.0 is to do the kind of simple workaround
proposed here for 4.0's libstdc++.
- Dan

--
Trying to get a job as a c++ developer?  See http://kegel.com/academy/getting-hired.html


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