mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 14:19:28 +02:00
* fixed test for x86
git-svn-id: trunk@1458 -
This commit is contained in:
parent
539b7dc220
commit
09279d0831
@ -14,7 +14,11 @@ Begin
|
||||
|
||||
{$ifdef FPC_HAS_TYPE_DOUBLE}
|
||||
str(double(intpower(2,63)),s);
|
||||
{$ifdef FPC_HAS_TYPE_EXTENDED}
|
||||
if s<>' 9.223372036854776E+018' then
|
||||
{$else FPC_HAS_TYPE_EXTENDED}
|
||||
if s<>' 9.22337203685478E+018' then
|
||||
{$endif FPC_HAS_TYPE_EXTENDED}
|
||||
begin
|
||||
WriteLn(double(intpower(2,63)));
|
||||
halt(1);
|
||||
|
Loading…
Reference in New Issue
Block a user