Skip to content
  • Jonas Maebe's avatar
    * report range errors for assigning out-of-range constants to enums in · 3a2fe24f
    Jonas Maebe authored
        Delphi mode (mantis #35671)
      * always give an error (rather than only a warning in case range checking
        is disabled) when assigning an out-of-range constant to an ordinal variable
        whose type does not span the entire range that its bits can hold (because
        the result is undefined and FPC's optimisers rely on variables only
        holding values that are valid for the type)
    
    git-svn-id: trunk@42272 -
    3a2fe24f