Skip to content
  • Thomas Jahns's avatar
    Reformulate check to not trigger hoisting recent gcc. · 8f59b3d6
    Thomas Jahns authored
    * gcc 10 and 11 at -O3 recognize that the previous version was not
      allowed to change results_2, because no pointer to it escaped. This
      changed source still triggers the original bug and is robust to the
      gcc optimizer double guessing the original programs intent.
    8f59b3d6