This is the mail archive of the gcc-bugs@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: middle-end/10472: [3.4 regression] ICE in instantiate_virtual_regs_lossage


A hunt on i686-pc-linux-gnu using the minimized test case
identifies this patch as being responsible for the problem:

> 2003-04-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
>
>       * builtins.c (expand_builtin_memcpy): Add `endp' argument, use
it.
>       (expand_builtin_stpcpy): New.
>       (expand_builtin): Add BUILT_IN_MEMPCPY & BUILT_IN_STPCPY.
>       * builtins.def: Add mempcpy & stpcpy support.
>       * doc/extend.texi (mempcpy, stpcpy): Document new builtins.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10472




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