Re: ‘void free(void*)’ called on unall ocated object ‘yyssa’ [-Wfree-nonheap-object]

Paul Eggert <[email protected]> Tue, 19 Jan 2021 19:31:16 -0800
Newsgroups gmane.comp.parsers.bison.general
Organization UCLA Computer Science Department
Message-ID <[email protected]>
On 1/18/21 9:40 PM, Akim Demaille wrote:
> This is probably the kind of annoying warnings that Paul knows how
> to defeat.  I would use pragmas, but maybe there is something more
> clever to do?  Thanks in advance Paul!

Unfortunately I don't know of anything clever. I haven't had a chance to 
use GCC 11 yet. I also hope that they fix the bug before GCC 11 is 
released. It seems like it'd be a pretty simple bug to fix....