On Wed, Oct 01, 2003 at 08:51:58PM +0200, Gerald Pfeifer wrote:
> http://gcc.gnu.org/gcc-3.4/changes.html
Quoting from the above document, is this a typo:
The cast-as-lvalue extension has been removed. In particular, code like this:
int i;
(char)a = 5;
is no longer accepted.