mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 22:42:24 +00:00
Record curpos on every inR.Read. Add more debug to catch OpenBSD read failure.
This commit is contained in:
parent
c7e88f4634
commit
cf2da3000f
8 changed files with 47 additions and 32 deletions
|
|
@ -1,15 +1,15 @@
|
|||
IntSyntax.mod compiling IntSyntax.
|
||||
|
||||
14: i := l; (* Bad, INTEGER shorter than LONGINT *)
|
||||
^
|
||||
pos 341 err 113 incompatible assignment
|
||||
^
|
||||
pos 340 err 113 incompatible assignment
|
||||
|
||||
15: s := l; (* Bad, SHORTINT shorter than LONGINT *)
|
||||
^
|
||||
pos 393 err 113 incompatible assignment
|
||||
^
|
||||
pos 392 err 113 incompatible assignment
|
||||
|
||||
16: i := l; (* Bad, SHORTINT shorter than INTEGER *)
|
||||
^
|
||||
pos 446 err 113 incompatible assignment
|
||||
^
|
||||
pos 445 err 113 incompatible assignment
|
||||
|
||||
Module compilation failed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue