tw38069.pp 210 B

123456789101112
  1. { %cpu=i386 }
  2. {$mode objfpc}
  3. {$OPTIMIZATION REGVAR}
  4. {.$FPUTYPE SSE2} //uncommenting this resolves the problem
  5. uses uw38069;
  6. var z: complex;
  7. n: integer;
  8. begin
  9. z := z*n; //internal error 200604201
  10. end.