mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 09:49:27 +02:00
Also disable range check error that can happen on 64-bit processors
git-svn-id: trunk@34011 -
This commit is contained in:
parent
df7e562d94
commit
f079701302
@ -1,6 +1,8 @@
|
||||
{ This test explicity generates overflow.
|
||||
Thus, we need explicit $Q- }
|
||||
{ This test explicity generates overflow errors for 32-bit processors
|
||||
or range check errors for 64-bit processors.
|
||||
Thus, we need explicit $Q- and $R- }
|
||||
{$Q-}
|
||||
{$R-}
|
||||
|
||||
var
|
||||
i : longint;
|
||||
|
Loading…
Reference in New Issue
Block a user