mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 09:19:30 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() 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 - |
||
---|---|---|
compiler | ||
fv | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
Makefile | ||
Makefile.fpc |