------- Comment #1 from pinskia at gcc dot gnu dot org  2006-02-21 18:06 -------
This comes from std::vector<_Tp, _Alloc>::_M_insert_aux.
Another example from the same function:
<L15>:;
  if (__position$_M_current != &__x_copy) goto <L20>; else goto <L9>;

<L20>:;
  if (&__position$_M_current->engine_m != &__x_copy.engine_m) goto <L22>; else
goto <L9>;


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26400

Reply via email to