>Chris Torek wrote:
In article <4839dc7b$0$722 2$426a74cc@news .free.fr>
candide <toto@free.frwr ote:
I think that it *does* say that. The wording is not as clear as
I would like, though. If others disagree with me (about the result
of the comparison above always being 1), I would like to see their
reasoning, and perhaps a DR is called for.
--
In-Real-Life: Chris Torek, Wind River Systems
Salt Lake City, UT, USA (40°39.22'N, 111°50.29'W) +1 801 277 2603
email: gmail (figure it out) http://web.torek.net/torek/index.html
>>[The C Standard] *does* seem to say that:
> (void *)&t == (void *)&t[0]
>>will always produce 1.
> (void *)&t == (void *)&t[0]
>>will always produce 1.
candide <toto@free.frwr ote:
>I would like to emphasise your answer in this way :
>
>"It does *seem* to say that:"
>
>So, if i understand well, the Standard doesn't make certain the above
>equality yields 1 ?
>
>"It does *seem* to say that:"
>
>So, if i understand well, the Standard doesn't make certain the above
>equality yields 1 ?
I would like, though. If others disagree with me (about the result
of the comparison above always being 1), I would like to see their
reasoning, and perhaps a DR is called for.
--
In-Real-Life: Chris Torek, Wind River Systems
Salt Lake City, UT, USA (40°39.22'N, 111°50.29'W) +1 801 277 2603
email: gmail (figure it out) http://web.torek.net/torek/index.html
Comment