This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix PR44391: use size_one_node for pointer types.


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]