This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] aliasing bug [patch]
- From: law at redhat dot com
- To: Diego Novillo <dnovillo at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 29 May 2003 15:43:56 -0600
- Subject: Re: [tree-ssa] aliasing bug [patch]
- Reply-to: law at redhat dot com
In message <20030529212706.GA31181@tornado.toronto.redhat.com>, Diego Novillo w
rites:
>Fixes a latent bug we've had since February. It just now
>triggered on PPC (no wonder PPC has been so flakey). Jeff, I
>guess you meant pushing a wide int here, eh? :)
Presumably if get_alias_set returns a HOST_WIDE_INT, then I meant to use
VARRAY_PUSH_WIDE_INT :-)
Jeff