On Mon, May 9, 2011 at 8:15 AM, Richard Guenther <rguent...@suse.de> wrote: > > This makes gimple_types_compatible_p private to gimple.c again, > removing the need to call it from lto-symtab.c as we now merge > types early (and thus we can resort to the middle-end types_compatible_p > function). > > Bootstrapped on x86_64-unknown-linux-gnu, testing and SPEC2k6 build > in progress. >
Given that one of LTO type merging cleanup patches breaks LTO bootstrap, I think we should pause and fix LTO bootstrap before applying more patches. Thanks. -- H.J.