------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-20 
00:57 -------
Hmm, that would mean we are trying to jump based on the agrument:
    insn_ifeq:
      {
        if (POPI() == 0)
          TAKE_GOTO;
        else
          SKIP_GOTO;
      }
      NEXT_INSN;

-- 


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

Reply via email to