Skip to content
  • sven.panne@aedion.de's avatar
    [project @ 2000-07-02 18:50:24 by panne] · d781517f
    sven.panne@aedion.de authored
    Don't warn the user about integer overflow during constant folding
    anymore. It's not done at runtime either, and compilation of
    completely harmless things like
    
       ((124076834 :: Word32) + (2147483647 :: Word32))
    
    yielded a warning.
    d781517f