http://gcc.gnu.org/bugzilla/show_bug.cgi?id=61058
Uroš Bizjak <ubizjak at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |law at redhat dot com --- Comment #2 from Uroš Bizjak <ubizjak at gmail dot com> --- (In reply to Uroš Bizjak from comment #1) > Similar to PR54455, where Steven said: > > --q-- > There can't be a BARRIER in the middle of a basic block. This problem > typically indicates that either a BARRIER was emitted in the wrong place, or > BB_END wasn't updated properly after a BARRIER was inserted somewhere. > BARRIERs never appear inside a basic block. > --/q-- > > The target ICEs due to invalid BARRIER location, so it looks like > rtl-optimization bug to me. CC Jeff for confirmation.