mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 09:10:18 +02:00
Explicitly disabled overflow and range check for these two tests
git-svn-id: trunk@39266 -
This commit is contained in:
parent
3f96c0baed
commit
e518bd52ba
@ -9,6 +9,10 @@ program tb0627a;
|
||||
|
||||
{$mode objfpc}
|
||||
|
||||
{ Explicitly disable overflow and range checks }
|
||||
{$Q-}
|
||||
{$R-}
|
||||
|
||||
var
|
||||
SideEffectsHappened: Boolean = False;
|
||||
|
||||
|
@ -56,6 +56,10 @@ program tb0627b;
|
||||
|
||||
{------------------------------------------------------------------------------}
|
||||
|
||||
{ Explicitly disable overflow and range checks }
|
||||
{$Q-}
|
||||
{$R-}
|
||||
|
||||
var
|
||||
SideEffectsHappened: Boolean = False;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user