> > gcc/ChangeLog: > > > > 2015-03-05 Martin Liska <mli...@suse.cz> > > > > PR ipa/65318 > > * ipa-icf.c (sem_variable::equals): Compare variables types. > > > > gcc/testsuite/ChangeLog: > > > > 2015-03-05 Martin Liska <mli...@suse.cz> > > > > * gcc.dg/ipa/pr65318.c: New test. > > OK, Though actually I think it is papering over folding issue - probably we do want to imply VIEW_CONVERT_EXPR when type of alias and type of variable does not match.
Honza > Honza