This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH]: Fix PR c/12372
- From: Jason Merrill <jason at redhat dot com>
- To: "John David Anglin" <dave at hiauly1 dot hia dot nrc dot ca>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 10 Oct 2003 13:59:07 -0400
- Subject: Re: [PATCH]: Fix PR c/12372
- References: <200310101721.h9AHLO7P018417@hiauly1.hia.nrc.ca>
On Fri, 10 Oct 2003 13:21:24 -0400 (EDT), "John David Anglin" <dave@hiauly1.hia.nrc.ca> wrote:
> The enclosed patch fixes the problem of arguments being deleted in a sibcall
> to a const function. The change is simply to mark memory as used for
> const calls as well as pure calls.
No, this is the main difference between const and pure calls.
Jason