Subject: Re: one of these things is not like the other...
To: Christos Zoulas <christos@nyc.deshaw.com>
From: Scott Reynolds <scottr@Plexus.COM>
List: current-users
Date: 07/23/1997 14:22:59
On Tue, 22 Jul 1997, Christos Zoulas wrote:

> I don't think it is uninitialized... Looks like a bug with long long variables
> on the sun3.

This is a known problem, and I've even isolated a code fragment and sent
it to at least a couple folks in an attempt to have it resolved.  So far,
no luck.

The only workaround that I'm aware of is to put

	(void)&long_long_var;

as the first statement of the function with the problem (thanks,
Christos!).

--scott