boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

const-divzero-shortcircuit-int.before (159B)


      1             if (l2 == 0) {
      2                 if (const_wanted)
      3                     tcc_error("division by zero in constant");
      4                 goto general_case;