This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r147077 - in /trunk/libstdc++-v3: ChangeLog con...
- From: hubicka at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sun, 03 May 2009 16:51:51 -0000
- Subject: r147077 - in /trunk/libstdc++-v3: ChangeLog con...
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