* some cpu specific tests not run under other CPU's

This commit is contained in:
carl 2002-10-09 16:56:46 +00:00
parent eb2c1e2061
commit 41f23fbc55
19 changed files with 23 additions and 1 deletions

View File

@ -1,3 +1,4 @@
{ %FAIL }
{ Source provided for Free Pascal Bug Report 2053 }
{ Submitted by "Luis Castedo" on 2002-07-24 }
{ e-mail: castedo@elai.upm.es }
@ -38,7 +39,10 @@ end.
{
$Log$
Revision 1.1 2002-09-27 21:09:56 carl
Revision 1.2 2002-10-09 16:56:46 carl
* some cpu specific tests not run under other CPU's
Revision 1.1 2002/09/27 21:09:56 carl
+ new bug report
}

View File

@ -1,3 +1,4 @@
{ %CPU=i386 }
{ FPC behaves interestingly once encountered virtual method
declared as
procedure TWhateverObject.Method1; assembler; asm ... end;

View File

@ -1,3 +1,4 @@
{ %CPU=i386 }
{$asmmode intel}
{$inline on}

View File

@ -1,3 +1,4 @@
{ %CPU=i386 }
{$ifdef FPC}
{$ASMMODE INTEL}
{$INLINE ON}

View File

@ -1,3 +1,4 @@
{ %CPU=i386 }
{$asmmode intel}
Type TFather = Object A : Integer; end;
TSon = Object (TFather) B : Integer; end;

View File

@ -1,3 +1,4 @@
{ %CPU=i386 }
program test;
{$INLINE ON}
{$ASMMODE ATT}

View File

@ -1,3 +1,4 @@
{ %CPU=i386 }
{$ASMMODE INTEL}
PROCEDURE a;

View File

@ -1,3 +1,4 @@
{ %CPU=i386 }
{$asmmode intel}

View File

@ -1,3 +1,4 @@
{ %CPU=i386 }
{$asmmode intel}
type
BugObject = object

View File

@ -1,3 +1,4 @@
{ %CPU=i386 }
{$asmmode intel}
{$ifdef go32v2}

View File

@ -1,3 +1,4 @@
{ %CPU=i386 }
program test;
{$ASMMODE Intel }

View File

@ -1,3 +1,4 @@
{ %CPU=i386 }
{$ifdef TP}
{$N+}
{$endif TP}

View File

@ -1,3 +1,4 @@
{ %CPU=i386 }
{ Source provided for Free Pascal Bug Report 1023 }
{ Submitted by "Denis Yarkovoy" on 2000-07-03 }
{ e-mail: gunky9@geocities.com }

View File

@ -1,3 +1,4 @@
{ %CPU=i386 }
{ Source provided for Free Pascal Bug Report 1066 }
{ Submitted by "Fernando Oscar Schmitt" on 2000-07-24 }
{ e-mail: pulp@cpovo.net }

View File

@ -1,3 +1,4 @@
{ %CPU=i386 }
{----------------cut here----------------}
{$asmmode intel}

View File

@ -1,3 +1,4 @@
{ %CPU=i386 }
{$asmmode intel}
const
Number = $7FFFFFF;

View File

@ -1,3 +1,4 @@
{ %CPU=i386 }
{$asmmode intel}
var
l1,l2 : longint;

View File

@ -1,3 +1,4 @@
{ %CPU=i386 }
{$mode objfpc}
uses sysutils;
{$asmmode intel}

View File

@ -1,3 +1,4 @@
{ %CPU=i386 }
{ Source provided for Free Pascal Bug Report 1157 }
{ Submitted by "Colin Goldie" on 2000-10-06 }
{ e-mail: Colin_G@Positek.com.au }