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 for c++/39480


On 04/25/2009 12:20 AM, Ian Lance Taylor wrote:
Jason Merrill<jason@redhat.com> writes:

Ian Lance Taylor wrote:
The chance of this logic remaining in sync over time seems rather low,
especially since the code is in two different directories.  I think that
on mainline the condition, trivial as it is, ought to move into a
function in builtins.c.  I'll preapprove the patch to builtins.c.

I was planning to remove the call to builtin_memcpy entirely for 4.5. If you still want the separate function, were you thinking something like this?

Yes. (Sorry for the slow reply.)

I finally checked this in, since the patch to avoid needing the test in the front end has moved down my stack.


Jason


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