r147077 - in /trunk/libstdc++-v3: ChangeLog con...

hubicka@gcc.gnu.org hubicka@gcc.gnu.org
Sun May 3 16:51:00 GMT 2009


Author: hubicka
Date: Sun May  3 16:51:50 2009
New Revision: 147077

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=147077
Log:
	* include/parallel/settings.h (get): Mark const.
	* libsupc++/unwind-cxx.h (__cxa_call_terminate): Mark throw ().
	* libsupc++/eh_call.cc (__cxa_call_terminate): Mark throw ().
	* config/io/basic_file_stdio.cc (sys_open, is_open, fd, seekoff): Mark
	throw ().
	* config/io/basic_file_stdio.h (__basic_file, sys_open): Mark throw ().
	(is_open, fd): Mark pure and throw ().
	(seekoff): Mark throw ().

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/config/io/basic_file_stdio.cc
    trunk/libstdc++-v3/config/io/basic_file_stdio.h
    trunk/libstdc++-v3/include/parallel/settings.h
    trunk/libstdc++-v3/libsupc++/eh_call.cc
    trunk/libstdc++-v3/libsupc++/unwind-cxx.h



More information about the Libstdc++-cvs mailing list