This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH]: Fix PR c/12372
On Sat, 11 Oct 2003 09:01:28 -0700, Richard Henderson <rth@redhat.com> wrote:
> On Fri, Oct 10, 2003 at 10:14:31PM -0400, Jason Merrill wrote:
>> How so? The difference between pure and const calls is that pure calls use
>> memory and const calls don't. This patch erases that distinction.
>
> Eh? Did I mis-read where he applied the patch? It should have been
> on the one that adds USEs for the arguments. Not the one that adds
> the USE that aliases all memory.
Yes, the patch is to the latter USE.
Jason