[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] call for bug reports
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] call for bug reports |
Date: |
Mon, 13 Sep 2010 11:46:52 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Dragiša Durić <address@hidden> writes:
> I see now... TestCase9 is good, but TestCase8?
>
> I am comparing fields of two records of identical type, why can't I
> compare them without some conversion? Which conversion?
>
> dd
>
> --
> Dragiša Durić <address@hidden>
Hi Dragiša,
I think block comparisons are not allowed in Modula-2. They would be
dangerous as there might be padding (alignment) between fields. But
fields which are of a fundamental data type should be ok - if not then
this is a bug..
regards,
Gaius