23 Jan
2006
23 Jan
'06
9:56 p.m.
The following program crashes the compiler (gpc345u2 on Mac OS 10.4.4): program rs; { compile with gpc rs.pas } var a: integer; begin readstring(a); { internal compiler error: Bus error } end. Best regards, Peter