This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Fix PR44391: use size_one_node for pointer types.
- From: Sebastian Pop <sebpop at gmail dot com>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>, gcc-graphite <gcc-graphite at googlegroups dot com>
- Date: Tue, 15 Jun 2010 14:13:20 -0500
- Subject: Re: [patch] Fix PR44391: use size_one_node for pointer types.
- References: <AANLkTilUzV8jq7ugG96qFxeqt6c1RqYO8pVwW2owYLz_@mail.gmail.com>
On Tue, Jun 15, 2010 at 11:18, Sebastian Pop <sebpop@gmail.com> wrote:
> Hi,
>
> The attached patch fixes PR44391 by using size_one_node instead of
> the conversion of the GMP constant 1 to a tree of the given type, that
> could be a pointer to "unsigned char *" as in the attached testcase.
> The patch cleans up all this code avoiding GMP.
> I will commit this to trunk once it passes regstrap on amd64-linux.
>
Committed r160803.