Comment 4 for bug 721023

Revision history for this message
Michael Hope (michaelh1) wrote :

Hits an assertion at the end of dwarf2out_begin_epilogue:

  /* And emulate the state save. */
  gcc_assert (!cfa_remember.in_use);
  cfa_remember = cfa;
  cfa_remember.in_use = 1;
}

Set to low priority as it's size only in a non-code generation area.