mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-25 13:37:13 +01:00
* more testbench fixes
git-svn-id: trunk@1600 -
This commit is contained in:
parent
c5f89d7efd
commit
487c4f76a4
@ -51,7 +51,7 @@ begin
|
|||||||
p:=new(pa,init);
|
p:=new(pa,init);
|
||||||
p^.p;
|
p^.p;
|
||||||
{ the vmt pointer gets an invalid value: }
|
{ the vmt pointer gets an invalid value: }
|
||||||
plongint(p)^:=longint(@data);
|
pptrint(p)^:=ptrint(@data);
|
||||||
{ causes runerror }
|
{ causes runerror }
|
||||||
p^.p;
|
p^.p;
|
||||||
halt(1);
|
halt(1);
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{ %skipcpu=x86_64 }
|
{ %skipcpu=x86_64,powerpc64 }
|
||||||
{ %fail }
|
{ %fail }
|
||||||
|
|
||||||
{ Source provided for Free Pascal Bug Report 3626 }
|
{ Source provided for Free Pascal Bug Report 3626 }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user