bison-patches
[Top][All Lists]
Advanced

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

Re: patch for C99; plus NEWS updates


From: Joel E. Denny
Subject: Re: patch for C99; plus NEWS updates
Date: Mon, 13 Feb 2006 14:27:29 -0500 (EST)

On Mon, 13 Feb 2006, Paul Eggert wrote:

>  * New warning: unused values
> -  Typed right-hand side symbols whose value are not used are reported.
> -  For instance:
> +  Typed right-hand side symbols whose values are not used are reported,
> +  if the associated types have destructors.  For instance:

This isn't quite right.  Whether a symbol is typed doesn't affect the 
warning as far as I can tell.  In case it helps, I believe we've only 
implemented the first level of warnings I describe here:

  http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00107.html

Moreover, types don't have destructors; symbols do.  I made the same 
mistake at one point in the above message.

Joel




reply via email to

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