<<< Date Index >>>     <<< Thread Index >>>

Re: Bug in Sun studio 11



> > SS11 which is triggered by mutt source. It makes function crc_matches
> > return false even if the crc is correct. This virtually disables
> > header cache.
> > 
> > Workaround I found is to change the definition
> > 
> > unsigned int mycrc = 0;
> > 
> > to
> > 
> > static unsigned int mycrc = 0;
> > 
> > I don't want to file a bug against mutt straight away, but you might
> > consider this change.
> > 
> > I filed the bug against the compiler, but it might take a while until
> > patch is ready.
> 
> Does it happen with Sun Studio 12, too?

I currently don't have SS12 available, but I was told that it should be
fixed there.

-- 
        Vlad