all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* (eval.c) variable "h" is used before its value is set
@ 2004-04-15 13:59 Jens Petersen
  2004-04-15 15:00 ` Andreas Schwab
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Petersen @ 2004-04-15 13:59 UTC (permalink / raw)


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?

Jens

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: (eval.c) variable "h" is used before its value is set
  2004-04-15 13:59 (eval.c) variable "h" is used before its value is set Jens Petersen
@ 2004-04-15 15:00 ` Andreas Schwab
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schwab @ 2004-04-15 15:00 UTC (permalink / raw)
  Cc: emacs-devel

Jens Petersen <petersen@redhat.com> 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, schwab@suse.de
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."

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-15 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-15 13:59 (eval.c) variable "h" is used before its value is set Jens Petersen
2004-04-15 15:00 ` Andreas Schwab

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.