http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59102
Jeffrey A. Law <law at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |law at redhat dot com Assignee|unassigned at gcc dot gnu.org |law at redhat dot com --- Comment #2 from Jeffrey A. Law <law at redhat dot com> --- No, it should be checking is_gimple_assign before looking at the . We don't want to allow a case where there's a call on the RHS as that call may have observable side effects that would get wiped out.