On Thu, Aug 11, 2005 at 12:05:15PM +1000, skaller wrote:
> The bug is:
>
> (uint32*)pc
>
> is an rvalue and cannot be incremented. If this EVER worked
> on a C compiler, that compiler is bugged.
In gcc version 3.4, this produces the following:
warning: use of cast expressions as lvalues is deprecated
(but it still compiles.)
--
Eric Cooper e c c @ c m u . e d u