emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (eval.c) variable "h" is used before its value is set


From: Andreas Schwab
Subject: Re: (eval.c) variable "h" is used before its value is set
Date: Thu, 15 Apr 2004 17:00:00 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

Jens Petersen <address@hidden> writes:

> I received a bugreport generated with icc 8.0 apparently to
> the effect that:
>
>> eval.c(1192): remark #592: variable "h" is used before its value is set
>> 
>> The source code is
>> 
>>       if (!NILP (h.var))
>> 
>> Suggest init h before first use.
>
> Still seems to be true in cvs.  Is this something that needs
> fixing or is the Intel compiler being overcautious?

This is bogus, the compiler apparently does not grok _setjmp.

Andreas.

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]