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 .

There are similar problems on hppa2.0-hp-hpux11.11.  See PR libstdc++/31908.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)


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