Skip to content
  • Jonas Maebe's avatar
    * fixed val(s,int64) (it accepted values in the range · 69cf42c4
    Jonas Maebe authored
        high(int64+1)..high(qword) if written in decimal notation) + test
      * fixed range checking of qword constants parsed by the compiler
        (they always gave a range error if > high(int64), because the compiler
         internally stores them as int64)
      * turn off range checking flag of rdconstnodes created by the parser
        from _INTCONST, because those are already range checked by the
        way they are parsed using val()
    
    git-svn-id: trunk@6814 -
    69cf42c4