mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 20:49:22 +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}
|
{$ifdef FPC_HAS_TYPE_DOUBLE}
|
||||||
str(double(intpower(2,63)),s);
|
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
|
if s<>' 9.22337203685478E+018' then
|
||||||
|
{$endif FPC_HAS_TYPE_EXTENDED}
|
||||||
begin
|
begin
|
||||||
WriteLn(double(intpower(2,63)));
|
WriteLn(double(intpower(2,63)));
|
||||||
halt(1);
|
halt(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user