浏览代码

+ Added bug #135

michael 27 年之前
父节点
当前提交
ac02b8cbfe
共有 2 个文件被更改,包括 11 次插入0 次删除
  1. 10 0
      bugs/bug0135.pp
  2. 1 0
      bugs/readme.txt

+ 10 - 0
bugs/bug0135.pp

@@ -0,0 +1,10 @@
+program test;
+const
+  A = 0;
+  B = 1;
+  C = 2;
+
+type D = A..C;
+
+begin
+end.

+ 1 - 0
bugs/readme.txt

@@ -181,3 +181,4 @@ bug0130.pp   in [..#255] problem
 bug0131.pp   internal error 10 with highdimension arrays
 bug0131.pp   internal error 10 with highdimension arrays
 bug0132.pp   segmentation fault with type loop
 bug0132.pp   segmentation fault with type loop
 bug0133.pp   object type declaration not 100% compatibile with TP7
 bug0133.pp   object type declaration not 100% compatibile with TP7
+bug0135.pp   Unsupported subrange type construction.