Subject: Re: gcc optimizer bug in netbsd-1-6 on alpha (gcc 2.95.3 20010315 (release) (NetBSD nb3))
To: David Laight <david@l8s.co.uk>
From: Martin Husemann <martin@duskware.de>
List: port-alpha
Date: 08/15/2003 17:43:41
On Fri, Aug 15, 2003 at 03:37:28PM +0100, David Laight wrote:
> I suspexcct what is hapening is that specifying '&inet' isn't enough to
> cause the assignment 'inet = 0x0102030405060708;' to happen.
> I'd say this is a bug! regardless of the presence of the cast.

Sorry, ENOPARSE.

It's an r-value passed to a function, the assignement does happen, we are
talking about what argument the function gets passed.

Martin