------- Comment #8 from sje at cup dot hp dot com 2007-05-03 19:36 ------- I went back to r124216 and added a print to see what the next instruction was, since it wasn't a barrier. What I found was a "NOTE_INSN_DELETED_LABEL", followed by a barrier. I am guessing we want to ignore that (and any other deleted instructions?) before checking for a barrier.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31733