On Fri, May 20, 2011 at 1:31 AM, Richard Guenther wrote:
>
> Ontop of the previous LTO type merging cleanup the following patch
> should fix PR48849 by making sure that TYPE_CANONICAL computation
> of pointer types at LTO streaming time matches that of the middle-end
> (and thus later passes that
Ontop of the previous LTO type merging cleanup the following patch
should fix PR48849 by making sure that TYPE_CANONICAL computation
of pointer types at LTO streaming time matches that of the middle-end
(and thus later passes that create new pointer types).
LTO bootstrapped and tested on x86_64-u