This is the mail archive of the gcc-bugs@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]

[Bug c++/16129] [3.4.1 regression] g++.old-deja/g++.eh/catch[35679]*.C


------- Additional Comments From zack at gcc dot gnu dot org  2004-06-23 16:36 -------
Created an attachment (id=6611)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6611&action=view)
changes which introduced bug

Binary search fingers one of these changes:

2004-05-24  Benjamin Kosnik  <bkoz@redhat.com>

       * testsuite/testsuite_hooks.h (func_callback): Declare copy
       constructor and assignment operator private.
       * testsuite/23_containers/deque/cons/clear_allocator.cc: Match
       exception specifications of base class.
       * testsuite/23_containers/list/cons/clear_allocator.cc: Same.
       * testsuite/23_containers/vector/cons/clear_allocator.cc: Same.
       * testsuite/23_containers/vector/bool/clear_allocator.cc: New.

2004-05-24  Benjamin Kosnik  <bkoz@redhat.com>

       * libsupc++/cxxabi.h: Remove duplicated and useless public and
	private keywords in class declarations. Format. Use
	stddef.h. Expose declarations to "C" compilation.
	* libsupc++/tinfo.cc (__upcast_result): Add copy constructor and
	assignment operator.
	(__dyncast_result): Same.
	* libsupc++/vec.cc (uncatch_exception): Same, use member
	initialization list.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16129


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