Re: [PATCH] Fix PR48849

2011-05-20 Thread H.J. Lu
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

[PATCH] Fix PR48849

2011-05-20 Thread Richard Guenther
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