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] Fix libstdc++/C++ fallout from RTL alias export


On Fri, 22 Jan 2010, Paolo Carlini wrote:

> On 01/22/2010 12:27 PM, Richard Guenther wrote:
> > Well.  memcpy doesn't work right now and would be non-optimial
> > likely if we don't exploit the known alignment.
> >
> > So I don't think memcpy is a good solution.
> >   
> It is, I definitely want it as a library maintainer. Nothing else, I'm
> sorry.

Well ok then.  The standard says that using memcpy has to work
(it doesn't now because of PR42834).

Feel free to fix the library using it.  I'm opening an enhacement
request for __gnu_cxx::uninitialized_aligned_{copy,swap}.

Richard.


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