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: [PATCH][C++] Kill expr_size langhook


On Sat, 29 Aug 2009, Richard Guenther wrote:

> 
> This kills the expr_size langhook.  With the recent C++ FE change
> there isn't any language-specific semantics left that warrant it.
> In particular the C++ FE is already careful enough to use memcpy
> whenever an assignment may cover padding that is used by derived
> classes.
> 
> Bootstrapped and tested on x86_64-unknown-linux-gnu, ok for trunk?

Approved by Mike on IRC, applied as r151261.

Richard.


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