(C++) patch: C library fns don't throw

Jason Merrill jason@cygnus.com
Fri Mar 10 11:31:00 GMT 2000


>>>>> Andreas Jaeger <aj@suse.de> writes:

 > With your changes, the __THROW seems to be not needed anymore for the
 > 209 functions and we could remove them in theory.  Unfortunatly, glibc
 > has more than these functions, so we would need to check for each
 > function if it's one of those 209.  

 > I do think for glibc we shouldn't change anything and I hope g++ uses
 > the throw () which is added for all functions.  Does anybody see
 > another solution?

I agree; this change is mostly for the benefit of non-glibc targets.
Optimizing based on the throw() was part of an earlier patch.

Jason


More information about the Libc-alpha mailing list