This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [3.3 PATCH] Backport builtin arglist construction fixes
- From: Richard Henderson <rth at redhat dot com>
- To: Roger Sayle <roger at eyesopen dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Andreas Jaeger <aj at suse dot de>, Jakub Jelinek <jakub at redhat dot com>, Mark Mitchell <mark at codesourcery dot com>
- Date: Wed, 25 Jun 2003 15:24:11 -0700
- Subject: Re: [3.3 PATCH] Backport builtin arglist construction fixes
- References: <u84r2eezhf.fsf@gromit.moeb> <Pine.LNX.4.44.0306251402540.7326-100000@www.eyesopen.com>
On Wed, Jun 25, 2003 at 02:32:38PM -0600, Roger Sayle wrote:
> * builtins.c (expand_builtin_strcpy): Construct new argument list
> manually instead of using chainon to modify the original arglist.
> (expand_builtin_strcmp): Likewise.
Ok.
r~