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++ PATCH] Fix placement new if operator new has 2nd argument REFERENCE_TYPE (PR c++/34862)


Jakub Jelinek wrote:
Ian's second patch (PR33407) attaches DECL_NO_TBAA_P to the return type,
which ought to be enough once all bugs with losing DECL_NO_TBAA_P
are resolved (but that's likely 4.4 timeframe).
In the PR Ian wanted to keep CHANGE_DYNAMIC_TYPE_EXPR for 4.3, so my patch
just matches that decision.

If there's a plan for a better fix this is OK for now.


Jason


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