On Thu, Feb 10, 2011 at 1:44 PM, Jakub Jelinek <ja...@redhat.com> wrote: > Hi! > > single_nonlooparound_use doesn't ignore debug uses, which results in > -fcompare-debug failures. Fixed thusly, bootstrapped/regtested on > x86_64-linux and i686-linux, ok for trunk? > > 2011-02-10 Jakub Jelinek <ja...@redhat.com> > > PR debug/47684 > * tree-predcom.c (single_nonlooparound_use): Ignore debug uses. >
This may have caused: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53174 -- H.J.