> > Hi, > > > > I built with r221117. I see errors while building following targets: > > aarch64_be-none-linux-gnu, aarch64_be-none-linux-gnu, > > arm-none-linux-gnueabihf, arm-none-linux-gnueabi. > > Indeed, it's broken again since r221099.
Accidentally I reverted the var->alias check (probably while merging patches from mainline). It should be fixed again now by: 2015-03-03 Martin Liska <mli...@suse.cz> PR ipa/65287 * ipa-icf.c (sem_variable::parse): Skip all alias variables. Sorry for that. Honza