boot2

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

const-divzero-shortcircuit-float.before (161B)


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