On Fri, May 20, 2011 at 1:31 AM, Richard Guenther <rguent...@suse.de> 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 create new pointer types).
>
> LTO bootstrapped and tested on x86_64-unknown-linux-gnu, SPEC 2k6
> build tested (and the two cases I ran into in the past are fixed)
> and kernel WPA tested.
>
> Richard.
>
> 2011-05-20  Richard Guenther  <rguent...@suse.de>
>
>        PR middle-end/48849
>        * gimple.c (gimple_register_canonical_type): Compute TYPE_CANONICAL
>        of pointer types the same way the middle-end does.

One of your changes caused:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49078


-- 
H.J.

Reply via email to