On Wed, 12 Feb 2003, Emil Jerabek wrote:
Hi,
the newest GPC release (with 3.2.1 backend) crashes on the program below:
program foo;
var v : 0 .. maxint; d : integer;
begin v := (v mod d) * 32768; end.
[..] tried it with gpc-20030209 ( 2.95.3 backend ) and got:
foo.pas: In main program: foo.pas:8: Internal compiler error in `copy_to_mode_reg', at explow.c:669 Please submit a full bug report. See URL:http://www.gnu.org/software/gcc/bugs.html for instructions.
Russ