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: [C++] Avoid one place of frontend calling into targetm


	* cp/decl2.c (finish_objects): Do not call target constructor/destructor
	bits dirrectly.

Unfortunately, this patch has introduced numerous C++ ctor/dtor related
failures in the g++ and libstdc++ testsuites for AIX.  Reverting the patch
fixes the failures.  For example, init/dtor3.C, init/copy3.C, and
ext/new_allocator/deallocate_global.cc .

David


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