浏览代码

* -Or option is not allowed for m68k cpu

pierre 22 年之前
父节点
当前提交
3ccb3973d3
共有 2 个文件被更改,包括 6 次插入1 次删除
  1. 3 0
      tests/webtbs/tw0934.pp
  2. 3 1
      tests/webtbs/tw2110.pp

+ 3 - 0
tests/webtbs/tw0934.pp

@@ -1,4 +1,7 @@
 { %OPT=-Or }
+{ %CPU=i386 }
+{ -Or option is not recognized by m68k compiler }
+
 {$mode objfpc}
  Type
       t = class(TObject)

+ 3 - 1
tests/webtbs/tw2110.pp

@@ -1,4 +1,6 @@
 { %OPT=-Or }
+{ %CPU=i386 }
+{ m68k compiler does not recognize -Or option }
 { Source provided for Free Pascal Bug Report 2110 }
 { Submitted by "Alex" on  2002-09-05 }
 { e-mail: [email protected] }
@@ -51,4 +53,4 @@ BEGIN
     Halt(1);
   end;
   WriteLn('Ok!');   
-END.
+END.