mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 20:39:34 +02:00
+ Added bug #135
This commit is contained in:
parent
1dd08f561b
commit
ac02b8cbfe
10
bugs/bug0135.pp
Normal file
10
bugs/bug0135.pp
Normal file
@ -0,0 +1,10 @@
|
||||
program test;
|
||||
const
|
||||
A = 0;
|
||||
B = 1;
|
||||
C = 2;
|
||||
|
||||
type D = A..C;
|
||||
|
||||
begin
|
||||
end.
|
@ -181,3 +181,4 @@ bug0130.pp in [..#255] problem
|
||||
bug0131.pp internal error 10 with highdimension arrays
|
||||
bug0132.pp segmentation fault with type loop
|
||||
bug0133.pp object type declaration not 100% compatibile with TP7
|
||||
bug0135.pp Unsupported subrange type construction.
|
||||
|
Loading…
Reference in New Issue
Block a user